/*  - ========= CUSTOM CSS =========  -  */

body{font-size: 13.5px; }
#content-slider-1, #content-slider-1 > div, .contentSlider .rsSlide{background: transparent !important;}

#content-slider-1 {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 575px;
}

.rsTabs {
  float: right;
  margin-left: 8px;
}

.noFloat{
  float: none !important; 
  display: block !important; 
  margin: auto !important;
}

div[id^="page"] {
  background: transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
  border: 0px;
}

/*  - CONTAINERS -  */
.primary-container {
  background: none repeat scroll 0 0 #FFFFFF !important;
  border-top: 10px solid #e0761e;
  /* height: 548px; */
}
.container {
  margin: 10px 10px;
}
#section-content {
  height: 500px;
}
#section-footer {
  background: none repeat scroll 0 0 #1a3c6c !important;
  display: inline-block;
  width: 100%;
}

/*  - BASE FONTS -  */
h1 {font-size: 50px;}
h2 {font-size: 40px; text-transform: uppercase;}
h3 {
  font-size: 14px;
  text-transform: uppercase;
}
h4 {
  font-size: 14px;
  text-transform: uppercase;
}
h5, .rsNav div {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
display: inline !important;
line-height: 20px;
}

/*  - HEADER -  */
#page1 .header {
  height: 140px;
}
.header {
    position: relative;
    left: 0;
    height: 110px;
    width: 100%;
    overflow: hidden;
    /*background: #238acb;*/
    z-index: 1000;
}
.header .logo {
    float: left;
}
.logo h1 {
  font-family: lucida console;
  font-size: 65px;
  letter-spacing: -6px;
}
.info{float: right;}
.info > span {
    color: #1A3C6C;
    font-size: 13px;
    padding: 10px 5px;
}

/*  - CONTENT-  */
.container .one-fifth.column {
margin-left: 13px;
width: 16% !important;
}

#section-content .six.columns {
width: 40%;
padding-right: 45px;
padding-left: 15px;
}

ul{padding-left: 10px;}
.page-title > h2 {
font-size: 24px;
margin-left: 20px;
}

.page-title {
  margin-top: 30px;
}
.quote-wrapper {
  text-align: right;
}
.page-title .quote {
  color: #1a3c6c;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  text-transform: none;
}
.box {
  border: 1px solid #1A3C6C;
  min-height: 175px;
  padding: 5px;
}
.box-heading {
  background-color: #E0761E;
  color: #FFFFFF;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
  display: block !important;
  line-height: 100%;
  margin-top: 0px;
}
.box-sub-heading {
  padding-top: 5px;
  text-align: center;
  text-transform: lowercase;
  display: block !important;
  margin: 0;
}
ul li {
    list-style: disc outside none !important;
    margin-left: 14px;
    padding-bottom: 7px;
}

/*  - SECTION SPECIFIC VALUES-  */
#page1 {
  
}
#page3 .page-title > h3 {
  margin-left: 10px;
}
#page4 img {
  padding-top: 10px;
}
#page5 .page-title > h2 {
  padding-top: 55px;
}
#page5 .content .eleven.columns {
  float: right;
  padding-top: 40px;
}
/*  -  FOOTER -  */
.footer-branding {
  display: block;
  font-size: 13px;
  padding-top: 4px;
}
.footer {
  display: inline-block;
  color: #FFFFFF;
}
.menu {text-align: right;}
.menu * {
  display: inline;
}
.nav {
	margin: 0px;
}

/*  - ========= /END CUSTOM CSS =========  -  */



html,
body
{
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* hide horizontal scrollbars, since we use the vertical ones to scroll to the right */
body
{
  overflow-x: hidden;
  background: url('../images/background_lr.jpg') repeat top left;
}

/**
  * important: keep position fixed, you can however use top:0 instead of bottom:0
  * if you want to make it stick to the top of the browser
  */
.scroll
{
  position: fixed;
  left: 0;
}

/**
  * z-index ordering of the different layers, do this for your layers,
  * also assign absolute width (to prevent issues if the script gets executed before the images get loaded)
  */
.horizon
{
  z-index: 1;
  width: 3000px;
}

.middle
{
  z-index: 500;
  width: 4000px;
}

.front
{
  z-index: 1000;
  width: 6000px;
}

h2, h3 {
  color: #e0761e;
}

h3
{
    font-size: 16px !important;
    margin: 10px 0;
}


a {
    color: #238ACB;
    border-radius: 3px;
    display: inline-block;
    margin: 0 -5px;
    padding: 7px 9px;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: #238ACB;
}

#page5 a {
    font-weight: bold;
    margin: 15px 0 15px -9px;
}

a img
{
    border: none;
}

pre
{
    font-size: 14px;
    color: white;
    padding: 10px;
    background: #646464;
}



.header .credits
{
    float: right;
    padding-top: 15px;
}



#page2 .container .eight.columns h3 {
    margin-bottom: -11px;
    margin-top: 6px;
    
}

#page2 .container .eight.columns p,
#page2 .container .eight.columns h3 {
  padding: 0 20px !important;
}

#page2 .thirteen{
  width: 60% !important;
  padding-right: 20px !important;
}


@media (max-width: 1025px) {

  body {font-size: 11.5px;  }
  .page-title .quote {font-size: 15px;}

  .page3 .page-title {
    margin-top: -15px;
  }

  .page1 .eight.columns{width: 70% !important;}
  .page1 .five.columns{width: 1% !important;}
  .page3 .one-fifth {
    margin-left: 4px !important;
  }
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi){

  .info > span {
      padding: 10px 0;
      text-align: right;
  }

  .page1 .nine{
    font-size: 10px;
    float: right;
  }

  .container .nine.columns {
      float: right;
      width: 51% !important;
  }

  body {font-size: 11.5px;  }
  .page-title .quote {font-size: 15px;}

  .page3 .page-title {
    margin-top: -15px;
  }

  .page1 .eight.columns{width: 70% !important;}
  .page1 .five.columns{width: 1% !important;}
  .page3 .one-fifth {
    margin-left: 4px !important;
  }
}