/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proxima_nova_light-webfont.eot');
    src: url('../fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_light-webfont.woff') format('woff'), url('../fonts/proxima_nova_light-webfont.ttf') format('truetype');
}
@font-face{
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
}
@font-face{
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proxima_nova_sbold-webfont.eot');
    src: url('../fonts/proxima_nova_sbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_sbold-webfont.woff') format('woff'), url('../fonts/proxima_nova_sbold-webfont.ttf') format('truetype');
}
@font-face{
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima_nova_bold-webfont.woff') format('woff'), url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype');
}
body{
    font:1em proxima_nova_rgregular, Arial, Helvetica, sans-serif;
}



a{
  color: #428bca;
}

a:hover{
  color: #095ea8;
}

strong{
  color: #000;
}

#headerWrapper{
    height:110px;
    width:100%;
}

#head{
    width: 1170px;
    margin:auto;
    height:110px;
}


#prodNav{ 
    width:1170px;
    margin:auto;
    height:445px;
    clear:both;
    height:auto;
    overflow: hidden;
}

#topBarWrapper{
    width:100%;
    background-color: #eee;
    height:45px;
    overflow: hidden;
    margin:40px 0 0 0;
}

#logo{
    float:left;
    width:500px;
    background-color: #eee;
    height: 45px;
}

#logo img{
    padding-left: 70px;
}

#nav { 
    float:left;
    height:45px;
}


#tagLine{
    color:#888;
    margin:20px 0 0 0;
}


#carLogos    {
    width:100%;
    background-color: #224b68;
    height:68px;
}

#carLogos div.logos    {
    width:1170px;
    margin:auto;
}

#carLogos div img    {
    float:right;
}




/* layout - navs*/



#nav ul{ 
    list-style:none;
    padding:0px 0px 0px 40px;
    margin:0px;
    height: 45px;
}

#nav ul li{
    color:#ddd;
    float:left;
    height: 45px;
    background-color: #000;
    border-right:1px solid #fff;
}

#nav ul li a{
    font-size:18px;
    color:#fff;
    padding:0 20px 0 20px;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
}

#nav ul li a.on{
    color:#f8b20f;
}


#nav ul li a:hover{
    color:#f8b20f;
}




#prodNav ul{ 
    list-style:none;
    padding:0;
    margin:0px;
    height: 45px;
}

#prodNav ul li{
    color:#018aeb;
    float:left;
    height: 45px;
    background-color: #fff;
    border-right:1px solid #fff;
}

#prodNav ul li a{
    font-size:18px;
    text-transform: uppercase;
    color:#018aeb;
    padding:0 20px 0 20px;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
}



#prodNav ul li a:hover{
    color:#000;
    background-color: #eee;
    padding:0 20px 0 20px;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
}


#prodNav ul li:hover{
    color:#000;
    float:left;
    height: 45px;
    background-color: #eee;
    border-right:1px solid #fff;
}

#prodNav ul li.on{
    float:left;
    height: 45px;
    background-color: #eee;
    border-right:1px solid #fff;
}


#prodNav ul li a.on{
    color:#000;
    background-color: #eee;
    padding:0 20px 0 20px;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
}



/* layout - carousel*/


#carouselShell{
    width: 100%;
    height: 360px;
    background-color:#387dae;
    border-top:20px solid #eee;
    margin: auto;
    text-align: center;
}


#carouselShell h1{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-family: proxima_nova_rgbold;
    text-shadow: 1.5px 0.866px 1px rgb( 0, 0, 0 );
    margin: 40px 0 10px 0;
}


#carouselShell h2{
    font-size: 36px;
    color: #fbd21a;
    text-transform: uppercase;
    font-family: proxima_nova_rgbold;
    text-shadow: 1.5px 0.866px 1px rgb( 0, 0, 0 );
    margin: 0px 0 20px 0;
}

#carouselShell div img{
    margin: 0px 0 30px 0;
}


/* layout - img headers*/

#prodImgDu{
    width: 1170px;
    height: 228px;
    border-top:20px solid #eee;
    border-bottom:20px solid #eee;
    margin: auto;
    text-align: center;
    background: #eee url('../img/img_prod_du.png') center no-repeat;
}


#prodImgAgent{
    width: 1170px;
    height: 228px;
    border-top:20px solid #eee;
    border-bottom:20px solid #eee;
    margin: auto;
    text-align: center;
    background: #eee url('../img/img_prod_ar.png') center no-repeat;
}


#prodImgAgent #btnPos{
  margin: 160px 970px; 0 0;
  position: relative;
}


#prodImgDu #btnPos{
  margin: 160px 970px; 0 0;
  position: relative;
}




.Easily_Synchronize_Directories_for: {
  font-size: 36px;
  font-family: "Gotham";
  color: rgb( 251, 210, 26 );
  font-weight: bold;
  text-align: center;
  text-shadow: 0.5px 0.866px 1px rgb( 0, 0, 0 );
  position: absolute;
  left: 85.422px;
  top: 245.929px;
  width: 624px;
  height: 36px;
  z-index: 64;
}





/* layout - content*/


#innerDiv{
    width: 1170px;
    height: 1px;
    border-top:20px solid #eee;
    margin: auto;
    text-align: center;
}



#content{
    padding:10px 0 0 0;
    width: 100%;
    width:1170px;
    margin:auto;
}


#prodHeader{
  margin: 40px 0 10px 0;
}


#calloutShell{
    width:1170px;
    margin:auto;
    height:445px;
    clear:both;
    height:auto;
    overflow: hidden;
    margin-top: 20px;
    background-image:url(../img/bg_callouts_home.png);
    padding-top: 20px;
}

#calloutShell .lc{
    float: left;
    width: 328px;
    text-align: center;
    padding: 0 30px 0 30px;
    height:445px;
}

#calloutShell .mc{
    float: left;
    width: 328px;
    text-align: center;
    padding: 0 30px 0 30px;
    height:445px;
}

#calloutShell .rc{
    float: left;
    width: 328px;
    text-align: center;
    padding: 0 30px 0 30px;
    height:445px;
}

#calloutShell h1{
    margin:10px 0 5px 0;
}





/* layout - search bar*/

#searchBar{
    height: 75px;
    background-color: #ecf1f2;
    border-top:1px solid #cedadc;
    border-bottom:1px solid #cedadc;
}


#search{
    float:left;
    width:642px;
}


#paj{
    float:right;
    width: 336px;
    background-color: #fff;
    height:75px;
}


#paj a.btn{
    margin:11px 0 0 40px;
    width:240px;
    font-size:18px;
    color:#fff;
    padding:16px 20px;
    text-decoration: none;
    text-align: center;
}

#paj a.btn{
    
}

/* layout - cols*/

#colWrapper{
    width: 978px;
    margin:auto;
    clear:both;
    height:auto;
    overflow: hidden;
}

#leftCol{
    width: 642px;
    float:left;
}

#rightCol{
    width: 306px;
    float:right;
}


/* type*/

.textFull{
  text-align: center;
  border-bottom:10px solid #eee;
  clear:both;
  height: auto;
  overflow: hidden;
}

.textFull h1{
  font-size: 36px;
  font-family: 'proxima_novasemibold';
  color: #f8980f;
}


.textFull p{
  font-size: 24px;
  color: #888;
  font-family: 'proxima_novalight';
}


.textSplit{
  border-bottom:10px solid #eee;
  clear:both;
  height: auto;
  overflow: hidden;
}


.textSplit strong{
  color: #000;
  font-family: 'proxima_novasemibold';
}


.textSplit h1{
  font-size: 36px;
  font-family: 'proxima_novasemibold';
  color: #f8980f;
}

.textSplit h1.center{
  font-size: 36px;
  font-family: 'proxima_novasemibold';
  color: #f8980f;
  text-align: center;
}

.textSplit h1.small{
  font-size: 24px;
  font-family: 'proxima_novasemibold';
  color: #f8980f;
}

.textSplit h1.centerBlack{
  font-size: 36px;
  font-family: 'proxima_novasemibold';
  color: #222;
  text-align: center;
}

.textSplit p{
  font-size: 24px;
  color: #888;
  font-family: 'proxima_novalight';
}

.textSplit p.black{
  font-size: 16px;
  color: #222;
  font-family: 'proxima_novalight';
}

.textSplit p.blackB{
  font-size: 22px;
  color: #222;
  font-family: 'proxima_novasemibold';
}

.textSplit p.small{
  font-size: 20px;
}


.textSplit .textLeft{
  float: left;
  width: 565px;
  padding-right: 20px;
}

.textSplit .textRight{
  float: left;
  width: 565px;
  padding-left: 20px;
}


p.full{
  font-size: 36px;
}

p.big{
  font-size: 24px;
}

p.small{
  font-size: 12px;
}

p.auto{
  height: auto !important;
}

p.bold{
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  font-family: 'proxima_novasemibold';
}


p.home{
  height: 90px;
}

.aboutText{
  width: 900px;
  margin-left: 135px;
}


.aboutText p strong{
  color: #333;
  font-family: 'proxima_novasemibold';
}


/* footer*/

footer {
    width: 1170px;
    margin:auto;
    clear:both;
    height:auto;
    overflow: hidden;
    text-align: center;
    border-top:10px solid #387dae;
}


footer div {
    padding: 10px 0 30px 0;
    font-size: 18px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #0084ff;
  background-color: #fff;
  border-color: #ccc;
}

.btn:hover{
  color: #333;
  background-color: #fdd214;
  border-color: #f8b20f;
}


.btn:focus{
  color: #333;
  background-color: #fdd214;
  border-color: #f8b20f;
}

.btn:active{
  color: #333;
  background-color: #fdd214;
  border-color: #f8b20f;
}




.btnOr {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fdd214;
  border-color: #f8b20f;
}

.btnOr:hover{
  color: #111;
  background-color: #f8b20f;
  border-color: #f8b20f;
}


.btnOr:focus{
  color: #111;
  background-color: #f8b20f;
  border-color: #f8b20f;
}

.btnOr:active{
  color: #111;
  background-color: #f8b20f;
  border-color: #f8b20f;
}



.btnBig {
  display: inline-block;
  padding: 12px 22px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #0084ff;
  background-color: #fff;
  border-color: #224b68;
}



.btnBig:hover{
  color: #333;
  background-color: #fdd214;
  border-color: #224b68;
}


.btnBig:focus{
  color: #333;
  background-color: #fdd214;
  border-color: #224b68;
}

.btnBig:active{
  color: #333;
  background-color: #fdd214;
  border-color: #224b68;
}




.b10{
    margin-bottom: 10px;
}

.b20{
    margin-bottom: 20px;
}

.b30{
    margin-bottom: 30px;
}

.t10{
    margin-top: 10px;
}

.t20{
    margin-top: 20px;
}

.t30{
    margin-top: 30px;
}

.t40{
    margin-top: 40px;
}

.t50{
    margin-top: 50px;
}

.t90{
    margin-top: 90px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
