/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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 {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import 'https://fonts.googleapis.com/css?family=Cabin|Prompt:800';
/* Common CSS */

a {
    text-decoration: none !important;
}

p {
    font-size: 13.5px;
    letter-spacing: 0.3px;
}

.open300 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.open400 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.open700 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.lato300 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.lato400 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.lato700 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.clrRed {
    color: #DB011F;
}

.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-listStyle {
    list-style: none;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.custom-btn-red {
    background: #DB011F;
    padding: 10px 18px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    float: right;
    -webkit-transition: border-color ease-in-out .45s;
    -moz-transition: border-color ease-in-out .45s;
    -ms-transition: border-color ease-in-out .45s;
    -o-transition: border-color ease-in-out .45s;
    transition: border-color ease-in-out .45s;
}

.custom-btn-red:hover {
    background: #fff;
    color: #DB011F;
    font-weight: 700;
    padding: 8px 16px;
    border: 3px solid #DB011F;
}

.custom-btn-blue {
    background: #3474B5;
    padding: 10px 18px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    float: right;
    -webkit-transition: border-color ease-in-out .45s;
    -moz-transition: border-color ease-in-out .45s;
    -ms-transition: border-color ease-in-out .45s;
    -o-transition: border-color ease-in-out .45s;
    transition: border-color ease-in-out .45s;
}

.custom-btn-blue:hover {
    background: #fff;
    color: #3474B5;
    font-weight: 700;
    padding: 8px 16px;
    border: 3px solid #3474B5;
}

.containerMargin {
    margin: 35px auto 45px;
}

.contentHeading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    border-left: 3px solid #DB011F;
}

.content {
    font-family: 'Lato', sans-serif;
}

.content h4 {
    color: #666;
    font-weight: 700;
}

/*-- company name & logo --*/

.logo {
    padding-top: 10px;
}

.cmpName {
    font-family: 'Prompt', sans-serif;
    font-size: 28.5px;
    color: #0E296E;
    text-align: center;
    margin: 3px auto;
}

.cmpName span {
    font-family: 'Cabin', sans-serif !important;
    color: #DB011F;
}

.helplineRow {
    min-height: 40px;
    background: #f8f8f8;
}

.helpline p {
    font-size: 13.5px;
    padding: 11px;
    margin-bottom: 0px;
}

.socialIco {
    border: 2px solid #0E296E;
    color: #0E296E;
    padding: 5px 0px;
    width: 50px;
    text-align: center;
}

.socialIco:hover {
    border: 2px solid #0E296E;
    background: #0E296E;
    color: #fff;
}

/*-- /company name & logo --*/

/*-- navigation --*/

.ql {
    background: #3474B5;
    border-radius: 3px 20px 20px 3px;
    -webkit-transition: border-color ease-in-out .45s;
    -moz-transition: border-color ease-in-out .45s;
    -ms-transition: border-color ease-in-out .45s;
    -o-transition: border-color ease-in-out .45s;
    transition: ease-in-out 5s;
}

.ql>.open>a,
.ql>.open>a:focus,
.ql>.open>a:hover {
    border-radius: 3px 20px 0px 0px;
}

.navbar-default {
    background-color: #3EA7E3/*#112E4C*/
    ;
    border: none !important;
    border-radius: 0px;
    padding-top: 9px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #f8f8f8;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #3474B5;
}

.dropdown-menu {
    padding: 0px 0px;
    border: 0px !important;
}

.navbar-collapse {
    padding: 0;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*-- /.navigation --*/

/*-- quick row --*/

.quickRowBox {
    /*background: rgba(17, 46, 76, 0.9);*/
    background: rgba(255, 255, 255, 0.5);
    padding: 35px 10px;
}

.quickRow h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #112E4C;
    text-decoration: none;
    display: inline;
    margin-left: 10px;
}

.quickRowLink {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    color: #111;
    float: right;
}

.ico {
    color: #112E4C;
    border-right: 1px solid #112E4C;
    padding-right: 10px;
}

/*-- /.quick row --*/

/*-- intro --*/

.intro,
.introBox {
    min-height: 215px;
    color: #fff;
    padding: 10px;
}

.intro h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.introBox ul li {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

#spclFeature li a {
    color: #fff !important;
}

/*-- /.intro --*/

/*-- sidebar departments --*/

#departments {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#departments .carousel-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#departments .carousel-nav {
    display: block;
    width: 75px;
}

#departments .carousel-nav img {
    cursor: pointer;
}

#departments .carousel-nav img:active {
    position: relative;
    top: 1px;
}

#departments .carousel-nav .nextbtn {
    float: right;
}

#departments .carousel-wrap ul {
    display: block;
    list-style: none;
    position: relative;
}

#departments .carousel-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 255px;
    margin-right: 15px;
}

#departments-list li h4 {
    background: #DB011F;
    color: #fff;
    padding: 3px 9px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#departments-list li p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12.7px;
}

/*-- /.sidebar departments --*/

/*-- news-events --*/

#news-events h4 {
    color: #666;
    font-weight: 700;
}

/*-- /.news-events --*/

/******* PAGE *******/

/*-- breadcrumb --*/

.breadcrumb h5,
.breadcrumb h5 a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #333;
}

/*-- /.breadcrumb --*/

/*-- sidebar quick-links --*/

.quickLinks {
    padding-left: 12px;
}

.quickLinks li {
    padding: 8px 0px;
    border-bottom: 1px dashed #999;
}

.quickLinks li:last-child {
    border-bottom: none;
}

#quicklinks .fa {
    color: #DB011F;
}

/*-- /.sidebar quick-links --*/

/*-- sidebar banner --*/

.banner {
    margin: 10px 0px;
}

/*-- /.sidebar banner --*/

/*-- about --*/

#about {
    margin-bottom: 38px;
}

/*-- /.about --*/

/*-- gallery --*/

.thumbs a {
    width: 194px;
    height: 194px;
    display: inline-block;
    border: 2px solid #303030;
    border-radius: 1px;
    margin: 5px 5px 25px;
    position: relative;
    text-decoration: none;
    background-position: static;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.thumbs a:after {
    border-radius: 4px;
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    padding: 3px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*-- /.gallery --*/

/*-- contact-us --*/

.panel-heading {
    background-color: #fff !important;
    cursor: pointer;
}

.panel-title {
    color: #325274;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f146";
    float: right;
    color: inherit;
}

.panel-heading.collapsed .accordion-toggle:after {
    content: "\f0fe";
}

/*-- /.contact-us --*/

/*-- footer --*/

#footer {
    background: #3EA7E3;
    color: #fff;
    padding: 35px 15px 0px;
}

.block-content h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12.8px;
    text-transform: uppercase;
}

.block-content p,
.block-content ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12.3px;
}

.footerMenu {
    padding-left: 0px !important;
    list-style: none;
}

.footerMenu li a {
    color: #fff;
    text-decoration: none;
}

.legal a {
    color: #fff;
}

/*-- /.footer --*/

/*-- form style --*/

.block-header h4 {
    margin: 10px 0 20px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #515151;
    text-transform: uppercase;
    background: #DB011F;
}

.block-header h4 .title {
    background: #fff;
    padding: 3px 15px 2px 5px;
}

.block-header h4 .decoration {
    background: #fff;
    padding-left: 3px;
    margin-left: 5px;
}

.block-header h4 .decoration2 {
    background: #fff;
    padding-left: 3px;
    margin-left: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    margin: 0;
}

.input-group {
    padding: 3px;
}

.input-group-addon {
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #DB011F;
    text-align: center;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.input-group-btn {
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control2 {
    display: block;
    height: 35px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control1:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 1);
}

/*-- Responsive CSS --*/

@media screen and (max-width: 360px) {
    #departments .carousel-wrap ul li {
        display: block;
        position: relative;
        width: 300px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    #departments .carousel-wrap ul li {
        display: block;
        float: left;
        position: relative;
        width: 340px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .quickRowLink {
        text-align: right;
    }
    .cmpName {
        font-size: 30px;
    }
    .helpline {
        padding: 3px 1px !important;
        font-size: 13px;
        text-align: center;
    }
    .carousel-inner>.item>img {
        height: 68vh;
    }
}

@media screen and (min-width: 768px) {
    .quickRow {
        margin-top: -162px;
    }
    #departments .carousel-wrap ul li {
        display: block;
        float: left;
        position: relative;
        width: 255px;
        margin-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contentHeading {
        font-size: 18px;
        border-left: 2px solid #DB011F;
    }
    .quickRow {
        margin-top: -300px;
    }
    .intro h3 {
        font-size: 17px;
    }
    .introBox ul li {
        font-size: 12.4px;
    }
    /*Navigation CSS*/
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    .navbar-collapse,
    .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar-nav>li {
        float: left;
        width: 100%;
    }
    .navbar-nav>li>a:focus {
        background: none;
    }
    .navbar-fixed-top .navbar-right li.active>a {
        color: #000;
    }
    .dropdown-submenu li a {
        font-size: 12px;
    }
    .navbar-right .dropdown-menu>li>a {
        padding: 10px 20px;
    }
    .navbar-right .dropdown-submenu>.dropdown-menu a {
        padding: 10px 30px;
    }
    .carousel-inner>.item>img {
        height: 68vh;
    }
}

@media screen and (min-width: 992px) {
    .carousel-inner>.item>img {
        height: 50vh;
    }
}

/*** Mail ***/

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 100;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    padding: 31px 31px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 100000;
    text-align: center;
    overflow: auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   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,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}