
/* good colors: purple #9900ff, blue (default) #385dc3, brown #996600
/* *************************************** */

/* *               header                * */

/* *************************************** */


.col-md-9.CharLimit {
    padding-right: 1em;
}

.SunMoon i {
    font-size: 2.5em;
    color: black;
}

    .SunMoon i.active {
        color: yellow;
    }

#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -50px;
    left: 50px;
    color: white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: black;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

    #skiptocontent a:focus {
        position: absolute;
        left: 50px;
        top: 0px;
        background: #0f8115;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
    }

.circleborder {
    border: 2px solid #0C4F83;
    width: 50%;
}

.smalltopmargin {
    margin-top: -8px;
}

.small {
    padding-bottom: .25em;
}

.leftNav-Noborder {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.table-bordered {
    border: 1px solid #ddd;
    width: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #cfe2ea;
}

.tableheader1 {
    color: #fff;
    background-color: #0F5388;
    font-family: inherit;
}

.right25 {
    margin-right: 25px;
}

.left25 {
    /* margin-left: 25px; */
}

.marginTop10 {
    margin-top: 10px;
}

.imageborder {
    border: 1px solid #ccc;
}

.imageborder-med {
    border: 2px solid #ccc;
}

.imageborder-thick {
    border: 4px solid #ccc;
}

.addressBox.questions.leftsidebar {
    margin-left: 1.3em;
    margin-right: 1.3em;
}

.single-line-menu-item {
    margin-top: 1.3em;
}

.breadcrumb {
    background-color: #fbfbfb;
    font-family: inherit;
}

#rightCol > h3.leftAlign {
    font-size: 1.5em;
    font-weight: 500;
}

caption {
    color: #444444;
}

button.btn.btn-success {
    margin-left: .284em;
}

small, .small {
    margin-bottom: .25em;
}

.noborder {
    border-style: none;
}

.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border: 1px solid #337ab7;
    border-radius: 8px;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
    padding: 0 .25em;
}

.panel-body {
    padding-top: 30px !important;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
    margin-bottom: 1.5em;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: 26em;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.alert.alert-info {
    padding: .5em 1em;
}

.staff-group {
    width: 12.8em;
    height: 22.5em;
    padding-left: .5em;
}

#social-home-align {
    margin-bottom: 3em;
    margin-left: -6.8em;
}

.btn-link {
    font-weight: normal;
    color: #00559e;
    border-radius: 0;
}

.tablesaw-bar-section label {
    color: #484848 !important;
}

.text-success {
    color: #000;
}



    /* Responsive Embedded Video */
    .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* Bootstrap 5 Columns */

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media only screen and (max-width: 500px) {
    .table-striped > tbody > tr:nth-of-type(odd) {
        /*background-color: #fff; */
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* Bootstrap 5 Columns */

/* *************************************** */

/* *         nav adjustments      * */

/* *************************************** */

.nav li.active a {
    color: #fff !important;
}

.nav li.active {
    color: #fff;
    text-decoration: none;
    background-color: #0d5184;
    outline: 0;
}

.nav li.singlelink a {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

    .nav li.singlelink a:hover {
        text-decoration: underline;
    }

.topnav-first {
    margin-top: .2em;
    margin-right: -.5em;
}

.media-heading {
    font-size: 0.9em;
}

@media only screen and (max-width: 500px) {
    #stacked.table-condensed > tbody > tr > td {
        padding-left: 6% !important;
        padding-top: 30px !important;
    }
}

.fontSelectionImage {
    border: 3px solid transparent;
    border-radius: 100px;
}

    .fontSelectionImage.active {
        border: 3px solid yellow;
        border-radius: 100px;
    }

.mainLogo {
    max-width: 20em;
    margin-left: -5.5em;
    margin-top: -.5em;
}

.logosvg {
    max-width: 14em;
    margin-left: .5em;
    margin-top: -.5em;
}

.metro {
    height: 120px;
    width: 120px;
    min-width: 120px;
    margin-bottom: 4px;
    display: inline-block;
    color: #FFF;
    position: relative;
    text-decoration: none;
    background-color: yellow;
}

    .metro .icon {
        width: 80px;
        height: 80px;
        border: 3px solid #FFF;
        line-height: 85px;
        margin: 10px 20px 0px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        float: left;
    }

        .metro .icon i.fa, .metro .icon i.glyphicon {
            font-size: 2.25em;
            color: #FFF;
            margin-left: 18px;
            margin-top: 20px;
        }

    .metro .bottom {
        background-color: transparent;
        border: none;
        text-align: center;
        text-decoration: none;
    }

        .metro .bottom .text {
            font-weight: bold;
        }

    .metro:hover, .metro:focus {
        text-decoration: none;
        background-color: #ddd !important;
        color: #385dc3;
    }
/* Search Button Mods & Controls */

ul.dropdown-menu.pull-left.searchdrop-align {
    position: relative;
    left: 15em;
    top: 2.5em;
    margin-bottom: -7.8em;
}

input.form-control.sh-keyword-control {
    height: 2.7em;
}

button.btn.btn-search.btn-default.dropdown-toggle {
    margin-top: .36em;
}

@media (min-width: 1330px) {
    .topGrayNavHolder .mainLogo {
        max-width: 250px;
    }

    nav.gray .navbar-right {
        padding-top: 15px;
    }
}

.topGrayNavHolder .upperFontSizeSelection {
    float: left;
}

    .topGrayNavHolder .upperFontSizeSelection ol {
        padding-left: 0;
    }

.bottom10 {
    margin-bottom: 10px;
}

.right10 {
    margin-right: 10px;
}

.marginTop40 {
    margin-top: 38px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop15 {
    margin-top: 15px;
}

.padLeft5 {
    padding-left: 5px;
}

.fontSize {
    float: left;
}

.smallFont {
    font-size: 1.2em;
}

.navFont {
    font-size: 14px;
}

.medFont {
    font-size: 1.6em;
}

.noListType {
    list-style-type: none;
}

.largeFont {
    font-size: 2em;
}

nav .navbar-fixed-top {
    margin: 0 auto;
}

nav.navbar {
    width: 100%;
}

nav.gray .icon-bar {
    background-color: #fff;
    font-family: inherit;
}

nav.gray .navbar-toggle {
    border-color: #fff;
}

@media (max-width: 767px) {
    .topGrayNavHolder {
        height: 20px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1;
    }

    .iphoneDiv img {
        padding-top: 20px;
        margin: 0 auto;
    }

    .mainLogo {
        max-width: 20em;
        margin-left: 13em;
        margin-right: auto;
        margin-top: .3em;
        margin-bottom: 1em;
    }
    /* 
.addressBox.facebook {
    margin-left: 6.5em;
}
*/
}

.gray .sr-only-focusable:active, .gray .sr-only-focusable:focus {
    color: yellow;
    font-family: inherit;
}

nav.gray a {
    color: #fff;
}

nav.gray ul li ul li a {
    color: #333;
}

nav.gray .nav .open > a, nav.gray .nav .open > a:hover, nav.gray .nav .open > a:focus {
    background-color: #385dc3;
    border-color: #337ab7;
    color: #fff;
    font-family: inherit;
}

nav.gray .nav > li > a:hover, nav.gray .nav > li > a:focus {
    text-decoration: none;
    background-color: #385dc3;
}

li .dropdown-toggle {
    color: #fff;
    font-family: inherit;
}

li.dropdown.open a:hover {
    background-color: #114f83;
    color: #000;
    text-decoration: underline;
}

li.dropdown-menu {
    background-color: #114f83;
    font-family: inherit;
}

li.dropdown-toggle a:hover {
    background-color: #114f83;
    font-family: inherit;
}

a.dropdown-toggle.text-uppercase {
    text-transform: none;
    font-size: 1.2em;
}

.dropdown-menu.text-uppercase > li > a {
    text-transform: none;
    font-size: 1.2em;
}

#topNavList {
    font-size: 1.1em;
}

    #topNavList ul li a:hover {
        color: #fff;
        font-family: inherit;
    }

#topNavList2 ul {
    font-size: .9em;
}

    #topNavList2 ul li {
        font-size: 1.1em;
    }

#topNavList2 .dropdown-menu {
    color: #fff;
    background-color: #103D62;
}

#topNavList2 ul li a {
    color: #fff;
    font-family: inherit;
}

    #topNavList2 ul li a:hover {
        color: #FFE82A;
        font-family: inherit;
        background-color: #081c1c;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #000;
}

.navbar-nav > li > a:hover {
    background-color: #114f83;
    font-family: inherit;
}

.nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
    text-decoration: underline;
    background-color: #114f83;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0D345B;
    border-color: #337ab7;
    font-family: inherit;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin-top: 25px;
    }

    .gray .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        font-family: inherit;
    }

    .navContainer {
        margin-top: 3px;
        margin-bottom: -7px;
    }
}
/*

header {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right,#327ab5,#0c4f83);
    opacity: .9; 
  
  &:before {
    content: '';
    
    background: url('../images/headerconcept2.png') center center no-repeat;

    opacity: .9; 
  }
}

*/

header {
    background: -webkit-linear-gradient(-90deg, rgba(42, 112, 37, 1) 0%, rgba(37, 103, 46, 1) 22.97%, rgba(28, 84, 65, 1) 51.97%, rgba(18, 61, 61, 1) 100%);
    background: -webkit-gradient(linear, 50% 1.45%, 50% 98.83%, color-stop(0, rgba(42, 112, 37, 1) ), color-stop(0.2297, rgba(37, 103, 46, 1) ), color-stop(0.5197, rgba(28, 84, 65, 1) ), color-stop(1, rgba(18, 61, 61, 1) ));
    background: -ms-linear-gradient(-90deg, rgba(42, 112, 37, 1) 0%, rgba(37, 103, 46, 1) 22.97%, rgba(28, 84, 65, 1) 51.97%, rgba(18, 61, 61, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7025', endColorstr='#123D3D' ,GradientType=0)";
    background: -webkit-linear-gradient(top, rgba(42, 112, 37, 1) 0%, rgba(37, 103, 46, 1) 22.97%, rgba(28, 84, 65, 1) 51.97%, rgba(18, 61, 61, 1) 100%);
    background: linear-gradient(180deg, rgba(42, 112, 37, 1) 0%, rgba(37, 103, 46, 1) 22.97%, rgba(28, 84, 65, 1) 51.97%, rgba(18, 61, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2A7025', endColorstr='#123D3D', GradientType=0);
    background-color: #1c5441;
    border: 1px solid #000;
    border-bottom: 3px solid #0d2e2d;
}


.no-cssgradients header {
    background-color: #0C4F83;
    background: #0C4F83;
    font-family: inherit;
}

.headImage {
    margin-bottom: 25px;
    width: 100%;
    border: none;
}

.navbar-nav > li.active {
}

.paddingTop30 {
    padding-top: 30px;
}

h1 {
    padding: 8px 15px;
    padding-top: 0px;
    margin-bottom: 28px;
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
    color: #666;
    font-size: 2em;
    margin-top: 5px;
}

.CharLimit h1 {
    font-size: 2.5em;
    font-weight: 500;
    font-style: italic;
}
/* *************************************** */

/* *               body                  * */

/* *************************************** */

body {
    font-size: 1.7em;
    overflow-x: hidden;
}

    body.boxed .slider-portfolio {
        width: 96%;
        margin: 0 auto;
    }

.dropdown-menu, .btn {
    font-size: 1em;
}

h4 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.7em;
}

.DarkBarDiv h3 {
    font-weight: 100;
}

.ActionBarText {
    font-weight: 100;
    font-size: 1.5em;
}

.ActionBarDiv .btn {
    font-size: 1.3em;
    background-color: #385dc3;
    border: 2px solid #fff;
    color: #fff;
    padding-top: 0.4em;
}

    .ActionBarDiv .btn:hover, .ActionBarDiv .btn:focus {
        font-size: 1.3em;
        background-color: #fff;
        border: 2px solid #ddd;
        color: #385dc3;
        padding-top: 0.4em;
    }

.buttonRound {
    padding: 0;
    color: #fff;
    margin: 20px 0;
    font-size: 2.5em;
    text-align: center;
    position: relative;
    background-color: #333;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #385dc3;
}

    .buttonRound.border-only {
        color: #385dc3;
        border: 2px solid #385dc3;
        background-color: #fff !important;
    }

        .buttonRound.border-only.red {
            border-color: #D80606;
            color: #D80606;
        }

        .buttonRound.border-only.green {
            border-color: #347534;
            color: #347534;
        }

        .buttonRound.border-only.purple {
            border-color: #9900ff;
            color: #9900ff;
        }

        .buttonRound.border-only.brown {
            border-color: #996600;
            color: #996600;
        }

        .buttonRound.border-only.darkGray {
            border-color: #444;
            color: #444;
        }

        .buttonRound.border-only.black {
            border-color: #000;
            color: #000;
        }

        .buttonRound.border-only:hover, .buttonRound.border-only:focus {
            font-size: 2.5em;
            background-color: #fff !important;
            border: 2px solid #ddd;
        }

    .buttonRound:hover, .buttonRound:focus {
        font-size: 2.5em;
        background-color: #fff !important;
        border: 2px solid #ddd;
        color: #385dc3;
    }

.buttonSquare {
    font-size: 1.3em;
    border: 2px solid #fff;
    color: #fff;
    padding-top: 0.4em;
}

    .buttonSquare:hover, .buttonSquare:focus {
        font-size: 1.3em;
        background-color: #fff !important;
        border: 2px solid #ddd;
        color: #385dc3;
        padding-top: 0.4em;
    }

.roundedButton {
    border-radius: 10px;
}

.roundButton {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.hover-img figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: transparent;
    margin-bottom: -1.4em;
}

.hover-img figure:hover img {
    opacity: 0.7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blue-hrule {
    position: relative;
    top: -3.3em;
    width: 100%;
    border-bottom: 2px solid #0d2d51;
}

.blue-text {
    color: #0d2d51;
    font-family: inherit;
}

.CharLimit h3, p.intro {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #000;
}

    p.intro::first-letter {
        color: #0d2d51;
        float: left;
        font-family: Georgia;
        font-size: 3.6em;
        line-height: .85em;
        margin-top: -.02em;
        margin-right: .05em;
    }

.CharLimit h2 {
    border-bottom: 1px solid #0d2d51;
    margin-bottom: 23px;
    color: #0d2d51;
}

#contactresults.CharLimit h2 {
    width: 7em;
}

.addressBox.questions {
    border: 1px solid #0d2d51;
    padding: 10px;
}
/*
.addressBox.facebook {
    border: 0px solid #0d2d51;
    padding: 0px;
}
*/

.addressBox.sitebuttons {
    border: none;
    margin: auto;
    padding: 0;
    position: relative;
}

figure.svgbuttons {
    margin: 0;
}

figure.svgbuttons2 {
    margin: 0;
}

p .text-left {
    text-align: left;
}

.search {
    position: relative;
    top: -1.5em;
    left: -1em;
}

h2 {
    font-size: 1.9em;
}

.jumbotron h1 {
    font-size: 2em;
    margin-left: -.4em;
}

h1 {
    font-size: 2.1em;
    font-weight: 100;
}

.jumbotron h2 {
    font-weight: 100;
}

.jumbotron a, .jumbotron a:hover, .jumbotron a:focus {
    color: #fff;
    text-decoration: underline;
}

.social-site-name {
    color: #444;
    text-decoration: none;
}

h5 {
    font-size: 1.4em;
}


/* More Info Box */

.list-group-item-blue {
    background-color: #EFF1F9;
    padding: .3em .5em .3em .7em;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #6b7e93;
    border-right: 1px solid #6b7e93;
}

    .list-group-item-blue:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: 1px solid #6b7e93;
    }

    .list-group-item-blue:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom: 1px solid #182666;
    }

h4.more-info {
    margin-left: .5em;
}

/* Info box replacement */
.blueLink {
    color: #385dc3;
}

    .blueLink:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #33527c;
    }
.whiteLink {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

    .whiteLink:hover {
        cursor: pointer;
        text-decoration: underline;
        color: #fff;
    }
/* Table Padding Adjustments */

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: .7em;
}

/* Everything smaller than 240px wide */

@media (min-width: 0px) and (max-width: 240px) {
    div#slideout {
        display: none;
    }

    .jumbotron h1 {
        font-size: 2em;
        padding-bottom: 2em;
        font-weight: 600;
    }

    .header-wrapper .title {
       font-size: 1.1em;
    }

    .mainLogo {
        margin-left: -0.1em;
        max-width: 14.8em;
        margin-top: 3em;
    }

    #mainImageDiv {
        display: none;
    }

    footer .address-control {
        margin-left: -0.4em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.9em;
        width: 13em;
    }

    footer .social-control {
        margin-left: -.3em;
        width: 13em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: -5.1em;
        width: 24em;
    }

    h1 {
        margin-top: .5em;
        margin-bottom: -1.5em;
    }

    .CharLimit h1 {
        font-size: 2em;
        margin-left: -0.6em;
    }

    .footerCopyright a {
        font-size: .9em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    form.navbar-form.navbar-right.open {
        margin-bottom: 6em;
    }

    .dropcap {
        font-size: 2.5em;
    }

    img.img-placement {
        margin-right: 37px;
    }

    .adobeBlank {
        font-family: AdobeBlank;
        font-size: 1rem;
        /* display: inline-block; */
        display: none !important;
    }

    .ie8 .adobeBlank {
        clip: rect(1px, 1px, 1px, 1px);
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 0;
    }

    .ie8.ui-helper-nocustomfonts .adobeBlank {
        clip: auto;
        width: auto;
        height: auto;
        position: inherit;
        overflow: inherit;
    }
}
/* Screen width Small Smartphones */

@media (min-width: 240px) and (max-width: 317px) {
    .mainLogo {
        margin-left: -0.3em;
        max-width: 14em;
        margin-top: 3em;
    }

    .header-wrapper .title {
        font-size: 1.5em;
    }

    #mainImageDiv {
        display: none;
    }

    footer .address-control {
        margin-left: -0.4em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.9em;
        width: 13em;
    }

    footer .social-control {
        margin-left: -.3em;
        width: 13em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: -5.1em;
        width: 24em;
    }

    h1 {
        margin-top: .5em;
        margin-bottom: -1.5em;
    }

    .footerCopyright a {
        font-size: .9em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }

    .dropcap {
        font-size: 2.4em;
        line-height: 1em;
    }

    img .img-placement {
        margin-right: 37px;
    }

    .adobeBlank {
        font-family: AdobeBlank;
        font-size: 1rem;
        display: inline-block;
    }

    .ie8 .adobeBlank {
        clip: rect(1px, 1px, 1px, 1px);
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 0;
    }

    .ie8.ui-helper-nocustomfonts .adobeBlank {
        clip: auto;
        width: auto;
        height: auto;
        position: inherit;
        overflow: inherit;
    }
}
/* Screen width portrait - iPhone 5 */

@media (min-width: 318px) and (max-width: 360px) {
    .mainLogo {
        margin-left: 1em;
        max-width: 17em;
        margin-top: 3em;
    }

    .jumbotron h1 {
        font-size: 2em;
        padding-bottom: 2em;
        font-weight: 600;
    }

    footer .address-control {
        margin-left: -0.4em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2em;
        width: 13em;
    }

    footer .social-control {
        margin-left: -3em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    #mainImageDiv {
        display: none;
    }

    h1 {
        margin-top: .5em;
        margin-bottom: -1.5em;
    }

    .CharLimit h1 {
        font-size: 2em;
        margin-bottom: -.3em;
        margin-left: -0.6em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        position: relative;
        left: -.1em;
        top: 0.2em;
        margin-bottom: -3.8em;
    }

    .dropcap {
        font-size: 2.4em;
        line-height: 1em;
    }

    img .img-placement {
        margin-right: 37px;
    }

    #social-home-align {
        margin-left: -8em;
        margin-right: -4em;
    }

    .adobeBlank {
        font-family: AdobeBlank;
        font-size: 1rem;
        display: inline-block;
    }

    .ie8 .adobeBlank {
        clip: rect(1px, 1px, 1px, 1px);
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 0;
    }

    .ie8.ui-helper-nocustomfonts .adobeBlank {
        clip: auto;
        width: auto;
        height: auto;
        position: inherit;
        overflow: inherit;
    }
}
/* Screen width portrait - Galaxy S5 */

@media (min-width: 360px) {
    .mainLogo {
        margin-left: 1.65em;
        max-width: 17em;
    }

   

    footer .address-control {
        margin-left: 3em;
        width: 14em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -3em;
        width: 13em;
    }

    footer .social-control {
        margin-left: -1.35em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15.85em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }

    .CharLimit h1 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: .05em;
        margin-left: -.45em;
    }

    form.navbar-form.navbar-right.open {
        margin-bottom: 9em;
    }

    .dropcap {
        font-size: 2.5em;
        line-height: 1em;
    }

    #top-story-image {
        margin-right: 1.5em;
    }

    #social-home-align {
        margin-left: -8em;
        margin-right: -2em;
    }

    .jumbotron h1 {
        font-size: 2em;
        padding-bottom: 2em;
        font-weight: 600;
    }

}
/* Screen width portrait - iPhone 6 */

@media (min-width: 375px) {
    .mainLogo {
        margin-left: 4.8em;
        max-width: 11em;
    }

    .jumbotron h1 {
        
        padding-bottom: 0em;
    }


    footer .address-control {
        margin-left: 3em;
        width: 14em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -3em;
        width: 13em;
    }

    footer .social-control {
        margin-left: -1.35em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15.85em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }

    .dropcap {
        font-size: 2.5em;
        line-height: 1em;
    }

    #top-story-image {
        margin-right: 3.9em;
    }

    #social-home-align {
        margin-right: -1em;
    }

    .adobeBlank {
        font-family: AdobeBlank;
        font-size: 1rem;
        display: inline-block;
    }

    .ie8 .adobeBlank {
        clip: rect(1px, 1px, 1px, 1px);
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 0;
    }

    .ie8.ui-helper-nocustomfonts .adobeBlank {
        clip: auto;
        width: auto;
        height: auto;
        position: inherit;
        overflow: inherit;
    }
}
/* Screen width portrait - Nexus 5X & 6P */

@media (min-width: 412px) {
    .mainLogo {
        margin-left: 5.5em;
        max-width: 20em;
    }

    footer .address-control {
        margin-left: 4em;
        width: 14em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -3em;
        width: 13em;
    }

    footer .social-control {
        margin-left: -.5em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    .dropcap {
        font-size: 2.5em;
        line-height: 1em;
    }

    #top-story-image {
        margin-right: 4em;
    }

    #social-home-align {
        margin-right: 0;
    }

    .jumbotron h1 {
        font-size: 2em;
    }
}
/* Screen width portrait - iPhone 6 Plus */

@media (min-width: 411px) and (max-width: 414px) {
    .mainLogo {
        margin-left: 5em;
        max-width: 13em;
    }

    footer .address-control {
        margin-left: 4em;
        width: 14em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -3em;
        width: 13em;
    }

    footer .social-control {
        margin-left: -.5em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15.85em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }
}

@media (min-width: 415px) and (max-width: 500px) {
    .mainLogo {
        margin-left: 7.5em;
        max-width: 13.5em;
    }

    footer .address-control {
        margin-left: 6em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 1.8em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    figure.svgbuttons {
        max-width: 29.2em;
        margin-left: 3.4em;
        margin-right: 3.7em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    #social-home-align {
        margin-left: -10.25em;
    }
}

@media (min-width: 501px) and (max-width: 520px) {
    .mainLogo {
        margin-left: 6em;
        max-width: 18em;
    }

    footer .address-control {
        margin-left: 6.6em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 2.2em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }
}

/* Screen width landscape - iPhone 5 */

@media (min-width: 568px) {
    .mainLogo {
        margin-left: 6.5em;
    }

   

    footer .address-control {
        margin-left: 8.5em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 4em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    figure.svgbuttons {
        max-width: 25.2em;
        margin-left: 3.3em;
        margin-right: 2em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15.85em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }

    div#facebook-page-plugin {
        margin-left: .45em;
    }

    .dropcap {
        font-size: 2.8em;
    }

    #social-home-align {
        margin-left: -11.5em;
    }
}

@media (min-width: 600px) {
    div#facebook-page-plugin {
        margin-left: 1.3em;
    }

    footer .address-control {
        margin-left: 9.6em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 5em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }
}

@media (min-width: 601px) {
    div#facebook-page-plugin {
        margin-left: 1.45em;
    }

    footer .address-control {
        margin-left: 9.6em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 5em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    #social-home-align {
        margin-left: -12.5em;
    }
}
/* Screen width landscape - Galaxy S5 */

@media (min-width: 640px) {
    .mainLogo {
        margin-left: 9em;
        max-width: 20em;
    }

    footer .address-control {
        margin-left: 10.6em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 6.7em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    figure.svgbuttons {
        max-width: 29.2em;
        margin-left: 3.3em;
        margin-right: 2em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15.85em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }

    div#facebook-page-plugin {
        margin-left: 2.5em;
    }

    #social-home-align {
        margin-left: -13em;
    }
}
/* Screen width landscape - iPhone 6 */

@media (min-width: 667px) {
    .mainLogo {
        margin-left: 9.5em;
        max-width: 20em;
    }

    footer .address-control {
        margin-left: 12em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 7.5em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    figure.svgbuttons {
        max-width: 31.2em;
        margin-left: 3.3em;
        margin-right: 2em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15.85em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }

    div#facebook-page-plugin {
        margin-left: 3.2em;
    }

    #social-home-align {
        margin-left: -13.8em;
    }
}
/* Screen width landscape - Nexus 5X & 6P */

@media (min-width: 732px) {
    .mainLogo {
        margin-left: 11.5em;
        max-width: 20em;
    }

    footer .address-control {
        margin-left: 13.6em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -2.8em;
        width: 13em;
    }

    footer .social-control {
        margin-left: 9.2em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    figure.svgbuttons {
        max-width: 35.2em;
        margin-left: 3.3em;
        margin-right: 2em;
    }

    div#facebook-page-plugin {
        margin-left: 5.1em;
    }

    .adobeBlank {
        font-family: AdobeBlank;
        font-size: 1rem;
        display: inline-block;
    }

    .ie8 .adobeBlank {
        clip: rect(1px, 1px, 1px, 1px);
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 0;
    }

    .ie8.ui-helper-nocustomfonts .adobeBlank {
        clip: auto;
        width: auto;
        height: auto;
        position: inherit;
        overflow: inherit;
    }
}
/* Screen width landscape - iPhone 6 Plus */

@media (min-width: 736px) {
    .mainLogo {
        margin-left: 11.2em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
        margin-bottom: 9em;
    }

    footer .address-control {
        margin-left: 14em;
    }

    .address-align ul li {
        text-align: center;
        margin-left: -3.2em;
        width: 14em;
    }

    footer .social-control {
        margin-left: 9.5em;
        width: 23em;
        margin-bottom: 4em;
    }

    .social-align {
        margin-left: 0.1em;
    }

    .navbar-nav .open .dropdown-menu {
        color: white;
        font-family: inherit;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: white;
            font-family: inherit;
        }

    .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus {
        text-decoration: underline;
        background-color: #103d62;
    }

    li.dropdown.open a:hover {
        background-color: #0d3d65;
        color: #000;
        text-decoration: underline;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 1em;
    }

    .dropdown-menu .divider {
        background-color: #c0c0c0;
        font-family: inherit;
    }

    li.dropdown.open a:hover, .nav .open > a:hover {
        color: white;
        font-family: inherit;
    }

    h1 {
        font-size: 2.2em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 0;
    }

    figure.svgbuttons {
        max-width: 35.2em;
        margin-left: 3.3em;
        margin-right: 2em;
    }

    button.btn.btn-search.btn-default.dropdown-toggle {
        margin-bottom: .3em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 17em;
    }

    ul.dropdown-menu.pull-left.searchdrop-align {
        left: 15.85em;
        top: 2.6em;
        margin-bottom: 2.6em;
    }

    form.navbar-form.navbar-right.open {
        margin-left: -15.95em;
    }

    div#facebook-page-plugin {
        margin-left: 5.3em;
    }

    #social-home-align {
        margin-bottom: 3em;
        margin-left: -15em;
    }

    .adobeBlank {
        font-family: AdobeBlank;
        font-size: 1rem;
        display: inline-block;
    }

    .ie8 .adobeBlank {
        clip: rect(1px, 1px, 1px, 1px);
        height: 0;
        overflow: hidden;
        position: absolute;
        width: 0;
    }

    .ie8.ui-helper-nocustomfonts .adobeBlank {
        clip: auto;
        width: auto;
        height: auto;
        position: inherit;
        overflow: inherit;
    }

    .boxed {
        position: relative;
        margin: 0 auto;
        background: url('../images/back.jpg') repeat-y fixed;
        padding-bottom: 20px;
    }

        .boxed .boxedContainer {
            background-color: white;
            background-image: none;
        }
}

@media (min-width: 768px) {
    .lead {
        font-size: 1em;
    }

    .col-md-6, .col-md-4, .col-md-3, .col-md-2 {
        margin-bottom: 20px;
    }

    .boxed {
        width: 750px;
    }

    footer .address-control {
        margin-left: 2.7em;
        width: 37em;
    }

    footer .social-control {
        margin-left: 9.7em;
        width: 23em;
        margin-bottom: 4em;
    }

    .mainLogo {
        max-width: 19em;
        position: relative;
        top: 3.3em;
        left: -0.2em;
        margin-left: -.1em;
    }

    .navbar-nav > li > a {
        padding: .5em 1em;
    }


    .social-align {
        margin-left: .1em;
    }

    .address-align ul li {
        margin-left: 2.4em;
    }

    .topnav-first {
        margin-bottom: 2.6em;
        margin-right: -1.1em;
    }

    .search {
        margin-bottom: -1em;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
        font-family: inherit;
    }

    li.dropdown.open a:hover {
        color: white;
        font-family: inherit;
    }

    a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
    }

    figure.svgbuttons {
        max-width: 37.2em;
        margin-left: -.1em;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        opacity: 1;
    }

    .search {
        top: -2.3em;
        left: 6.4em;
        margin-bottom: 0em;
        width: 33em;
        height: 15.1em;
    }

    header {
        height: 9em;
    }

    .navbar-collapse {
        width: 100%;
    }

    .topGrayNavHolder {
        height: 106px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1;
    }

    .bodyMarginForStickyMenu {
        margin-top: 100px;
    }

    .topnav-second {
        width: 28.9em;
        margin-top: -13.45em;
        margin-bottom: 0em;
        margin-right: -0.5em;
    }

    input.form-control.sh-keyword-control {
        height: 2.7em;
        width: 15em;
    }

    .nav li.singlelink a {
        color: #fff;
        text-decoration: none;
        outline: 0;
    }
    /*
         .addressBox.facebook {
             margin-left: 6.3em;

         }

*/
    .navFont {
        font-size: .7em;
    }
    /*
    .colPosition {
        
        margin-right: 2em;
    }

    */
    div#facebook-page-plugin {
        margin-left: 5.7em;
    }

    form.navbar-form.navbar-right.open {
        margin-bottom: 2em;
    }
}

@media screen and (min-width: 768px) {
    body {
        overflow-x: hidden !important;
    }

    .container {
        max-width: 100% !important;
        overflow-x: hidden;
    }

        .container.navContainer {
            margin-bottom: .03em;
            height: 45em;
        }

    #social-home-align {
        margin-left: -15.8em;
    }

    figure.svgbuttons {
        max-width: 37.2em;
        margin-left: 2.6em;
    }

    div#facebook-page-plugin {
        margin-left: 5.9em;
    }

    .container.navContainer {
        margin-bottom: .03em;
        height: 10.5em;
    }

    .navFont {
        font-size: .71em;
    }

    .navbar-nav > li > a {
        padding: .5em 1em;
    }

    .topnav-first {
        margin-bottom: 2.6em;
        margin-right: 1.9em;
        position: relative;
        top: .5em;
    }

    .topnav-second {
        position: relative;
        margin-right: -1.4em;
        top: 4.5em;
    }

    .search {
        left: 7.2em;
        top: -2.3em;
        width: 33em;
        height: 3em;
    }

    header {
        height: 9em;
    }

    .dropcap {
        font-size: 2.9em;
    }

    .mainLogo {
        max-width: 13em;
        position: relative;
        top: 2em;
        left: -0.2em;
        margin-left: -.1em;
    }

    .header-wrapper .title {
        position: relative;
        left: -2em;
        font-size: 1.2em;
        line-height: 1em;
    }


    #social-home-align {
        margin-left: -15.8em;
    }

}

@media (min-width: 800px) {
    figure.svgbuttons {
        max-width: 37.2em;
        margin-left: 2.6em;
    }

    div#facebook-page-plugin {
        margin-left: 5.9em;
    }

    .container.navContainer {
        margin-bottom: .03em;
        height: 10.5em;
    }

    .navFont {
        font-size: .71em;
    }

    .navbar-nav > li > a {
        padding: .5em 1em;
    }

    .topnav-first {
        margin-bottom: 2.6em;
        margin-right: 1.9em;
        position: relative;
        top: .5em;
    }

    .topnav-second {
        position: relative;
        margin-right: -0.4em;
        top: 4.5em;
    }

    .search {
        left: 7.2em;
        top: -2.3em;
        width: 33em;
        height: 3em;
    }

    header {
        height: 9em;
    }

    .dropcap {
        font-size: 2.9em;
    }

    .mainLogo {
        max-width: 13em;
        position: relative;
        top: 2em;
        left: -0.2em;
        margin-left: -.1em;
    }

    .header-wrapper .title {
        position: relative;
        left: -2em;
        font-size: 1.2em;
        line-height: 1em;
    }

    #social-home-align {
        margin-left: -15.8em;
    }
}


@media (min-width: 850px) {

    .topnav-second {
        margin-right: 1.3em;
    }
}


    @media (min-width: 880px) {
        figure.svgbuttons {
            max-width: 37.2em;
            margin-left: 2.6em;
        }

        div#facebook-page-plugin {
            margin-left: 5.9em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .71em;
        }

        .navbar-nav > li > a {
            padding: .5em 1em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 2.2em;
            top: 4.5em;
        }

        .search {
            left: 7.2em;
            top: -2.3em;
            width: 33em;
            height: 3em;
        }

        header {
            height: 9em;
        }

        .dropcap {
            font-size: 2.9em;
        }

        .mainLogo {
            max-width: 13em;
            position: relative;
            top: 2em;
            left: -0.2em;
            margin-left: -.1em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.2em;
            line-height: 1em;
        }

        #social-home-align {
            margin-left: -15.8em;
        }
    }


@media (min-width: 920px) {

    .topnav-second {
        margin-right: 3.5em;
    }
}


    @media (min-width: 962px) {
        .container {
            width: 880px;
        }

        div#facebook-page-plugin {
            margin-left: 9.5em;
        }

        footer .address-control {
            margin-left: 8em;
            width: 33em;
        }

        footer .social-control {
            margin-left: 13.6em;
        }

        .social-align {
            margin-left: 0.2em;
            width: 23em;
        }

        .address-align ul li {
            margin-left: 1.4em;
        }

        header {
            height: 9em;
        }

        .mainLogo {
            max-width: 18em;
            position: relative;
            top: 1.7em;
            left: -0.2em;
            margin-left: -.1em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.3em;
            line-height: 1.1em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 0.6em;
            top: 4.5em;
        }

        .navbar-nav > li > a {
            padding: .5em 1em;
        }

        .search {
            width: 33em;
            height: 4em;
            left: 10.2em;
        }

        #social-home-align {
            margin-left: -6.8em;
        }
    }

    @media (min-width: 992px) {
        .boxed {
            width: 970px;
        }

        .downMargin {
            margin-top: 100px;
        }

        .navContainer {
            margin-bottom: -5.5em;
        }

        .navFont {
            font-size: .75em;
        }

        .mainLogo {
            max-width: 18em;
            position: relative;
            top: 1.7em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 9em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.3em;
            line-height: 1.1em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 1.7em;
            top: 4.5em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .search {
            position: relative;
            top: -5.6em;
            left: .5em;
        }


        .navbar-nav > li > a {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        footer .address-control {
            margin-left: -1em;
            width: 33em;
        }

        footer .social-control {
            margin-left: 1em;
        }

        .social-align {
            margin-left: 0.2em;
            width: 23em;
        }

        .address-align ul li {
            margin-left: 1.4em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .search {
            position: relative;
            top: -2.6em;
            left: 7em;
            margin-bottom: -3em;
            width: 37em;
            height: 4em;
        }



        ul.dropdown-menu.pull-left.searchdrop-align {
            position: relative;
            left: 15.85em;
            top: 2.45em;
            margin-bottom: -3.8em;
        }

        input.form-control.sh-keyword-control {
            height: 2.7em;
            width: 17em;
        }



        .CharLimit h1 {
            font-size: 2.5em;
            font-weight: 500;
            font-style: italic;
            margin-bottom: .05em;
            margin-left: -0.6em;
        }

        div#facebook-page-plugin {
            margin-left: 0em;
        }



        form.navbar-form.navbar-right.open {
            margin-bottom: 6em;
        }

        .dropcap {
            font-size: 2.9em;
        }
    }
    /* Screen width landscape - iPad */

    @media (min-width: 1024px) {
        .address-align ul li {
            margin-left: 1.4em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        h1 {
            font-size: 2.2em;
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .search {
            position: relative;
            top: -2.4em;
            left: -1.4em;
            margin-bottom: -3em;
            width: 32em;
            height: 15.1em;
        }



        ul.dropdown-menu.pull-left.searchdrop-align {
            position: relative;
            left: 15.8em;
            top: 2.5em;
            margin-bottom: -7.8em;
        }

        .mainLogo {
            max-width: 18em;
            position: relative;
            top: 1.7em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 9em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.3em;
            line-height: 1.1em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: -0.5em;
            top: 5.5em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }


        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .headImage {
            margin-top: -.05em;
        }
    }

    @media screen and (min-width: 1024px) {
        body {
            overflow-x: hidden !important;
        }

        .container {
            max-width: 100% !important;
            overflow-x: inherit;
        }

            .container.navContainer {
                margin-bottom: .03em;
                height: 9.5em;
            }

        .container {
            width: 980px;
        }

        .search {
            width: 37em;
            height: 4em;
            left: 8.8em;
        }
    }

    @media (min-width: 1100px) and (max-width: 1112px) {
        .address-align ul li {
            margin-left: 1.4em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        h1 {
            font-size: 2.2em;
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .search {
            position: relative;
            top: -2em;
            left: 8.1em;
            margin-bottom: -3em;
            width: 37em;
            height: 4em;
        }

        ul.dropdown-menu.pull-left.searchdrop-align {
            position: relative;
            left: 15.8em;
            top: 2.5em;
            margin-bottom: -7.8em;
        }

        .mainLogo {
            max-width: 18em;
            position: relative;
            top: 1.7em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 9em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.3em;
            line-height: 1.1em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 2em;
            top: 4.5em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }


        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .dropcap {
            font-size: 3em;
            line-height: .9em;
        }

        .headImage {
            margin-top: 0.02em;
        }
    }


    @media (min-width: 70em) {
        .address-align ul li {
            margin-left: 1.4em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        h1 {
            font-size: 2.2em;
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .search {
            position: relative;
            top: -2em;
            left: 8.1em;
            margin-bottom: -3em;
            width: 37em;
            height: 4em;
        }

        ul.dropdown-menu.pull-left.searchdrop-align {
            position: relative;
            left: 15.8em;
            top: 2.5em;
            margin-bottom: -7.8em;
        }

        .mainLogo {
            max-width: 18em;
            position: relative;
            top: 1.7em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 9em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.3em;
            line-height: 1.1em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 2.6em;
            top: 4.5em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }


        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .dropcap {
            font-size: 3em;
            line-height: .9em;
        }

        .headImage {
            margin-top: 0.02em;
        }
    }



    @media (min-width: 1200px) {


        footer .address-control {
            margin-left: 3em;
        }

        .address-align ul li {
            margin-left: 1.4em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }
        /* Search Button Mods & Controls */
        ul.dropdown-menu.pull-left.searchdrop-align {
            margin-bottom: -9em;
        }



        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 7.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
            top: 1.7em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: -1.1em;
            top: 4.6em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }

        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .container {
            width: 1180px;
        }

        .search {
            position: relative;
            top: -3.65em;
            left: 16.7em;
            margin-bottom: -3em;
            width: 37em;
            height: 4em;
        }

        .dropcap {
            font-size: 3.6em;
            line-height: .9em;
        }

        .headImage {
            margin-top: 0em;
        }
    }



    @media (min-width: 1280px) {


        footer .address-control {
            margin-left: 3em;
        }

        .address-align ul li {
            margin-left: 1.4em;
        }

        .container {
            width: 1180px;
        }

        .search {
            position: relative;
            top: -3.3em;
            left: 16.8em;
            margin-bottom: -3em;
            width: 37em;
            height: 6.5em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        .addressBox.sitebuttons {
            padding-left: 0em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }
        /* Search Button Mods & Controls */
        ul.dropdown-menu.pull-left.searchdrop-align {
            margin-bottom: -9em;
        }

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 7.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
            top: 1.7em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 1.4em;
            top: 4.6em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }

        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .headImage {
            margin-top: 0em;
        }
    }

    @media (min-width: 1330px) and (max-width: 1366px) {
        .container {
            width: 1230px;
        }

        .search {
            top: -3.3em;
            left: 18.2em;
            margin-bottom: -3em;
            width: 37em;
            height: 6em;
        }

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            /*height: 7.5em;*/
            height: 8.6em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-left: 54.3em;
            top: 4.6em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }
    }

    @media (min-width: 1400px) {
        .container {
            width: 1230px;
        }

        .search {
            top: -3.3em;
            left: 18.2em;
            margin-bottom: -3em;
            width: 37em;
            height: 6em;
        }

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 7.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 3.7em;
            top: 4.6em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }
    }

@media (min-width: 1500px) {

    .topnav-second {
        margin-right: 7em;
    }
}

    @media (min-width: 1600px) {
        .container {
            width: 1500px;
        }

        .addressBox.questions {
            margin-left: 2em;
        }
        /*
    .addressBox.facebook {
        margin-left: 2em;
    }

    */


        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 8.6em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
            top: .9em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            /*margin-right: -7.5em; JWC */
            margin-right: -2.0em;
            top: 7.9em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 8.4em;
        }

        .navFont {
            font-size: .82em;
        }

        footer .address-control {
            margin-left: 10em;
        }

        .address-align ul li {
            margin-left: 1.4em;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        .navFont {
            font-size: 14px;
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        .addressBox.sitebuttons {
            padding-left: 2em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        ul.dropdown-menu.pull-left.searchdrop-align {
            position: relative;
            left: 15.8em;
            top: 2.5em;
            margin-bottom: -9em;
        }



        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .CharLimit h1 {
            font-size: 2.5em;
        }

        .search {
            top: -3.05em;
            height: 6em;
            width: 37em;
            left: 26.2em;
        }

        .headImage {
            margin-top: 0em;
        }
    }


@media (min-width: 1670px) {

    .topnav-second {
        margin-right: -2.0em;
    }
}

@media (min-width: 1750px) {

    .topnav-second {
        margin-right: -2.0em;
    }
}


@media (min-width: 1820px) {

    .topnav-second {
        margin-right: -0.3em;
    }
}


    @media (min-width: 1875px) {
        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            /*height: 6.5em;*/
            height: 8.6em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: 1.4em;
            top: 7.9em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 8.4em;
            /*height: 10.5em;*/
        }

        .navFont {
            font-size: .82em;
        }
    }

@media (min-width: 1940px) {

    .topnav-second {
        margin-right: 3.6em;
    }
}


    @media (min-width: 2000px) {
        .container {
            width: 1900px;
        }

        .addressBox.questions {
            margin-left: 6em;
        }
        /*
    .addressBox.facebook {
          margin-left: 6em;
         
      }

      */


        footer .address-control {
            margin-left: 25em;
        }

        .address-align ul li {
            margin-left: 1.5em;
        }



        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }



        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        .addressBox.sitebuttons {
            padding-left: 6em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 6.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: -2.0em;
            top: 5.6em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }

        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .CharLimit h1 {
            font-size: 2.5em;
        }

        .search {
            width: 37em;
            left: 38em;
        }
    }



    @media (min-width: 2070px) {

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 6.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: -2.0em;
            top: 5.6em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }
    }



    @media (min-width: 2130px) {

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 6.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: -2.0em;
            top: 5.6em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }
    }



    @media (min-width: 2160px) {
        .container {
            width: 2060px;
        }

        .addressBox.questions {
            margin-left: 6em;
        }
        /*

    .addressBox.facebook {
          margin-left: 6em;
         
      }

      */


        footer .address-control {
            margin-left: 25em;
        }

        .address-align ul li {
            margin-left: 1.5em;
        }



        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }



        h1 {
            font-size: 2.4em;
        }

        figure.svgbuttons {
            max-width: 28em;
            margin-left: 0em;
        }

        .addressBox.sitebuttons {
            padding-left: 6em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 6.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: -2.45em;
            top: 4.9em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }

        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .CharLimit h1 {
            font-size: 2.5em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 11em;
        }

        .search {
            width: 37em;
            left: 42.7em;
        }

        .headImage {
            margin-top: -0.15em;
        }
    }

@media (min-width: 2255px) {

    .topnav-second {
        margin-right: -2.45em;
    }
}

@media (min-width: 2340px) {

    .topnav-second {
        margin-right: -1.7em;
    }
}


@media (min-width: 2440px) {

    .topnav-second {
        margin-right: 1.6em;
    }
}

    @media (min-width: 2500px) {
        .container {
            width: 2400px;
        }

        .addressBox.questions {
            margin-left: 6em;
        }
        /*

    .addressBox.facebook {
          margin-left: 6em;
         
      }

*/
        header {
            height: 9em;
        }

        footer .address-control {
            margin-left: 36em;
        }

        .address-align ul li {
            margin-left: 1.5em;
        }



        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        .navFont {
            font-size: .9em;
        }

        h1 {
            font-size: 2.4em;
        }

        figure.svgbuttons {
            max-width: 34em;
            margin-left: 0em;
        }

        .addressBox.sitebuttons {
            padding-left: 6em;
        }

        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            /* JP Fix to nav (6/19) height: 45em;*/
        }
        /*
.addressBox.facebook.fb-page {
    width: 82%;
    margin-left: 6em;
}
*/
        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 6.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            margin-right: -2.0em;
            top: 5.4em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }

        .col-md-12 #mainImageDiv.sliderpos {
            height: 10em;
        }

        .CharLimit h1 {
            font-size: 2.5em;
        }

        .search {
            width: 37em;
            left: 52em;
        }
    }

    @media (min-width: 2600px) {
        .container {
            width: 2554px;
        }

        .addressBox.questions {
            margin-left: 6em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 47em;
        }

        .search {
            width: 37em;
            left: 56.5em;
        }

        .dropcap {
            font-size: 3.6em;
        }
        /*

    .addressBox.facebook {
          margin-left: 6em;
         
      }

*/


        footer .address-control {
            margin-left: 25em;
        }

        .address-align ul li {
            margin-left: 1.5em;
        }



        .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            font-family: inherit;
        }

        li.dropdown.open a:hover {
            color: white;
            font-family: inherit;
        }

        a.dropdown-toggle.text-uppercase, a.dropdown-toggle, a.dropdown {
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
        }

        .navFont {
            font-size: .9em;
        }

        h1 {
            font-size: 2.4em;
        }

        figure.svgbuttons {
            max-width: 34em;
            margin-left: 0em;
        }

        .addressBox.sitebuttons {
            padding-left: 6em;
        }

        #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
            opacity: 1;
        }

        .mainLogo {
            max-width: 19em;
            position: relative;
            top: 2.4em;
            left: -0.2em;
            margin-left: -.1em;
        }

        header {
            height: 6.5em;
        }

        .header-wrapper .title {
            position: relative;
            left: -2em;
            font-size: 1.4em;
            line-height: 1.2em;
            top: 1.4em;
        }

        .topnav-first {
            margin-bottom: 2.6em;
            margin-right: 1.9em;
            position: relative;
            top: .5em;
        }

        .topnav-second {
            position: relative;
            /*margin-right: -9.3em;*/
            margin-right: -7.3em;
            top: 4.4em;
            width: 55.1em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 10.5em;
        }

        .navFont {
            font-size: .82em;
        }

        div#facebook-page-plugin {
            margin-left: 0em;
        }

        .col-md-12 #mainImageDiv.sliderpos {
            height: 10em;
        }

        .CharLimit h1 {
            font-size: 2.5em;
        }

        .container.navContainer {
            margin-bottom: .03em;
            height: 12em;
        }

        .headImage {
            margin-top: -0.01em;
        }
    }


@media (min-width: 2800px) {

    .topnav-second {
        margin-right: -2.8em;
    }
}

    @media (min-width: 3000px) {


        .topnav-second {
            margin-right: 3.8em;
        }
    }

@media (min-width: 3232px) {

    .topnav-second {
        margin-right: 11.4em;
    }
}

    @media (min-width: 3500px) {


        .topnav-second {
            margin-right: 20.1em;
        }
    }

@media (min-width: 3740px) {

    .topnav-second {
        margin-right: 27.9em;
    }
}

    @media (min-width: 4000px) {


        .topnav-second {
            margin-right: 37.1em;
        }
    }




    h1, h2, h3, h4, body, .ui-widget {
        /*  Catamaran Font  */
        /* font-family: 'Catamaran', sans-serif; */
        /*  CDE Required Font */
        font-family: Arial, Helvetica, sans-serif;
    }

    .btn-primary {
        background-color: #385dc3;
        font-family: inherit;
    }

    a {
        color: #3659BA;
        font-family: inherit;
    }

        a.footer-link {
            color: #fff;
            text-decoration: underline;
        }

    .center {
        text-align: center;
    }

    .bottomMargin50 {
        margin-bottom: 50px;
    }

    .bottomMargin25 {
        margin-bottom: 25px;
    }

    .bottomMargin15 {
        margin-bottom: 15px;
    }

    .spaced {
        line-height: 2em;
    }

    .alternate {
        background-color: #f9f9f9;
        padding-bottom: 30px;
        padding-top: 20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .alternate a {
            color: #3558b9;
            font-family: inherit;
        }

            .alternate a:hover {
                color: #3558b9;
                text-decoration: underline;
            }

    hr {
        width: 250px;
        border-top-style: dashed;
    }

    .ActionBarDiv {
        background-color: #385dc3;
        color: #fff;
        font-weight: bold;
        font-size: large;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .DarkBarDiv {
        background-color: #252525;
        color: #fff;
        font-weight: bold;
        font-size: large;
        width: 100%;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 200px;
    }

        .DarkBarDiv.arrow-down:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 21px solid #252525;
            left: 50%;
            margin-left: -10px;
            bottom: -20px;
        }

    .arrow-down {
        border-top: 5px solid #252525;
        height: auto;
    }

    .DarkBarDiv.arrow-down {
        position: relative;
        /*padding: 60px 0;*/
    }

    .width300center {
        width: 300px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .ActionBarText {
        margin-top: 10px;
    }

    .notClients {
        max-width: 300px;
    }

    .colaFix {
        margin-top: 15px;
    }

    div.featured-box {
        padding: 23px;
        background: rgba(0, 0, 0, 0.01);
        text-align: center;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

        div.featured-box.border-only i.fa {
            color: #385dc3;
            border: 2px solid #385dc3;
            background-color: #fff;
        }

    .work {
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
    }

        .work:hover, .work:focus {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

    .feature-list i.fa {
        color: #385dc3;
        margin-right: 15px;
    }

    .feature-list h3 {
        letter-spacing: normal;
        line-height: 27px;
    }

    .alternate #boxes.products a.btn-primary {
        color: #fff !important;
        font-family: inherit;
    }

    .alternate a.btn-primary, .alternate a.btn-primary:hover {
        color: #fff;
        font-family: inherit;
    }

    .darkBarAfterAlternate {
        margin-top: -18px;
    }

    .jumbotron {
        margin: 2em 0 50px 0;
        background-color: #2F4254;
        color: #fff;
        padding: 1.5em;
    }


        .jumbotron a.btn {
            text-decoration: none;
            margin: 30px 0 30px 0;
            font-size: 1.5em;
        }

    .jumbotronCircle {
        margin: 0 auto;
        border: 3px solid #16A085;
        border-radius: 350px;
        padding: 40px 0;
        width: 300px;
    }

    .gray {
        background-color: #444;
        font-family: inherit;
    }

    .jumbotron.gray {
        background-color: #444;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-bottom: 0;
    }

    .middle200 {
        width: 200px;
        margin: 0 auto;
    }

    .middle {
        margin: 0 auto;
    }

    .jumbotron .upperFontSizeSelection a {
        text-decoration: none;
    }

    .jumbotron nav a {
        text-decoration: none;
    }

    .jumbotron .nav .open > a, .jumbotron .nav .open > a:hover, .jumbotron .nav .open > a:focus {
        background-color: #385dc3;
        color: #fff;
        font-family: inherit;
    }

    .jumbotron .nav > li > a:hover, .jumbotron .nav > li > a:focus {
        background-color: #385dc3;
        color: #fff;
        font-family: inherit;
    }

    .jumbotronLower {
        height: 5px;
        background-color: #222;
        border-top: 1px solid #ddd;
        margin-top: 40px;
    }

    .placePhoneMiddle {
        padding-top: 75px;
        margin: 0 auto;
    }
    /* *************************************** */

    /* *             half-panel              * */

    /* *************************************** */

    .half-panel {
        margin-bottom: 0;
        position: relative;
        display: block;
        text-decoration: none;
        display: block;
        border: 2px solid #eaedf2;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 45px;
        margin-bottom: 30px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 10px;
    }

        .half-panel:hover, .half-panel:focus {
            border: 2px solid #bbb;
        }

        .half-panel .half-panel-heading img {
            width: 100%;
            height: 150px;
            display: block;
            height: auto;
            max-width: 100%;
            -moz-border-radius-topleft: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-left-radius: 10px;
            -moz-border-radius-topright: 10px;
            -webkit-border-top-right-radius: 10px;
            border-top-right-radius: 10px;
        }

        .half-panel .half-panel-body .half-panel-icon {
            text-align: center;
        }

            .half-panel .half-panel-body .half-panel-icon i.fa {
                margin-top: -35px;
                background-color: #385dc3;
                border: 10px solid white;
                color: white;
                display: inline-block;
                font-size: 45px;
                line-height: 70px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 90px;
                height: 90px;
                text-align: center;
            }

        .half-panel .half-panel-title {
            color: #444;
            text-align: center;
            margin-top: 10px;
        }

        .half-panel .half-panel-body p {
            color: #444;
            text-align: center;
            padding: 0 25px;
        }

    .ui-widget-content a.buttonSquare {
        color: white !important;
        font-family: inherit;
    }

        .ui-widget-content a.buttonSquare:hover, .ui-widget-content a.buttonSquare:active, .ui-widget-content a.buttonSquare:focus {
            color: #347534 !important;
            font-family: inherit;
        }

    .custom-radio label {
        font-size: 1.0em;
    }

    .ui-tabs legend {
        font-size: 1.2em;
        margin-bottom: 0;
    }

    .priceText {
        font-size: 1.3em;
        font-weight: bold;
        text-align: center;
    }

    .productName {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 15px;
    }

    .productDesc {
        font-size: 0.9em;
    }

    .bigIcon {
        font-size: 30px;
    }

    @media (min-width: 1200px) {
        .checkoutTable td {
            min-width: 150px;
        }

            .checkoutTable td.slim {
                min-width: 75px;
            }

            .checkoutTable td.wide {
                min-width: 300px;
            }
    }

    .checkoutTable caption {
        width: 100%;
        min-width: 300px;
        background-color: #f9f9f9;
        color: #000;
        font-weight: bold;
        padding-left: 10px;
        font-size: 1.3em;
        margin-bottom: 10px;
        border-radius: 5px;
    }

        .checkoutTable caption i {
            margin-right: 15px;
        }

    .boxedPanel {
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .niceRoundedArea {
        border-radius: 5px;
        height: 45px;
        margin-bottom: 20px;
    }

    .price {
        font-weight: bold;
    }

    .checkoutSteps {
        margin-top: 30px;
    }

        .checkoutSteps i {
            margin-right: 10px;
        }

        .checkoutSteps sup, .checkoutTable sup {
            color: red;
            font-family: inherit;
        }

    .ui-widget button.buttonSquare {
        font-size: 1.3em;
    }

    .bold {
        font-weight: bold;
    }

    #tabs ul li i {
        margin-right: 10px;
    }

    .borderedTab {
        border: 1px solid #ddd !important;
        border-radius: 5px !important;
        border-top: none !important;
    }

    .topELinks i {
        color: #D3451D;
        margin-right: 15px;
    }

    .topEcommercelinks {
        color: #385dc3;
        font-family: inherit;
    }

    .marginLeftSpacer {
        margin-left: 35px;
    }

    .topEcommerceBlack {
        color: #000;
        font-family: inherit;
    }

    .topEcommercePart hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .topEcommercePart {
        text-align: center;
    }
    /* *************************************** */

    /* *      search result page             * */

    /* *************************************** */

    .searchResRow {
        border: 1px solid #333;
        margin-bottom: 10px;
    }

    .searchRow:hover, .searchRow:active, .searchRow:focus {
        border: 1px solid #000;
    }

    .searchResPrice {
        margin-top: 25px;
        font-weight: bold;
        font-size: 1.5em;
    }

    .searchResSelectionDiv {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .searchResRow .btn-warning:hover, .searchResRow .btn-warning:focus, .searchResRow .btn-warning:active {
        color: #D3451D;
        background-color: #fff;
        border-color: #D3451D;
    }

    .searchResRow .btn-warning {
        color: #fff;
        background-color: #D3451D;
        border-color: #D3451D;
    }

    .searchResRow .btn-group > .btn + .dropdown-toggle {
        border-left: 1px solid #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #883533;
    border-color: #d43f3a;
}

    .searchResRow .inner:before {
        position: absolute;
        content: "";
        border-top: 16px solid transparent;
        border-right: 16px solid transparent;
        width: 0;
        left: 15px;
        border-top-color: #D3451D;
    }

    .itemDescDiv {
        margin-left: 30px;
        margin-top: 25px;
    }

    .searchResItemHeader {
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .biggerBolderResDesc {
        font-weight: bold;
    }

    .searchResRow h2.collapsible .collapsible-heading, .searchResRow h2.collapsible .collapsible-heading-collapsed, .searchResRow h3.collapsible .collapsible-heading, .searchResRow h3.collapsible .collapsible-heading-collapsed {
        position: relative;
    }
    /* *************************************** */

    /* *      testimonial bubble             * */

    /* *************************************** */

    .bubble {
        position: relative;
        width: 80%;
        min-height: 120px;
        padding: 0px;
        background: #f5f5f5;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #eaedf2;
        margin: 0 auto;
        border-top-color: dimgray;
    }

        .bubble p {
            color: #333;
            font-weight: 100;
            padding: 20px 30px 30px 30px;
        }

        .bubble i.fa {
            color: #999;
            font-size: 1.5em;
        }

    .bubble-icon {
        text-align: center;
        margin-top: 20px;
    }

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #f5f5f5 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -15px;
        left: 15%;
    }

    .bubble.right:after {
        left: 85%;
    }

    .bubble:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #eaedf2 transparent;
        display: block;
        width: 0;
        z-index: 0;
        bottom: -16px;
        left: 15%;
    }

    .bubble.right:before {
        left: 85%;
    }

    .bubble-footer {
        margin-top: 20px;
        position: absolute;
        left: 18%;
    }

        .bubble-footer p {
            color: #333;
            font-family: inherit;
        }

        .bubble-footer.right {
            left: 64%;
        }

    .bubble-container {
        padding-bottom: 60px;
        padding-top: 10px;
    }

    .thinHeader {
        font-weight: 100;
    }
    /* *************************************** */

    /* *             accordion               * */

    /* *************************************** */

    .accordion-dark .ui-state-default {
        border: 1px solid #d3d3d3
        /*{borderColorDefault}*/
        ;
        background: #333333;
        color: #fff;
        font-weight: normal
        /*{fwDefault}*/
        ;
    }

    .accordion-dark .ui-state-active .ui-icon {
        background-image: url(../vendor/jqueryui/themes/base/images/ui-icons_222222_256x240.png)
        /*{iconsActive}*/
        ;
    }

    .accordion-dark .ui-state-default.ui-state-active {
        font-weight: bold;
    }

    .accordion-dark .ui-state-default:hover, .accordion-dark .ui-state-default:focus {
    }

    .accordion-dark.ui-accordion .ui-accordion-content {
        background-color: #fafafa;
        background-image: none;
        font-family: inherit;
    }

    .accordion-dark.ui-accordion.whiteBack .ui-accordion-content {
        background-color: #fff !important;
        font-family: inherit;
    }
    /* *************************************** */

    /* *               footer                * */

    /* *************************************** */

    footer {
        background-color: #444;
        color: #fff;
        padding-top: 15px;
        border-top: 1px solid #000;
    }

        footer h3 {
            color: #fff;
            font-weight: 100;
        }

        footer hr {
            border-top: 1px dashed #ddd;
            width: 150px;
        }

    .footerSocial {
        list-style-type: none;
        margin: auto;
        width: 46%;
        padding: 0em;
    }

    .addressText {
        font-size: .92em;
        line-height: 2em;
    }

    .addressLI {
        float: none;
    }

        .addressLI i {
            font-size: 1em;
        }

    .footerSocial li {
        text-align: left;
        padding-right: 15px;
        float: left;
    }

    .footerCopyright p small {
        font-weight: 100;
    }

    .bottomLogo {
        width: 230px;
    }

    .footerSocial li a {
        color: #fff;
        font-size: 1em;
    }

    .footerSocial.dark li a {
        color: #fff;
        font-size: 1.2em;
    }

    .footerSocial li a i {
        font-size: 2em;
    }

    .footer .addressBox {
        border: 1px dotted #ddd;
        padding: 10px;
        margin-bottom: 10px;
    }

    .footer div.col-md-12 hr {
        width: 70%;
    }

    .footer .addressBox h2 {
        text-align: center;
        font-size: 1.5em;
        color: #fff;
    }

    .footer .addressBox i {
        color: #fff;
        font-size: 40px;
        margin-left: 40%;
        margin-top: 20px;
    }

    .footerSocial li a:hover {
        color: #FFE82A;
        font-family: inherit;
    }

    .footerSocial li a:active {
        color: #FFE82A;
        font-family: inherit;
    }

    .footerSocial li a:focus {
        color: #FFE82A;
        font-family: inherit;
    }

    .footerCopyright {
        width: 100%;
        background-color: #222;
        color: #fff;
        padding: 30px 0 20px 0;
        border-top: 1px solid #ddd;
    }

        .footerCopyright a {
            color: #fff;
            text-decoration: none;
        }

            .footerCopyright a:hover {
                color: #FFE82A;
                text-decoration: underline;
            }

    .footer div.col-md-3 {
        min-height: 170px;
    }
    /* *************************************** */

    /* *         slick slider home page      * */

    /* *************************************** */

    .slick-prev:before, .slick-next:before {
        color: #385dc3 !important;
    }

    #mainImageDiv .slick-prev:before, #mainImageDiv .slick-next:before {
        font-size: 35px;
    }

    #mainImageDiv .slick-prev {
        left: 40px;
    }

    #mainImageDiv .slick-next {
        right: 55px;
    }

    #mainImageDiv .slick-prev, #mainImageDiv .slick-next {
        z-index: 1;
    }

    #mainImageDiv .slick-dots li button:before {
        font-size: 13px;
    }

    .smallSlick {
        width: 95%;
    }

    .breadcrumb > .active {
        color: #444 !important;
        font-family: inherit;
    }
    /* Flying focus */

    #flying-focus {
        position: absolute;
        margin: 0;
        background: transparent;
        -webkit-transition-property: left, top, width, height, opacity;
        transition-property: left, top, width, height, opacity;
        -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
        transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
        visibility: hidden;
        pointer-events: none;
        box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset;
        border-radius: 2px;
    }

        #flying-focus.flying-focus_visible {
            visibility: visible;
            z-index: 9999;
        }

    .flying-focus_target {
        outline: none !important;
        /* Doesn't work in Firefox :( */
    }
        /* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */

        .flying-focus_target::-moz-focus-inner {
            border: 0 !important;
        }
    /* Replace it with @supports rule when browsers catch up */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        #flying-focus {
            box-shadow: none;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -3px;
        }
    }

    .featured-box #youtubewidget {
        background-color: #0b4f83;
        padding: 1em 3.1em 1em 3em;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border: 0px none #000000;
    }



    /* Navbar Mods to add "MENU" to hamburger menu */

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 5px;
        margin-top: -3px;
        margin-right: 2px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

        .navbar-toggle::after {
            /* content: "Menu"; */
            font-style: normal;
            text-transform: uppercase;
            color: white;
            font-size: 1em;
            padding-left: .1em;
            position: relative;
            top: .05em;
        }

    .nav > li > a:focus {
        background-color: #000;
        font-family: inherit;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
        color: white;
    }

    .fa-bars {
        font-size: 1.1em;
        line-height: 0.75em;
        vertical-align: -15%;
    }

    .rwdtable-stack a:hover, .rwdtable-stack a:focus {
        color: #263F82;
        text-decoration: underline;
    }

    #NavSkipYellow:focus {
        color: #FFE829 !important;
    }

    .libhome ul > li {
        list-style: none;
    }

    @media (min-width: 768px) {

        .libhome ul > li:nth-child(odd) {
            float: left;
            width: 50%;
        }

        .libhome ul > li:nth-child(even) {
            float: right;
            width: 50%;
        }
    }

    img[src="http://www.otan.us/images/externallink.gif"] {
        display: none;
    }

    img[src="/images/externallink.gif"] {
        display: none;
    }

    img[src="http://www.otan.us/images/externallink.gif"] {
        display: none;
    }

    img[src="images/newwindow.gif"] {
        display: none;
    }

    #map {
        height: 100%;
    }

    #sort li {
        list-style: none;
    }


    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .adobeBlank {
        display: none;
    }

    .required:after {
        content: " *";
        font-weight: bold;
        color: red;
    }

    .normal {
        font-weight: normal;
    }
