/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700);


body {
    color: #5a5a5a;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
    color:#000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:300;
}

/* BOOTSTRAP OVERRIDES 
-------------------------------------------------- */
a {
    color:#ff5100;
}

a:hover {
    color:#57baeb;
}

.navbar-default {
    background:none;
    border:none;
}

.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background:#fff;
    color:#000;
    text-align:center;
}

.dropdown-menu > li > a {
    text-align:center;
}

.dropdown-menu {
    padding:0;
    box-shadow:none;
}

.dropdown-menu a {
    font-size:16px;
}

.dropdown-menu > li > a {
    line-height:30px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: #57baeb;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/*.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}*/

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-md-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featuretteBig {
    display:none;
}

.marketing .featurette p a.cntContinued {
    color:#ff5100;
    font-weight:700;	
}

.marketing .featurette p a:hover {
    color:#57baeb;
    text-decoration:none;	
}



@media (min-width:1024px) {
    .featuretteBig {
        display:block;
        margin-top:42px;
    }
}

.featurette-divider {
    margin: 30px 0; /* Space out the Bootstrap <hr> more */
    border:none;
}

/* Thin out the marketing headings */
.featurette-heading {
    /*font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;*/
    text-align:center;
}

.featurette p, .blogRow p {
    text-align:center;
    /*font-size:16px;*/
    font-weight:400;
}

.featurette h2 a, .blogRow h2, .blogPageRow h2, .vidPageRow h2, .vidPageRow h2 a {
    color:#000;
    font-weight:300;
    text-align:center;
    /*font-size:24px;*/
    text-transform:uppercase;
}

.blogPageRow h2 a {
    color:#ff5100;
    font-weight:300;
    text-align:center;
    /*font-size:24px;*/
    text-transform:uppercase;
    border-bottom: none;
    text-decoration: none;
}

.featurette h2 a:hover {
    text-decoration:none;
}

.featurette-heading {
    margin-top: 30px;
} 

.blogRow h2 {
    /*margin-bottom:5px;*/
    margin-bottom:10px;
    margin-top:30px;
}

.featurette h4.widgetTxt {
    text-align:center;
    margin:45px 0px 45px;

    /*font-size:36px;*/
    /*padding:30px;*/
}

.featuretteBig img {
    height:auto !important;
    margin-bottom:15px;
}



.blogRow {
    /*margin-bottom:40px;*/
}

.hubPageHeader {
    /*padding-bottom:45px;*/
}

.hubPageBlock {
    margin-top:30px;
}

.hubPageBlock img {
    /*margin-bottom:30px;*/
    max-height:600px;
}

.hubImgBlock {
    position:relative;
    margin-top:15px;

}

.hubImgBlock a {
    background:#57baeb;
    display:block;
    margin-bottom:15px;
}

@media (max-width:767px) {
    .hubImgBlock a {
        display:inline-block;
        max-width:100%;
    }
}

.hubImgBlock span {
    display:block;
    position:absolute;
    text-align:center;
    width:100%;
    color:#fff;
    /*font-size:42px;
    line-height:40px;*/
    left:0;
    top:48%;
    font-weight:300;
    text-shadow:4px 4px 10px rgba(0, 0, 0, 0.6);
}

.hubImgBlock img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hubImgBlock:hover img {
    opacity:0.3;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/* Blog Styles */

.blogBlock {
}

.blogPageRow, .vidPageRow {
    margin-bottom:60px;
}

.blogPageRow h2 {
    margin-bottom:0px;
    margin-top:0px;
}

.vidPageRow h2 {
    margin-bottom:30px;
    margin-top:0px;
}

.blogPageRow h2 a:hover, .vidPageRow h2 a:hover {
    text-decoration:none;
    border-bottom: none;
}

.rhsBlogItem em {
    font-size:18px;
    font-style:normal;
    margin-bottom:15px;
    display:block;
}

.rhsBlogItem a {
    display:inline-block;
}

.insidePageBlock .blogBlock .blogPageRow p, .insidePageBlock .blogBlock .blogPageRow em {
    text-align:center;
}

.insidePageBlock a {
    color:#ff5100;
    font-weight: bold;
    border-bottom:dotted 1px #ff5100;
}

.insidePageBlock a:hover {
    color:#57baeb;
    border-bottom:dotted 1px #57baeb;
    text-decoration: none;
}

.vidContainer {
    min-height:300px;
}

.blogImgBlock {
    max-width:300px;
    display:block;
    margin:0 auto;
}

.blogImgBlock img {
    max-width:300px;
    height:auto !important;
    margin-bottom:30px;
}

.blogImgBlock a {
    border-bottom: none;
    text-decoration: none;
}

.blogImgBlock a:hover {
    border-bottom: none;
    text-decoration: none;
}

span.pagination {
    padding: 0px 15px 0px 0px;
}

/* Inside Page Template 
------------------------- */

.insidePageBanner {
    /*min-height:300px;*/
    background:#999;
    text-align:center;
}

.insidePageBanner img {
    /*width:auto;*/
    /*max-height:300px;*/
}

.insidePageBlock {
    /*min-height:300px;*/
    /*padding-top:15px;*/
    /*padding-bottom:50px;*/
    font-size:18px;
    text-align:center;
    padding-bottom:38px;
}

.insidePageBlock h1.entry-title {
    text-transform:uppercase;
    text-align:center;
    font-weight:300;
    margin-top:60px;
    margin-bottom:30px;
    /*margin-bottom:45px;*/
    /*font-size:38px;*/
}

.insidePageBlock p {
    /*font-size:18px;*/
    text-align:center;
    font-weight:400;
    margin-bottom:0px;
}

.staffPage {
    text-align:center;
}

.staffPage2 img {
    display:none;
}

.staffPage2 .lftFloat {
    float:none;
    text-align:center;
}



/*.staffRow {
        padding:30px 0;
}


.staffRow div.pull-right {
        padding-right:40px;
        padding-top:40px;
}*/

.staffPage h5, .staffRow h5 {
    color:#999;
    text-align:center;
}


.staffPage h5 {
    margin:0;
    margin-bottom:5px;
}


.staffPage p, .staffRow p {
    color:#000;
    font-weight:400;
}

.staffPage p a, .staffRow p a, .countrySelector a {
    color:#ff5100;
    text-align:center;
    display:inline-block;
    /*padding:4px 0;*/
    border-bottom:dotted 1px #ff5100;
}

.countrySelector a {
    font-size:18px;
    font-weight:700;
}

.staffPage p a:hover, .countrySelector a:hover {
    color:#57baeb;
    text-decoration:none;
    border-bottom:dotted 1px #57baeb;
}

@media (min-width: 769px) {
    .staffPage .lftFloat {
        padding-top:60px;
        float:left;
        padding-right:15px;
        padding-left:35px;
    }

    .staffPage2 .lftFloat {
        padding-top:60px;
        float:none;
        padding-right:0px;
        padding-left:0px;
    }

}

@media (max-width:769px) {
    .staffPage .padder30 {
        padding-top:45px;
    }

    .staffPage2 .padder30 {
        padding-top:90px;
    }
    .navbar-nav > li:last-child a {
        margin-left:0px;
    }

    .featurette h4.widgetTxt {
        text-align:center;
        /*font-size:36px;*/
        /*padding:15px 0;*/
    }
}

@media (min-width:1024px) {
    .staffPage {
        /*padding-top:60px;*/
    }
}

@media (max-width:1023px) {
    .newsletterBlock {
        margin-bottom:70px;
    }
}

/* Footer
------------------------- */

footer {
    background:#949599;
    color:#000;
    padding:90px 0 30px; 
    margin-top:180px;
}

footer a {
    color:#000;
}

footer a:hover {
    color:#fff;
    text-decoration:none;
}

.footerColumn {
    text-align:center;
    font-size:16px;
    line-height:19px;
    /*margin-bottom:30px;*/
    margin-bottom:80px;
}

/*.footerColumn h5 {
        font-size:18px;
}*/

/*.footerColumn .opAddress {
        line-height:19px;
        margin-bottom:0;
}*/

.opAddress a {
    text-decoration:none;
}

.footerColumn ul {
    list-style:none;
    padding:0;
    margin:0;
}

.footerColumn ul li a {
    /*	line-height:24px;
            font-weight:400;*/
}

.footerColumn a {
    display:block;
}

.newsletterBlock {
    padding:0px;
    /*margin-bottom:30px;*/
}

.newsletterBlock h5 {
    margin-bottom:10px;
}

.newsletterBlock > div {
    max-width:160px;
    margin:0 auto;
    text-align:center;
}

footer .gcc_textbox {
    width:65%;
    float:left;

    padding-bottom:0;
}

footer .gcc_textbox input {
    font-size:14px;
    line-height:28px;
    padding:0px 2px 0px 4px;
    border:1px solid #fff;
}

footer .gcc_textbox .gcc_textbox_class {
    width:100px;
}

footer .gcc_button{
    width:33%;
    float:right;
    padding-bottom:0;
}

footer .gcc_msg {
    color:#ffffff;
    font-weight:bold;
}

footer .gcc_button input{
    background:#000;
    border:1px solid #000;
    color:#fff;
    font-weight:700;
    font-size:14px;
    line-height:24px;
    padding:2px;
    max-width:100%;
}

footer .gcc_button input:hover {
    background:#57baeb;
    border:1px solid #57baeb;

}

footer h5.h-widget, footer h4, .footerColumn p, .footerColumn li a, footer h5 {
    /*	font-size:18px;*/
    text-align:center;
    font-weight:400;
    margin-bottom:0px;
    margin-top:0px;
}

.footerColumn li a:hover, .footerColumn li a:focus, .footerColumn li a:blur {
    font-weight:600;
}

.attribution {
    text-align:center;
    padding-top:40px;
    font-size:12px;
    line-height:21px;
    margin-bottom:0;
}

.attribution span, .attribution a {
    padding:0px 15px;
}

.socialBlock {
    text-align:center;
    /*margin-top:30px;*/
    padding-top:30px;
}

.socialBlock a {
    padding:0px 5px;
}

.socialBlock a:last-child {
    /*padding-right:0;*/
}

.socialBlock a:first-child {
    /*padding-left:0;*/
}

/* BOOTSTRAP OVERRIDES 
------------------------- */


h1, h2, h3, h4, h5, h6 {
    /*font-size:24px;*/
}

.navbar-brand {
    height:auto;
    padding-top:22px;
}

.navbar {
    margin-bottom:0;
}

.navbar-toggle {
    /*float:left;*/
    border:0px solid;
    margin-right:0px;
}

.navbar-right {
    padding-right:15px;
}

.navbar-default .navbar-toggle .icon-bar {
    background:#000;
}

.navbar-toggle .icon-bar {
    margin-top:10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.nav > li > a {
    text-transform:uppercase;
    font-weight:400;
}

.navbar-default .navbar-nav > li > a {
    color:#000;
}

.nav > li > a {
    color:#000;
    /*font-size:16px;*/
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #57baeb;
    color: #fff;
    text-decoration: none;
}

.nav .caret {
    display:none;
}

.navbar-nav > li > .dropdown-menu {
    border-radius:0px;
    min-width:300px;
    /*margin-top:-1px;*/
    border:none;
}

.navbar-nav > li.contactMenu > .dropdown-menu {
    min-width:280px;
}

.navbar-nav > li:last-child a {
    background:#ff5100;
    padding:10px 30px;
    color:#fff;
    font-weight:bold;
    margin-top:21px;
    margin-left:15px;

}

@media (max-width:768px) {
    .navbar-nav > li:last-child a {
        margin-left:0px;
        text-align:center;
    }

    .navbar-brand {
        padding:15px 0;

    }

    .navbar.navbar-default {
        padding:0px;
    }
}

@media (min-width:641px) and (max-width:768px) {
    .footerColumnCustom {
        /*min-height:170px;*/
    }
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #57baeb;
}



.navbar-nav > li:last-child a:hover {
    background:#57baeb;
    color:#fff;
}



.btn.btn-primary {
    background:#ff5100;
    border:#ff5100 1px solid;
    padding:15px 30px;
    border-radius:0px;
    font-weight:bold;
}

.btn.btn-primary:hover {
    background:#57baeb;
    border:#57baeb 1px solid;
}

/* RESPONSIVE CSS
------------------------- */

@media (min-width: 1024px) {
    /* Navbar positioning foo */
    /*.navbar-wrapper {
      margin-top: 20px;
    }*/
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    .featurette-heading {
        /*font-size: 24px;*/
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #fff;
        color: #000;
        border-top:8px solid #57baeb;
    }

    .nav > li > a {
        padding:32px 15px 40px;
        border-top:8px solid #fff;
    }

    /*.nav .current-menu-ancestor.current-menu-parent > a {
          border-top:8px solid #57baeb;
          }*/

    .dropdown-menu > li > a {
        text-align:center;
    }

    /*.navbar-right .dropdown-menu {
            right:-65%;
            right:-4.8em;
    }*/

    .insidePageBlock {
        /* min-height:535px;*/
    }
}

@media (min-width: 992px) {

    .nav > li > a {
        padding-left:1.0em;
        padding-right:1.0em;
    }

}

@media (min-width:1200px) {
    .nav > li > a {
        padding-left:2.0em;
        padding-right:2.0em;
    }
}

@media (max-width:768px) {

    .hubImgBlock span {
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
        height:100%;
        top:0;
    }
}

@media (max-width:991px) {
    .navbar-brand img {
        max-width:175px;
    }
}

@media (min-width:769px) and (max-width:1024px) {

    /*	.navbar-right .dropdown-menu {
              right:-65%;
              right:-6.5em;
      }*/

    /*  .nav > li > a {
            padding:32px 15px 40px;
            border-top:8px solid #fff;
      }*/

    .socialBlock a {
        padding:0px 4px;
    }

    .socialBlock a:last-child {
        padding-right:0px;
        margin-right:-2px;
    }

    .socialBlock a:first-child {
        padding-left:0px;
        margin-left:-2px;
    }		
}

@media (min-width:1024px) and (max-width:1200px) {
    /*	.navbar-right .dropdown-menu {
              right:-65%;
              right:-6.5em;
      }*/
}

@media (min-width:1025px) and (max-width:1199px) { 
    .socialBlock a {
        padding:0px 2px;
        margin:0px 1.8px;
    }
}

@media (min-width:992px) and (max-width:1024px) {

    .nav > li > a {
        padding:32px 15px 40px;
        border-top:8px solid #fff;
    }

}

@media (min-width:769px) and (max-width:1260px) {
    .navbar-brand img {
        max-width:250px;
    }
}

@media (min-width:1261px) {
    .navbar-brand img {
        max-width:290px;
    }

    .navbar-brand {
        padding-top:18px;
    }
}

@media (max-width:768px) {
    /*	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: #57baeb;
        color: #fff;
    }
    
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #fff;
        color: #000;
            border-left:8px solid #57baeb;
            padding-left:7px;
    }*/

    #navbar .current-menu-ancestor.current-menu-parent > a {
        /*border-left:8px #57baeb solid;
        padding-left:7px;*/
    }

    .attribution span, .attribution a {
        padding:0px 10px;
    }

    .forcefullwidth_wrapper_tp_banner {
        margin-bottom:30px !important; /* Overriding Banner Settings */
    }

}

@media (max-width:992px) {
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        background-color: #57baeb;
        color: #fff;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #fff;
        color: #000;
        border-left:8px solid #57baeb;
        padding-left:7px;
    }


}



/* Typography */

/* Extra Small Devices, Phones */ 

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    h1.entry-title {
        font:72px/74px 'Source Sans Pro', sans-serif;
    }
    .insidePageBlock h1.entry-title {
        font-size:35px;
        line-height:39px;
    }
    .insidePageBlock p {
        font-size:20px;
        line-height:30px;
    }
    .insidePageBlock h2, .insidePageBlock h3, .insidePageBlock h4 {
        font-size:30px;
        line-height:33px;
    }
    h2, h3, h4 {
        /*font-size:48px;*/
        /*line-height:48px;*/
        /*line-height:30px;*/
        /*margin-bottom:0px;*/
        /*margin-bottom:10px;*/
        margin-bottom:3px;
        padding-bottom: 10px;
    }
    .featurette h2 a, .featurette-heading a,  .blogRow h2, .blogPageRow h2, .vidPageRow h2, .blogPageRow h2 a, .vidPageRow h2 a {
        font-size:30px;
        line-height:33px;
    }
    h4.widgetTxt {
        font-size:35px;
        line-height:39px;
    }
    .featurette p, .blogRow p {
        font-size:20px;
        line-height:30px;
        margin-bottom:30px;
    }

    .hubPageHeader {
        /*font-size:30px;
        line-height:46px;*/
    }

    .hubImgBlock span {
        /*font-size:61px;
        line-height:63px;*/
        font-size:35px;
        line-height:39px;
    }

    .featurette h4.widgetTxt {
        margin-top:60px;
        margin-bottom:60px;
    }

    .blogRow p {
        margin-bottom:60px;
    }

    .featurette p {
        margin-bottom:60px;
    }

    footer h5.h-widget, footer h5, .footerColumn p {
        font-size:20px;
        line-height:30px;
    }

    .footerColumn li a {
        font-size:20px;
        line-height:30px;
    }

    .marketing .featurette p a.cntContinued {
        font-size:44px;
        /*line-height:26px;*/
        line-height:12px;
    }

    .container.marketing {
        padding-top:15px;
    }

    .staffTitle {
        margin-bottom:60px;
    }

    .staffPage h5, .staffRow h5 {
        font-size:31px;
        color:#929497;
        line-height:45px;
        font-weight:400;
    }

    .staffPage p, .staffRow p {
        font-size:26px;
        line-height:39px;
        font-weight:400;
    }

    .staffPage p a, .staffRow p a {
        font-size:26px;
        line-height:39px;
        font-weight:600;
    }


    .btn, .btn.btn-primary {
        font-size:30px;
        line-height:30px;
    }

    .insidePageBlock p strong, .insidePageBlock p b, .insidePageBlock strong, .insidePageBlock b {
        color:#929497;
        font-weight:400;
        font-size:24px;	
    }



    /* Vertical Spacings */

    footer {
        margin-top:150px;
    }
    .attribution {
        font-size:14px;
        line-height:14px;
    }

}

/*@media only screen and (min-width : 480px) {
        h1.entry-title {
                font:300 72px/74px;
        }
}*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    h1.entry-title {
        font:67px/69px 'Source Sans Pro', sans-serif;
    }
    .insidePageBlock h1.entry-title {
        font-size:46px;
        line-height:50px;
    }
    .insidePageBlock p {
        font-size:22px;
        line-height:33px;
    }
    .insidePageBlock h2, .insidePageBlock h3, .insidePageBlock h4 {
        font-size:35px;
        line-height:39px;
    }
    h2, h3, h4 {
        /*font-size:45px;
        line-height:45px;*/
        margin-bottom:0px;
        padding-bottom: 10px;
    }
    .featurette h2 a, .featurette-heading a, .blogRow h2, .blogPageRow h2, .vidPageRow h2, .blogPageRow h2 a, .vidPageRow h2 a {
        font-size:35px;
        line-height:36px;
    }
    h4.widgetTxt {
        font-size:54px;
        line-height:59px;
    }
    .featurette p, .blogRow p {
        font-size:22px;
        line-height:33px;
        margin-bottom:28px;
    }
    .hubPageHeader {
        /*font-size:28px;
        line-height:44px;*/
    }
    .nav > li > a {
        font-size:30px;
    }


    .hubImgBlock span {
        font-size:46px;
        line-height:50px;
    }

    .featurette h4.widgetTxt {
        margin-top:60px;
        margin-bottom:60px;
    }

    .blogRow p {
        margin-bottom:60px;
    }

    .featurette p {
        margin-bottom:60px;
    }

    footer h5.h-widget, footer h5, .footerColumn p {
        font-size:22px;
        line-height:33px;
    }

    .footerColumn li a {
        font-size:22px;
        line-height:35px;
    }

    .marketing .featurette p a.cntContinued {
        font-size:44px;
        line-height:18px;
    }

    .container.marketing {
        padding-top:15px;
    }

    .staffTitle {
        margin-bottom:45px;
    }

    .staffPage h5, .staffRow h5 {
        font-size:27px;
        color:#929497;
        line-height:45px;
        font-weight:400;
    }

    .staffPage p, .staffRow p {
        font-size:22px;
        line-height:35px;
        font-weight:400;
    }

    .staffPage p a, .staffRow p a {
        font-size:22px;
        line-height:35px;
        font-weight:600;
    }

    .btn, .btn.btn-primary {
        font-size:28px;
        line-height:28px;
    }

    .insidePageBlock p strong, .insidePageBlock p b, .insidePageBlock strong, .insidePageBlock b {
        color:#929497;
        font-weight:400;
        font-size:26px;	
    }





    /* Vertical Spacings */

    footer {
        margin-top:150px;
    }
    .attribution {
        font-size:14px;
        line-height:14px;
    }


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    h1.entry-title {
        font:39px/40px 'Source Sans Pro', sans-serif;
    }
    .insidePageBlock h1.entry-title {
        font-size:39px;
    }
    .insidePageBlock p {
        font-size:16px;
        line-height:25px;
    }
    .insidePageBlock h2, .insidePageBlock h3, .insidePageBlock h4 {
        font-size:26px;
        line-height:29px;
    }
    h2, h3, h4 {
        /*font-size:26px;
        line-height:26px;*/
        line-height:26px;
        padding-bottom: 10px;
    }
    .featurette h2 a, .featurette-heading a, .blogRow h2, .blogPageRow h2, .vidPageRow h2, .blogPageRow h2 a, .vidPageRow h2 a {
        font-size:26px;
        line-height:29px;
    }
    h4.widgetTxt {
        font-size:44px;
        line-height:48px;
    }
    .featurette p, .blogRow p {
        font-size:16px;
        line-height:25px;
        margin-bottom:16px;
    }
    .hubPageHeader {
        /*font-size:16px;
        line-height:25px;*/
    }
    .nav > li > a {
        font-size:16px;
    }
    .hubImgBlock span {
        font-size:39px;
        line-height:39px;
    }

    .featurette h4.widgetTxt {
        margin-top:45px;
        margin-bottom:45px;
    }

    footer h5.h-widget, footer h5, .footerColumn p {
        font-size:16px;
        line-height:25px;
    }

    .footerColumn li a {
        font-size:16px;
        line-height:25px;
    }

    .marketing .featurette p a.cntContinued {
        font-size:25px;
    }

    .container.marketing {
        padding-top:0px;
    }

    .staffTitle {
        margin-bottom:45px;
    }

    .staffPage h5, .staffRow h5 {
        font-size:19px;
        line-height:25px;
        font-weight:400;
    }

    .staffPage p, .staffRow p {
        font-size:16px;
        line-height:25px;
        font-weight:400;
    }

    .staffPage p a, .staffRow p a {
        font-size:16px;
        line-height:25px;
        font-weight:600;
    }

    .btn, .btn.btn-primary {
        padding:9px 15px;
        font-size:16px;
        line-height:16px;
    }

    .insidePageBlock p strong, .insidePageBlock p b, .insidePageBlock strong, .insidePageBlock b {
        color:#929497;
        font-weight:400;
        font-size:20px;	
    }




    /* Vertical Spacings */

    footer {
        margin-top:144px;
    }
    .attribution {
        font-size:11px;
        line-height:21px;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    h1.entry-title {
        font:43px/44px 'Source Sans Pro', sans-serif;
    }
    .insidePageBlock h1.entry-title {
        font-size:43px;
    }
    .insidePageBlock p {
        font-size:18px;
        line-height:28px;
    }
    .insidePageBlock h2, .insidePageBlock h3, .insidePageBlock h4 {
        font-size:29px;
        line-height:29px;
    }
    h2, h3, h4 {
        /*font-size:29px;
        line-height:29px;*/
        margin-bottom:0px;
        padding-bottom: 10px;
    }
    .featurette h2 a, .featurette-heading a, .blogRow h2, .blogPageRow h2, .vidPageRow h2, .blogPageRow h2 a, .vidPageRow h2 a {
        font-size:29px;
        line-height:34px;
    }

    h4.widgetTxt {
        font-size:49px;
        line-height:54px;
    }

    .featurette p, .blogRow p {
        font-size:18px;
        line-height:28px;
        margin-bottom:18px;
    }
    .hubPageHeader {
        /*font-size:18px;
        line-height:28px;*/
    }
    .nav > li > a {
        font-size:16px;
    }
    .hubImgBlock span {
        font-size:43px;
        line-height:43px;
    }

    .featurette h4.widgetTxt {
        margin-top:45px;
        margin-bottom:45px;
    }

    footer h5.h-widget, footer h5, .footerColumn p {
        font-size:18px;
        line-height:28px;
    }

    .footerColumn li a {
        font-size:18px;
        line-height:28px;
    }

    .marketing .featurette p a.cntContinued {
        font-size:28px;
    }

    .staffTitle {
        margin-bottom:45px;
    }

    .staffPage h5, .staffRow h5 {
        font-size:23px;
        line-height:28px;
        font-weight:400;
    }

    .staffPage p, .staffRow p {
        font-size:18px;
        line-height:28px;
        font-weight:400;
    }

    .staffPage p a, .staffRow p a {
        font-size:18px;
        line-height:28px;
        font-weight:600;
    }

    .btn, .btn.btn-primary {
        padding:9px 15px;
        font-size:18px;
        line-height:18px;
    }

    .insidePageBlock p strong, .insidePageBlock p b, .insidePageBlock strong, .insidePageBlock b {
        color:#929497;
        font-weight:400;
        font-size:22px;	
    }




    /* Vertical Spacings */

    footer {
        padding:90px 0 30px;
        margin-top:142px;
    }
    .attribution {
        padding-top:40px;
    }


}

/* Other Fixes */

@media (min-width:320px) and (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

    .nav > li > a {
        line-height:60px;
    }

    .navbar-nav > li > a {
        padding-top:0px;
        padding-bottom:0px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 50px;
    }

    .dropdown-menu a {
        font-size:30px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }

    .navbar-nav > li:last-child a {
        margin-left:0px;
        padding:0px 30px;
    }

    .navbar-right {
        padding-right:0px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    #navbar .navbar-nav > li:last-child a {
        font-size:31px;
        line-height:31px;
        padding:10px 30px;
    }

    #navbar .nav > li > a {
        font-size:26px;
        line-height:52px;
        text-align:center;
    }

    #navbar .dropdown-menu a {
        font-size:26px;
        line-height:52px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footerFix {
        height:44px;
        display:block;
    }

    #navbar .navbar-nav > li:last-child a {
        font-size:18px;
        line-height:18px;
        padding:10px 30px;
    }

    #navbar .nav > li > a {
        font-size:22px;
        line-height:45px;
        text-align:center;
    }

    #navbar .dropdown-menu a {
        font-size:22px;
        line-height:45px;
    }
}

@media only screen and (max-width:767px) {
    .footerFix {
        display:none;
    }
}

@media (min-width:992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        border-top:8px solid #57baeb;
    }

    .nav > li:last-child a:hover, .nav > li:last-child > a:hover, .nav > li:last-child > a:focus {
        border-top:8px solid #ffffff !important;
    }

}

@media (max-width:992px) {
    .newsletterBlock > div {
        max-width:225px;
        margin:0 auto;
        text-align:center;
    }

    footer .gcc_textbox .gcc_textbox_class {
        width: 140px;
    }

    .socialBlock a {
        padding: 0 15px;
    }
}

@media (min-width:1600px) {
    .newsletterBlock > div {
        max-width:225px;
        margin:0 auto;
        text-align:center;
    }

    footer .gcc_textbox .gcc_textbox_class {
        width: 140px;
    }

    .socialBlock a {
        padding: 0 15px;
    }
}


/* Carousel Customization
-------------------------------------------------- */

.rev_slider_wrapper .tp-caption {
    font-family: 'Source Sans Pro', sans-serif !important;
    /*text-align:center !important;*/
    font-weight:300 !important;
    text-shadow:4px 4px 10px rgba(0, 0, 0, 0.6) !important;
}

.rev_slider_wrapper .tp-caption strong {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight:300 !important;
    /*font-size:1.5em !important;*/
}

.rev_slider_wrapper .tp-caption small {
    display:block !important;
    font-size:0.7em !important;
}

.tp-leftarrow, .tp-rightarrow {
    display:none;
}

.rev_slider_wrapper .tp-button {
    background: #ff5100;
    color: #fff;
    box-shadow:none;
    font-size:30px;
    line-height:30px;
    border-radius:0px;
    text-shadow:none;
    text-transform:uppercase;
    padding: 9px 15px;
    font-weight:700 !important;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow:none !important;
}

.rev_slider_wrapper .tp-button:hover {
    background: #57baeb;
    box-shadow:none;
    text-decoration:none;
}

.rev_slider_wrapper .tp-bullets .bullet {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
    border: 4px solid rgba(255, 255, 255, 0) !important;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    height: 4px !important;
    margin-bottom: 0 !important;
    margin-right: 2px !important;
    position: relative !important;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 4px !important;
    margin-left:10px;
    margin-right:10px;
}

.rev_slider_wrapper .tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
    background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0 !important;
    border: 4px solid rgba(255, 255, 255, 1.0) !important;
    box-shadow: none;
    height: 4px !important;
    width: 4px !important;
}

/* Main Navigation Dropdown Left Aligned */
@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        left: 0;
        right:auto;
        padding-bottom:15px;
    }

    .dropdown-menu > li > a {
        text-align:left;
        padding-left:1em;
    }
}

@media (min-width:1200px) {

    .dropdown-menu > li > a {
        padding-left:2em;
    }
}