#form1 {
    margin: 0;
    padding: 0;
}

html,
body, #form1 {
    /*  height: 100%; */
    /* The html and body elements cannot have any padding or margin. */
}

/* Set width of Bootstrap container*/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
}

.bg-color {
    background-color: #ffffff;
}

.home-bg-color {
    background-color: #2F3E4A;
}

#wrapper > .container {
    padding-top: 60px;
}

.no-gutter [class*="-12"] {
    padding: 0;
}

/*.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    } */

/* RESET STYLES*/

body {
    font-family: 'Cabin', sans-serif;
    color: #222222;
    background-color: #313538;
    font-size: 15px;
}

/*Common Styles*/

a, a:link, a:visited {
    color: #9a9a9a;
    outline: none;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #004b85;
    }

    a img {
        border: 0px;
    }

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

    p.bold, strong {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    p em {
        font-family: 'Cabin', sans-serif;
        font-style: italic;
        font-weight: 400;
    }

sup {
    font-size: 40% !important;
    top: -1.45em !important;
}

small, .small {
    font-size: 70%;
}

ul {
    list-style-type: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    border: 0px solid transparent;
    font-size: 0.8em;
}


    /* alt table style

    table th {
        background: fff;
        color: #1f7dc1;
        border-bottom: 3px solid #004b85;
        padding: 6px 6px 8px 6px;
    }

    table tr {
        background-color: #fff;
    }

        table tr:hover {
            background-color: #f2f6f9;
        }

    table td {
        background: none;
        border: 1px solid #transparent;
        border-bottom: 1px solid #e9eff4;
        color: #004b85;
        padding: 10px 6px 10px 6px;
    }

 */

    table th {
        background: #1f7dc1;
        color: #fefefe;
        border-bottom: 4px solid #004b85;
        padding: 6px;
        text-align: left;
    }

        table tr:hover {
            background-color: #e9eff4;
        }

        table tr.hilight {
            background-color: #f0eae3;
        }

        table tr.section {
            border-bottom: 2px solid #1f7dc1;
        }

        table tr.reserveslight {
            border-bottom: 2px solid #69bdf9;
        }

        table tr.reservesdark {
            border-bottom: 2px solid #2F3E4A;
        }

    table td {
        background: none;
        border: 0px solid transparent;
        color: #004b85;
        padding: 8px 6px 8px 6px;
    }

.tablecellSection span {
    display: block;
}

.tablecellItem span {
    margin-left: 7%;
    display: block;

}


.accordion-heading span {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #ffffff;
}

.accordion-heading {
    background-color: #004b85;
}

.accordion-group {
    margin-top: 10px;
    border: 2px solid #e9eff4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion-inner ul li {
    list-style: none !important;
}

blockquote {
    font-size: 0.9em;
    color: #777;
    margin: 25px 30px;
    padding: 20px 20px 20px 60px;
    border: 0;
    background-color: #ffffff;
    position: relative;
}

    blockquote:before {
        font-family: 'FontAwesome';
        display: block;
        content: "\f10d";
        font-size: 40px;
        position: absolute;
        left: 10px;
        top: 0px;
        color: #1F7DC1;
    }

    /*  blockquote:after {
        content: "";
        position: absolute;
        right: 100%;
        top: 50%;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #CCDBE7;
        z-index: 99;
    }
      */

    blockquote cite {
        color: #004b85;
        font-weight: 600;
        font-size: 13px;
        display: block;
        margin-top: 5px;
    }

        blockquote cite:before {
            content: "\2014 \2009";
        }

/* Over write some navbar styles*/

.navbar {
    padding-bottom: 15px !important;
    padding-top: 20px !important;
    margin-bottom: 0px !important;
}

.navbar-nav > li > a {
    padding-top: 45px !important;
    padding-bottom: 0px !important;
    font-size: 16px;
    font-weight: 500;
}

.navbar-brand {
    padding: 15px 15px 15px 20px !important;
}

#mainMenu .currentParent:after {
    top: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #1f7dc1;
    border-width: 10px;
    left: 30%;
}

#mainMenu .current:after {
    top: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #1f7dc1;
    border-width: 10px;
    left: 30%;
}

.subpage-nav .current:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-width: 15px;
    /* left: 50%; */
    /* top: 5px; */
    margin-left: -60px;
    margin-top: 10px;
    position: absolute;
}

.form-control {
    display: inline-block;
    width: 80%;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
    border: 0px solid #e9eff4;
    background-color: #e9eff4;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.navbar-nav > li > a:hover, a:active {
    background-color: none !important;
}

.navbar-form .form-control {
    display: inline-block;
    background-color: #ffffff;
}

.navbar-form {
    /*  display: block;
    margin-top: 30px;
    background-color: #ffffff;
    height: 100%;
    border: 1px solid #ffffff; */
    padding: 0px !important;
    margin: 30px 25px auto;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    float: right;
    float: right\0/ !important; /* IE 8-9 */
    margin-right: 25px\0/ !important;
    max-width: 100%;
}

    .navbar-form.navbar-right:last-child {
        margin-right: 20px !important;
    }

    .navbar-form .navbar-right {
        margin-right: 20px !important;
    }

    .navbar-form input {
        height: 20px;
        padding: 0;
        margin-left: 10px;
        border: 0;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
        color: #367dc7;
        font-weight: 600;
    }

    .navbar-form .form-control:focus {
        border-color: transparent;
        outline: 0;
        font-family: 'Cabin';
        background-color: #ffffff;
        -webkit-transition: all 0.2s;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: inset 0 rgba(0,0,0,0);
        box-shadow: inset 0 rgba(0,0,0,0);
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

.placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

::-webkit-input-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

:-moz-placeholder { /* Firefox 18- */
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

::-moz-placeholder { /* Firefox 19+ */
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

:-ms-input-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

.form-control:-moz-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

.form-control::-moz-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

.form-control::-webkit-input-placeholder {
    color: #367dc7;
    font-weight: 600;
    font-family: 'Cabin';
}

.navbar-form .searchBtn, .searchBtn {
    height: 32px;
    width: 32px;
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #367dc7 !important;
    background: #ffffff !important;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.navbar-form .btn, .navbar-form .btn {
    color: #367dc7 !important;
    background: #ffffff !important;
}

    .navbar-form .btn:hover {
        background: #ffffff !important;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
}

#mainMenu .dropdown-menu .current:after {
    display: none;
}

.navbar-collapse {
    max-height: 400px;
}

.navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 12px !important;
}

.navbar-nav .open .dropdown-menu {
    filter: none !important;
}

.dropdown-menu > li > .current {
    background-color: #eeeeee;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: none !important;
}

.navbar-default {
    background-color: #313538 !important;
    border-color: #313538;
}

.navbar-nav > li > a {
    color: #ffffff !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
}

/* Navbar mobile toggle button  */

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

.navbar-toggle .icon-bar {
    height: 5px;
    width: 33px;
    border-radius: 1px;
}

/* Stock ticker styles */

.stock-info {
    color: #eee;
    font-size: 13px;
    display: inline-block;
    text-align: right;
    margin-top: 44px;
    margin-left: 86px;
}

@media screen and (min-width: 1201px) and (max-width: 1538px) {
    .stock-info {
        right: 26px;
        position: absolute;
        top: 0;
        margin-top: 9px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .stock-info {
        position: absolute;
        top: 0;
        margin-top: 9px;
        right: 242px;
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .stock-info {
        width: 235px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .stock-info {
        position: relative;
        float: none;
        margin-top: 9px;
        top: auto;
        right: auto;
    }
}
    /* Media Query over writes */

    @media (max-width: 767px) {
        .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fefefe !important;
        }

        .navbar-nav > li > a {
            padding-top: 15px !important;
            padding-bottom: 15px !important;
            border-bottom: 1px solid #eeeeee;
            font-size: 20px;
        }

        .navbar-brand {
            height: 80px;
        }

        .container-fluid {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .tile1, .tile2, .tile3, .tile4 {
            height: auto !important;
            padding-bottom: 20px !important;
        }

            .tile1:after {
                display: none !important;
            }

        #mainMenu .currentParent:after, #mainMenu .current:after, .subpage-nav .current:after {
            display: none;
        }

        .subpage-nav .current a {
            border-bottom: 1px solid #ccdbe7;
        }

        #homeContent h1 {
            font-size: 24px;
            line-height: 30px;
        }

        .innerContent h1 {
            font-size: 25px !important;
        }

        .innerContent h2 {
            font-size: 18px !important;
            line-height: 24px !important;
        }

        .innerContent h3 {
            font-size: 16px !important;
        }

        .footer span {
            font-size: 26px !important;
        }

        .footer {
            font-size: 18px !important;
        }

        .footerNav {
            text-align: center !important;
            margin: 0 !important;
        }

        ul.social {
            margin-bottom: 30px;
        }

            ul.social li {
                width: 20px !important;
                height: 20px !important;
                line-height: 20px !important;
            }

        .investor h1 {
            font-size: 28px !important;
        }

        .investor {
            font-size: 14px !important;
        }

        .tile2 span {
            font-size: 16px;
        }

        .newsList {
            margin-left: 0 !important;
        }

            .newsList ul li {
                height: auto !important;
                padding-bottom: 30px !important;
                padding-top: 30px;
                padding-left: 30px;
                padding-right: 30px;
                margin-left: 0 !important;
            }

                .newsList ul li span {
                    position: relative !important;
                    font-size: 16px !important;
                    margin-top: 20px !important;
                    padding: 16px 0px 0px 0px !important;
                    background: none !important;
                    bottom: auto !important;
                    right: auto !important;
                }

                .newsList ul li .downloadPDF {
                    position: relative !important;
                    margin-right: 10px !important;
                    padding: 16px 0px 0px 0px !important;
                    margin-top: 20px !important;
                }

        .calendar ul li {
            height: auto !important;
            padding-bottom: 10px !important;
            margin-left: 0 !important;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.5em;
        }

        .BonavistaMap, .center-wrapper {
            height: auto !important;
        }

            .BonavistaMap object {
                height: 680px;
                width: 100%;
            }


        .newsreleaseForm {
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }
    }

    @media (min-width: 768px) and (max-width: 1182px) {
        .subpage-nav .current:after {
            display: none;
        }

        .subpage-nav .current a {
            border-bottom: 1px solid #ccdbe7;
        }

        .calendar ul li {
            font-size: 12px !important;
            height: auto !important;
            padding-bottom: 10px !important;
            margin-left: 0 !important;
        }

            .calendar ul li span {
                font-size: 14px !important;
                font-weight: 600;
            }

        .calendar .date {
            font-size: 12px !important;
        }

        .calendarEvent {
            padding: 20px 20px 0px 20px;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .footer span {
            font-size: 22px !important;
        }

        .footer {
            font-size: 18px !important;
        }

        .footerNav {
            font-size: 12px !important;
        }

        ul.social li {
            width: 30px !important;
            height: 30px !important;
            line-height: 30px !important;
        }

        .tile2 {
            font-size: 1.3em;
        }

        .newsList ul li a {
            font-size: 13px !important;
            line-height: 12px !important;
        }

        .newsList ul li span {
            font-size: 18px !important;
        }

        .operations-infobox span {
            font-size: 12px !important;
        }

        .operations-infobox {
            font-size: 14px !important;
        }

            .operations-infobox ul li {
                padding: 0px 15px 0px 15px !important;
            }


        .newsreleaseForm {
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
        }

        .operations-infobox em {
            font-size: 10px !important;
            line-height: 8px !important;
        }
    }

    @media screen and (min-width: 1280px) {
        .tile2 {
            font-size: 1.2em;
        }
    }

    @media screen and (max-width: 1280px) and (min-width: 991px) {
        .tile2 {
            font-size: 0.8em;
        }

            .tile2 h1 {
                font-size: 20px !important;
            }

        .investor {
            font-size: 0.9em !important;
        }
    }

    /* Search bar */



    @media (min-width: 768px) and (max-width: 1200px) {
        .navbar-form {
            position: absolute;
            top: 0;
            right: 0;
            margin: 10px 25px auto;
            width: 200px;
        }

            .navbar-form input {
                width: 100%;
            }

            .navbar-form .form-control {
                max-width: 146px;
            }
    }

    @media (max-width: 767px) {
        .navbar-form {
            float: none !important;
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
    }

    @media (min-width: 768px) {
        .navbar-nav > li > .dropdown-menu {
            display: none !important;
        }

        .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
            display: none !important;
        }
    }

    /* Fancy Link Styles */

    .no-touch .hi-icon-effect-1a .hi-icon:hover {
        background: rgba(255,255,255,1);
        color: #41ab6b;
    }

        .no-touch .hi-icon-effect-1a .hi-icon:hover:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    .hi-icon-effect-6 .hi-icon {
        box-shadow: 0 0 0 4px rgba(255,255,255,1);
        transition: background 0.2s, color 0.2s;
    }

    .no-touch .hi-icon-effect-6 .hi-icon:hover {
        background: rgba(255,255,255,1);
        color: #64bb5d;
    }

        .no-touch .hi-icon-effect-6 .hi-icon:hover:before {
            animation: spinAround 2s linear infinite;
        }

    @keyframes spinAround {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    /*-----------------------
  Home Page Tile Styles
  -----------------------*/

    .homeIcons-circle {
        display: inline-block;
        border: 4px solid #ffffff;
        padding: .4em;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        vertical-align: middle;
        width: auto;
        height: auto;
        text-align: center;
    }

    #homeContent {
        background-color: #ffffff;
    }

        #homeContent .mainContent {
            padding: 20px 40px 40px 40px;
            height: 100%;
        }

        #homeContent h1 {
            color: #1f7dc1;
            font-weight: 600;
            padding-bottom: 0.4em;
            margin-bottom: 1em;
        }

            #homeContent h1 span {
                font-style: italic;
            }

        #homeContent .img-responsive {
            min-width: 100% !important;
            width: 100%;
        }

    /* First Tile (Top Left) */

    .tile1 {
        background-color: #ffffff;
        /*max-width: 400px;
    max-height: 400px;
    vertical-align: middle; */
        display: block;
        position: relative;
        height: 0px;
        padding-bottom: 40%; /* proportional scaling */
        padding-top: 50px; /* add constant */
    }

        .tile1:after {
            content: "";
            position: absolute;
            right: 100%;
            top: 50%;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-right: 20px solid #ffffff;
            z-index: 99;
        }

        .tile1 h1 {
            color: #1f7dc1;
            font-weight: 500;
            padding-top: 0px;
            margin-top: 0px;
        }

        .tile1 > img, .tile1 .img-responsive {
            max-width: 90%;
            height: auto;
            display: inline-block;
            margin: 0px;
            padding: 0px 0px 0px 20px;
            margin-top: -20px;
        }

    /* Second Tile (Top Right) */

    .tile2 {
        background-color: #1f7dc1;
        /*max-width: 400px;
    max-height: 400px;
    vertical-align: middle; */
        display: block;
        position: relative;
        height: 0px;
        padding-bottom: 40%; /* proportional scaling */
        padding-top: 50px; /* add constant */
        overflow: hidden;
        color: #ffffff;
    }

        .tile2 h1 {
            color: #ffffff;
            font-weight: 500;
            padding-top: -10px;
            margin-top: -10px;
            font-size: 28px;
            padding-bottom: 5px;
            padding-left: 25px;
            padding-right: 25px;
        }

        .tile2 ul {
            padding: 5px 25px 25px 25px;
        }

        .tile2 span {
            color: #b4cbe0;
            font-style: italic;
            font-weight: 500;
        }

        .tile2 a, .tile2 a:link, .tile2 a:visited {
            color: #ffffff;
            font-family: 'Cabin', sans-serif;
        }

    /* Third Tile (Bottom Left)  */

    .tile3 {
        background-color: #004b85;
        /*   max-width: 400px;
    max-height: 400px;
    vertical-align: middle; */
        display: block;
        position: relative;
        height: 0px;
        padding-bottom: 40%; /* proportional scaling */
        padding-top: 50px; /* add constant */
    }

        .tile3 h1 {
            color: #ccdbe7;
        }

        .tile3 > img, .tile3 .img-responsive {
            max-width: 90% !important;
            height: auto;
            display: inline-block;
            margin: 0px;
            padding: 0px 0px 0px 20px;
            margin-top: -20px;
        }

    /* Fourth Tile (Bottom Right) */

    .tile4 {
        background-color: #ccdbe7;
        /* max-width: 400px;
    max-height: 400px;
    vertical-align: middle; */
        display: block;
        position: relative;
        height: 0px;
        padding-bottom: 40%; /* proportional scaling */
        padding-top: 50px; /* add constant */
    }

        .tile4 h1 {
            color: #004b85;
        }

        .tile4 > img, .tile4 .img-responsive {
            max-width: 90%;
            height: auto;
            display: inline-block;
            margin: 0px;
            padding: 0px 0px 0px 20px;
            margin-top: -20px;
        }

    .investor {
        background-color: #2f3e4a;
        color: #ffffff;
        font-family: 'Cabin', arial, sans-serif;
        font-weight: 400;
        font-size: 1.2em;
        padding: 5px 20px 20px 30px !important;
        height: auto;
    }

        .investor > div {
            display: inline !important;
            margin-right: 5px;
        }

        .investor .qmjsleft {
            margin-left: 5px;
        }

            .investor .qmjsleft:before {
                content: ' | ';
                padding-right: 5px;
            }

            .investor .qmjsleft:after {
                content: ':';
            }

        .investor h1 {
            color: #1f7dc1;
            font-family: 'Cabin', arial, sans-serif;
            font-weight: 500;
            font-size: 30px;
            padding-bottom: 15px;
        }

    /* Navigation
----------------------------------------------------------*/

    .subpage-nav {
        background-color: #1f7dc1;
    }

    #SubNav {
        padding: 10px 20px 2px 20px;
    }

        #SubNav ul li a, #SubNav ul li a:link, #SubNav ul li a:visited {
            color: #ffffff;
        }

            #SubNav ul li a:hover, #SubNav ul li a:focus {
                color: #ccdbe7;
            }

        #SubNav ul li:first-child:before {
            content: none;
        }

        #SubNav ul li:first-child {
            padding-left: 0;
        }

        #SubNav ul li {
            display: inline;
            padding-left: 8px;
        }

            #SubNav ul li:before {
                content: " | ";
                padding-right: 8px;
                color: #ffffff;
            }

    /* HEADINGS
----------------------------------------------------------*/

    h1, h2, h3, h4 {
        margin-bottom: 0px !important;
        font-family: 'Cabin', sans-serif;
    }

    h1 {
        color: #1f7dc1;
    }

    /* WRAPPER
----------------------------------------------------------*/

    #wrapper {
    }

    /* CONTENT
----------------------------------------------------------*/

    /* HEADER
----------------------------------------------------------*/

    #header {
    }

    #banner {
    }

    /* CONTENT
----------------------------------------------------------*/

    #innerContent {
        background-color: #ffffff;
        height: auto;
    }

    .addPadding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .innerContent {
        background-color: #ffffff;
        padding: 25px 40px 55px 40px !important;
        overflow: hidden;
        font-family: 'Open Sans', sans-serif;
    }

        .innerContent h1 {
            color: #1f7dc1;
            font-size: 2.5em;
            padding-bottom: 0.4em;
        }

        .innerContent h2 {
            color: #b7b7b7;
            font-size: 2em;
            line-height: 1.25em;
            padding-bottom: 0.6em;
            margin-top: 0.2em;
        }

        .innerContent h3 {
            color: #1f7dc1;
            font-size: 1.5em;
            padding-bottom: 0.7em;
        }

        .innerContent h4 {
            color: #1f7dc1;
            font-size: 1.8em;
            padding-bottom: 0px;
            margin-top: 0px !important;
        }

        .innerContent h5 {
            color: #989a9c;
        }

        .innerContent h6 {
            text-transform: uppercase;
            color: #666666;
            font-size: 1em;
            padding-top: 12px;
        }

        .innerContent ul li {
            list-style: square;
        }

        .innerContent ol li, .innerContent ul li {
            margin-left: 20px !important;
            margin-bottom: 8px !important;
            margin-top: 8px !important;
        }

    .bio {
        margin: 30px 0px 50px 0px;
    }

    .mw_release table th {
        background: #1f7dc1;
        color: #fefefe;
        border-bottom: 4px solid #004b85;
        padding: 6px;
    }

    .mw_release table tr {
        background-color: #fff;
    }

        .mw_release table tr:hover {
            background-color: #fff;
        }

    .mw_release table td {
        background: none;
        border: 1px solid #transparent !important;
        border-bottom: 2px solid #fff;
        color: #004b85;
        padding: 8px 6px 8px 6px;
    }

    .map-images {
        /* margin-left: -30px !important; */
        margin-bottom: 30px;
    }
    /* .column-left {
    float: left;
}

.column-right {
    float: left;
    margin-left: 50px;
}

.noscreen {
    display: none;
} */

    /* Cleaner */

    .cleaner {
        clear: both;
        height: 0;
        font-size: 0;
        visibility: hidden;
    }

    /* Skip menu */

    .hidden {
        position: absolute;
        top: -10000px;
        left: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    /* Images */

    /* Menu */

    #menu {
        position: relative;
        z-index: 999999;
    }

        #menu li {
            float: left;
            display: inline;
            list-style-type: none;
        }

            #menu li a {
                color: #fff;
            }

    /* Footer */

    #footer2 {
        background-color: #313538;
        color: #ffffff;
        margin: 25px 20px 20px 20px;
    }

    .footer {
        color: #ffffff !important;
        font-size: 26px;
    }

        .footer span {
            color: #989a9c;
            font-size: 1.3em;
            font-weight: 600;
            padding-right: 15px;
        }

    ul.social {
    }

        ul.social li {
            display: inline-block;
            width: 45px;
            height: 45px;
            overflow: hidden;
            line-height: 45px;
            vertical-align: middle;
            text-align: center;
            background: #313538;
            border-radius: 100%;
            transition-duration: 0.3s;
            margin: 0 5px 0 5px;
            color: #989a9c;
        }
            /* --- hover effect : background color change --- */
            ul.social li:hover {
                background: rgba(255, 255, 255, 0.1);
                box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
            }

            ul.social li a {
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                color: #989a9c;
            }

    .footerNav {
        text-align: right;
        margin-right: 20px;
        font-family: 'Open Sans', sans-serif;
    }

        .footerNav ul {
            margin-top: 10px;
            margin-bottom: 0px;
        }

            .footerNav ul li {
                display: inline;
                padding-left: 8px;
                text-transform: uppercase;
            }

                .footerNav ul li a, .footerNav ul li a:visited {
                    color: #ffffff;
                }

                .footerNav ul li:before {
                    content: " | ";
                    padding-right: 8px;
                    color: #ffffff;
                }

                .footerNav ul li:first-child:before {
                    content: none;
                }

    #footer .row div {
        color: #ffffff !important;
    }

    #footer ul {
        list-style-type: none;
        color: #FFFFFF;
        text-align: left;
        float: left;
    }

        #footer ul li {
            float: left;
            display: inline;
            white-space: nowrap;
        }

    #footer a:hover {
        color: #fff;
    }

    /* Site map page */

    .SiteMapTree ul {
        list-style: none !important;
        padding-bottom: 20px;
    }

    .SiteMapTree > ul > li {
        font-weight: 700;
        margin: 20px 20px 20px 10px;
        list-style: none !important;
    }

        .SiteMapTree > ul > li > a {
            color: #004b85;
            font-size: 18px;
        }

    .SiteMapTree ul li ul li {
        list-style-type: square;
        color: #1f7dc1;
        margin-left: 20px;
    }

        .SiteMapTree ul li ul li a {
            margin-top: 0;
            font-weight: 500;
        }

    /* Sponsorship form */

    #sponsorship-form {
        margin-top: 30px;
    }

    .mandatory {
        color: #367dc7;
        font-size: 20px;
        margin-left: 5px;
    }

    .form-group input, .form-group .form-control input:focus, .form-group .form-control:focus, .RadInput_Default .riTextBox, .RadInput_Default .riTextBox:focus, .RadInputMgr_Default, .RadInputMgr_Default:focus {
        border: 1px solid #e9eff4 !important;
        background-color: #e9eff4 !important;
        font-family: 'Cabin', sans-serif !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        padding: 10px !important;
        color: #004b85 !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-box-shadow: inset 0 rgba(0,0,0,0) !important;
        box-shadow: inset 0 rgba(0,0,0,0) !important;
    }

    legend {
        margin-top: 20px !important;
        font-size: 26px;
        color: #004b85;
    }

    label {
        display: inline-block;
        vertical-align: middle;
    }

    .form-radio ul li {
        display: inline;
        list-style: none;
    }

        .form-radio ul li label {
            margin-left: 8px;
        }

    .form-row {
        padding: 10px 0 10px 0;
    }

    .form-submit-btn {
        display: inline-block;
        width: 100%;
    }

    .RadInputMgr {
        width: 100% !important;
    }

    .RadInput_Default .riError, .RadInput_Error_Default {
        border: 1px solid red !important;
    }

        .RadInput_Default .riError:before, .RadInput_Error_Default:before {
        }

    /*.form-group .control-label {
    font-size: 16px !important;
    padding: 9px !important;
    color: #004b85;
    text-align: right;
    display: inline;
} */

    .btn-bon {
        background-color: #004b85 !important;
        color: #e9eff4 !important;
        border-radius: 0px !important;
        padding: 10px 30px 10px 30px !important;
    }

    .RadInputMgr {
        height: auto !important;
    }

    /*buttons*/

    .btn {
        background-color: #367dc7 !important;
        color: #ffffff !important;
        border-color: #ffffff !important;
        border-radius: 0px !important;
    }

        .btn a:link, .btn a:visited {
            color: #ffffff !important;
        }

        .btn:hover {
            background-color: #004b85 !important;
        }

    /* News Releases Pages */
    .news {
        padding-left: 20px;
    }

        .news a, .news a:link, .news a:visited {
            margin: 0 20px 8px 0;
            font-size: 20px;
            font-weight: 600;
            padding-bottom: 0px;
            border-bottom: 4px solid #fff;
            width: 60px;
            display: inline-block;
            text-align: center;
        }

            .news a:hover {
                border-bottom: 4px solid #ccdbe7;
            }

        .news .current {
            color: #1f7dc1 !important;
            border-bottom: 4px solid #004b85 !important;
        }

    .newsList {
        margin-top: 20px;
        padding-left: -30px;
    }

        .newsList ul li h4 {
            line-height: 12px;
        }

        /* .newsList > ul li {
        display: inline-block;
        width: 270px;
        height: 270px;
        background-color: #f4f8fc;
        padding: 30px;
        margin: 10px 15px 10px 0px !important;
        vertical-align: top;
        overflow: hidden;
        position: relative;
    }*/

        .newsList > ul li {
            /* display: inline-block;
        width: 270px;
        height: 270px; */
            background-color: #f4f8fc;
            vertical-align: top;
            overflow: hidden;
            position: relative;
            display: block;
            height: 0px;
            padding-bottom: 55%; /* proportional scaling */
            padding-top: 30px;
            padding-left: 30px;
            padding-right: 30px;
            margin-left: 0 !important;
        }

        .newsList ul li:hover {
            background-color: #ccdbe7;
        }

        .newsList ul li a {
            color: #004b85;
            font-size: 14px;
        }

        .newsList ul li span {
            font-weight: 600;
            color: #0077c1;
            bottom: 0px;
            right: 0px;
            position: absolute;
            font-size: 22px;
            padding: 10px;
            background: rgba(255,255,255,0.65);
        }

        .newsList ul li .downloadPDF {
            position: absolute;
            left: 0px;
            bottom: 0px;
            padding: 10px;
            font-weight: 600;
            font-size: 14px;
        }

    .newsreleaseForm div {
        padding-top: 15px;
    }




    /* Calendar Events and Page */
    .calendar {
    }

        .calendar ul li {
            list-style: none;
            margin-left: 0 !important;
        }

        .calendar > ul li {
            vertical-align: top;
            overflow: hidden;
            position: relative;
            display: block;
            height: 0px;
            padding-bottom: 110%; /* proportional scaling */
            margin-left: 0 !important;
            background-color: #f4f8fc;
        }

        .calendar ul li:hover {
            background-color: #e9eff4;
        }

        .calendar ul li a {
            color: #004b85;
            line-height: 18px;
            font-size: 18px;
        }

        .calendar ul li .date {
            font-weight: 600;
            font-size: 14px;
            color: #ffffff;
            width: 100%;
            background-color: #1f7dc1;
            padding: 20px;
            border-bottom: 5px solid #004b85;
        }

        .calendar .calendarEvent {
            padding: 20px;
            font-size: 14px;
        }

    .calendarEvent span {
        font-size: 18px;
        color: #2F3E4A;
        line-height: 16px;
        font-weight: 600;
    }

    /* fullcalendar js css overrides */

    .fullcalendar table tr:hover {
        background-color: #ffffff !important;
    }


    .fc-event {
        background-color: #c7deef !important;
    }

    .fc-event-inner {
        color: #ffffff !important;
        font-size: 11px;
        background-color: #1f7dc1 !important;
    }


    .fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
        border-radius: 0px !important;
    }

    .fc-state-default {
        background-color: #ffffff !important;
        background-image: none !important;
        background-image: -o-linear-gradient(top, #ffffff, #ffffff);
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
        border-color: transparent;
    }

    .fc-state-default {
        border: 0px solid transparent !important;
    }

    .fc-header-center h2 {
        font-size: 20px;
        text-transform: capitalize;
        color: #1f7dc1;
    }

    .fc-header-left {
        font-size: 15px !important;
    }

    #Poster4 {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        position: relative !important;
    }

    /* Operations info  */

    .operations-subpage-map {
        position: relative;
    }

    .operations-infobox {
        background: rgba(0,0,0,0.45);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000,endColorstr=#72000000)"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000,endColorstr=#72000000); /* IE6 & 7 */
        zoom: 1;
        color: #fff;
        padding: 5px;
        font-size: 18px;
        font-weight: 600;
        margin: 0px;
        position: absolute;
        right: 50px;
        top: 30px;
    }

        .operations-infobox ul li em {
            font-size: 10px;
        }

        .operations-infobox ul li {
            list-style: none;
            padding: 0px 30px 0px 30px;
            margin-left: 0px !important;
        }


        /*   .operations-infobox li:nth-child(odd) {
        background-color: #222222;
    } */

        .operations-infobox span {
            color: #4294D0;
            font-size: 15px;
            font-weight: 600;
        }

        .operations-infobox ul li.title {
            color: #eeeeee;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 600;
            border-bottom: 1px solid #eeeeee;
        }

    .corp_info {
        width: 100% !important;
    }

        .corp_info .ci_top li {
            list-style: none;
            float: left;
        }

        .corp_info .ci_bottom li {
            list-style: none;
            display: block;
            float: left;
        }


    .corp_info_row {
        margin-left: -30px !important;
        padding: 20px 0px 10px 0px;
    }



    .ci_line1 {
        border-right: 1px solid #c7deef;
    }

    .ci_line2 {
        border-right: 1px solid #c7deef;
    }

    @media (max-width: 1172px) {
        .ci_line2 {
            border-right: 0 solid #c7deef !important;
        }
    }

    @media (max-width: 799px) {
        .ci_line1 {
            border-right: 0 solid #c7deef !important;
        }

        .ci_line2 {
            border-right: 0 solid #c7deef !important;
            padding-right: 0 !important;
        }

        .ci_img {
            display: none;
        }
    }
