/****************************
FILE: Sovereign Auto.css
CREATOR: Sagarika Ravikanti 
MODIFIED BY: Sagarika Ravikanti
MODIFIED DATE: 28/03/2017
*****************************/

.pageBanner {
    position:absolute; 
    top:calc(100% - 80px);
    background-color:rgba(60,107,177,0.7);
    width:100%;
}

.pageBanner .container {
    height:80px;
}

#bannerText {
    position:relative;
    top:-80px;
    height:0px;
}

.panel-primary .panel-body {
    background-color: #94bdff;
    padding: 10px 10px 10px 10px;
}

.pagination > li > a,
.pagination > li > span {
  color: #fff;
  background-color: #5c8cdc;
  border: 1px solid #5c8cdc;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #fff;
  background-color: #5c8cdc;
  border-color: #5c8cdc;
  cursor: not-allowed;
}


.panel-body {
    padding: 10px 10px;
}

.btn-primary {
    color: #fff;
    background-color: #618cc8;
    border-color: #618cc8;
}

.homeBox {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.padding-top {
    padding-top: 50px;
}

i.rotate-90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
i.rotate-180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
i.rotate-270 {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

i.xlarge {
    font-size: 139px;
}

i.large {
    font-size: 89px;
}

i.medium {
    font-size: 59px;
}

i.small {
    font-size: 39px;
}

i.xsmall {
    font-size: 22px;
}

blockquote {
    border:none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom:-30px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote h2 {
    font-size: 47px;
    font-weight: lighter;
    line-height: 1;
}

blockquote h2:before {
    content: open-quote;
    font-weight: bold;
    color:#004e7c;
}

blockquote h2:after {
    content: close-quote;
    font-weight: bold;
    color:#004e7c;
}

/* Custom Text Colours */

.text-blue1 {
  color: #00576e;
}

.bg-blue1 {
  color: #00576e;
  background-color: #00576e;
}

.bg-blue2 {
  color: #5E85C4;
  background-color: #5E85C4;
}

.bg-blue3 {
  color: #59839e;
  background-color: #59839e;
}

.bg-blue4 {
  color: #618cc8;
  background-color: #618cc8;
}

.bg-grey1 {
  color: #b9b5b2;
  background-color: #b9b5b2;
}

.bg-grey2 {
  color: #55565a;
  background-color: #55565a;
}

.txt-white-blueish {
  color: #ccdde1;
}

/* line 33, ../sass/_theme-variables.scss */
.toolbar .up-down, .sitemap a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.container.padding {
    padding-top:30px;
    padding-bottom:30px;
}

.container.nopadding {
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.btn-dark-blue {
  color: #fff;
  background-color: #004e7c;
  /*border-color: #037ac5;*/
}

/*.section:first-of-type > .fill-height:first-of-type {
  min-height: calc(100vh - 114px) !important;
}*/

/*.section:last-of-type > .fill-height:last-of-type {
  min-height: calc(100vh - 100px) !important;
}*/

/*.headerBanner:first-of-type {
  min-height: calc(100vh - 114px) !important;
}

.headerBanner {
  min-height: calc(100vh - 70px) !important;
}*/

/*.headerBanner > .fill-height {
  min-height: calc(100vh - 154px) !important;
}*/

/*.section:first-of-type {
  max-height: calc(100vh - 114px - 25px) !important;
}

.section {
  max-height: calc(100vh - 70px) !important;
}*/

/*.section:last-of-type {
  max-height: calc(100vh - 114px) !important;
}

.section:last-of-type > .fill-height {
  max-height: calc(100vh - 114px) !important;
}*/

/*.sections >.section >.fill-height
{
  min-height: calc(100vh - 100px);
}*/
.sections .section:first-child .fill-height
{
  min-height: calc(100vh - 226px);
}

.sections .section:last-child .fill-height
{
  min-height: calc(100vh - 70px);
}

.sections .section .fill-height
{
  min-height: calc(100vh - 160px);
}

.section {
    background-position: 85% -100px;
}

.sections .section .half-height {
  min-height: calc(56.2vh - 114px);
}
div.full-width-box.half-height {
    background-size:50%;
    background-repeat:no-repeat;
}

div.full-width-box.half-height.right {
    background-position: right;
}

div.full-width-box.half-height.left {
    background-position: left;
}

@media only screen and (max-width : 504px) and (orientation : portrait) {
    .pageBanner {
        position:absolute; 
        top:calc(100% - 30px);
        background-color:rgba(60,107,177,0.7);
        width:100%;
    }

    aside {
        padding-top: 0px;
    }

    .pageBanner .container {
        height:30px;
    }
    .pageBanner .container h1 {
        font-size:12px;
    }
    .text-banner {
        font-size: 45px !important;
    }
    .subText {
        font-size: 12px;
    }
    div.full-width-box.half-height {
        background-size:cover;
        background-repeat:no-repeat;
    }
    div.full-width-box.half-height.right {
        background-position: right ;
    }

    div.full-width-box.half-height.left {
        background-position: left ;
    }
    
    .section {
        background-position: 50% 0;
    }
    .sections .section:first-child .fill-height
    {
      min-height: calc(100vh - 146px);
    }

    .sections .section:last-child .fill-height
    {
      min-height: 118vh;
    }

    .sections .section .fill-height
    {
      min-height: 100vh;
    }

    .sections .section .half-height {
      min-height: calc(72.2vh - 114px);
      background-position: 80% 0;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .section {
        background-position: 80% 0;
    }
}


/*.section >.fill-height:last-of-type {
  min-height: calc(100vh - 114px);
}

.section:last-of-type > .half-height {
  max-height: calc(56.2vh - 114px) !important;
}*/



/*.section >.half-height:last-of-type {
  max-height: calc(56.2vh - 114px);
}*/

.fill-height.vertical-center {
  

  display: flex;
  align-items: center;
  height:100%;
}

.divider-height {
  padding-top: 40px;
  padding-bottom: 40px;
}

.vertical-bottom
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 25px solid;
}

.section {
  position: relative;
}

.section.arrow:not(:last-child):before {
  top: 100%;
  left: 49.89%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 25px solid;
  margin-left: -41.2px;
  z-index: 50;
}

.liv-arrow-bottom {
  position: absolute;
  bottom: -41px;
  z-index: 100;
  left: calc(50% - 32px);
  /*left: calc(50vw - 40px);*/
}



.arrow-bottom {
  position: relative;
  bottom: -37px;
  z-index: 100;
}

.arrow-top {
  position: relative;
  display: inline-block;
  z-index: 500;
}

.text-banner-home {
  font-size: 68px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  line-height: 1;
}


.text-banner {
  font-size: 94px;
  font-family: 'Lato', sans-serif;
    font-weight: 700;
  font-weight: 500;
  line-height: 1;
}

.text-banner-half {
  font-size: 74px;
  font-family: 'Lato', sans-serif;
    font-weight: 700;
  font-weight: 500;
  line-height: 1;
}


/* PHONES */
@media only screen and (max-device-width:480px){
    #bannerText {
        position:relative;
        top:-40px;
        height:0px;
    }
    h1.title {
        font-size: 28px;
    }
   .liv-arrow-bottom {
      position: relative;
      bottom: -30px;
      z-index: 100;
      left: calc(50% - 32px);
      /*left: calc(50vw - 40px);*/
    }
  .fill-height {
    min-height: calc(100vh - 90px) !important;
  }
  .text-banner {
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1;
  }
}

/* TABLETS */
@media only screen and (device-width:768px){
    #bannerText {
        position:relative;
        top:-60px;
        height:0px;
    }
    h1.title {
        font-size: 38px;
    }
   /* default iPad screens */
   .liv-arrow-bottom {
      position: relative;
      bottom: 80px;
      z-index: 100;
      left: calc(50% - 32px);
      /*left: calc(50vw - 40px);*/
    }
  .fill-height {
    min-height: calc(100vh - 90px) !important;
  }
  .text-banner {
    font-size: 68px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1;
  }
}

/* TABLETS & iPhones */


/* DESKTOPS */
@media (min-width:1025px) {

}