/* Reset Styles */
/* WordPress Default Styles */
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */sli
                                        .assistive-text {
                                            clip: rect(1px 1px 1px 1px);
                                            /* IE6, IE7 */
                                            clip: rect(1px, 1px, 1px, 1px);
                                            position: absolute !important;
                                        }

/* Content */
.hentry {
    margin: 0 0 1.5em;
}

.entry-meta {
    clear: both;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-content,
.entry-summary {
    margin: 0 0 1.5em 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

#content .gallery {
    margin-bottom: 1.5em;
}

#content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

#content .gallery dd {
    margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Widgets */
.widget {
    margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
    display: none;
}

/* End WP Styles */
/* Remove for non WP projects */
/* Defaults */
/* Fonts */
/* Colors */
/* Media Queries */
/* Helpers */
/* Box sizing */
/* HTML/Body */
html {
    background-color: #fff;
}

body {
    font-family: Georgia, Times, serif;
    color: #000;
}

/* Default Links */
a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

a:link, a:visited {
    color: #155975;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
    color: #428ead;
}

/* Common Text Styles (p, li, blockquote, etc) */
.main-content {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #17194B;
}

.main-content p,
.main-content li {
    font-size: 19px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .main-content p,
    .main-content li {
        font-size: 15px;
    }
}

/* Default Headings */
.main-content h1 {
    font-size: 48px;
    font-family: Georgia, Times, serif;
    font-weight: bold;
    color: #155975;
    margin-top: 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .main-content h1 {
        font-size: 26px;
    }
}

.main-content h1 a:link,
.main-content h1 a:visited {
    color: #428ead;
    text-decoration: none;
}

.main-content h1 a:hover {
    color: #155975;
}

.main-content article.post h1 {
    margin-bottom: 0;
}

.main-content article.post .post-date {
    color: #17194B;
    font-size: 18px;
    margin-bottom: 25px;
}

.main-content article.post .post-photo {
    float: left;
    margin: 0 15px 10px 0;
}

.main-content article.post .entry-meta {
    clear: both;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: Georgia, Times, serif;
    font-weight: bold;
    color: #283891;
}

.main-content .page-header {
    border: none;
}

/* Form Styles */
.btn {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.btn-default {
    border: 1px solid #283891;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #283891;
    color: #fff;
    font-weight: bold;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    font-weight: normal;
}

.btn-default:link,
.btn-default:visited {
    color: #fff;
    text-decoration: none;
}

.btn-default:hover {
    background-color: #17194B;
    color: #fff;
    border-color: #17194B;
}

/* Button Clear */
.btn-clear {
    border: 1px solid #fff;
    background-color: transparent;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 30px;
    font-size: 26px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .btn-clear {
        font-size: 24px;
    }
}

.btn-clear:link,
.btn-clear:visited {
    color: #fff;
    text-decoration: none;
}

.btn-clear:hover {
    background-color: #fff;
    color: #6e0001;
}

/* Gray */
.btn-clear-gray {
    border-color: #444;
}

.btn-clear-gray:link,
.btn-clear-gray:visited {
    color: #444;
    text-decoration: none;
}

.btn-clear-gray:hover {
    background-color: #6e0001;
    color: #fff !important;
    border-color: #6e0001;
}

/* White */
.btn-clear-white {
    border-color: #fff;
}

.btn-clear-white:link,
.btn-clear-white:visited {
    color: #fff;
}

.btn-clear-white:hover {
    background-color: #fff;
    color: #283891 !important;
    border-color: #fff;
}

/* Red */
.btn-red {
    background-color: #6e0001;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-red:hover {
    background-color: #790000;
    color: #fff;
}

/* Green */
.btn-green {
    background-color: #668968;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
    border-color: #668968;
    font-size: 18px;
}

.btn-green:hover {
    background-color: #4b624c;
    color: #fff;
    border-color: #4b624c;
}

/* Blue Light */
.btn-blue-light {
    background-color: #cee2ea;
    color: #283891;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
    border-color: #cee2ea;
    font-size: 18px;
}

.btn-blue-light:hover {
    background-color: #fff;
    color: #283891;
    border-color: #fff;
}

/* Non-Semantic Helper Classes */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

/* Site Specific Styles */
/* Nav */
#nav {
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #6e0001;
}

@media only screen and (max-width: 1200px) {
    #nav {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    #nav {
        display: none;
        position: absolute;
        z-index: 1000;
        background-color: #428ead;
        top: 48px;
        left: 0;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    #nav {
        top: 48px;
    }
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    #nav ul {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

#nav ul li {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    #nav ul li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
    }
}

#nav ul li a {
    display: inline-block;
    padding: 0 16px;
}

@media only screen and (max-width: 1200px) {
    #nav ul li a {
        padding: 0 8px;
    }
}

#nav ul li a:link,
#nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    #nav ul li a:link,
    #nav ul li a:visited {
        color: #fff;
    }
}

#nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Donate */
#nav ul li.donate a {
    font-weight: bold;
}

#nav ul li.donate a:link,
#nav ul li.donate a:visited {
    color: #6e0001;
}

/* Footer Nav */
#ft-nav {
    clear: both;
    padding-top: 30px;
}

#ft-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

#ft-nav ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    #ft-nav ul li {
        display: block;
    }
}

#ft-nav ul li a {
    display: inline-block;
    padding: 7px 20px;
}

@media only screen and (max-width: 1200px) {
    #ft-nav ul li a {
        padding: 7px 15px;
    }
}

#ft-nav ul li a:link,
#ft-nav ul li a:visited {
    color: #283891;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    #ft-nav ul li a:link,
    #ft-nav ul li a:visited {
        color: #283891;
    }
}

#ft-nav ul li a:hover {
    color: #7b90af;
}

@media only screen and (max-width: 991px) {
    #ft-nav ul li a:hover {
        color: #7b90af;
    }
}

/* Mobile Nav */
.mobile-menu {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
        float: right;
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        width: 40px;
        height: 28px;
    }
}

.mobile-menu:link,
.mobile-menu:visited {
    color: #fff;
    text-decoration: none;
}

/* Head */
#hd {
    padding-top: 20px;
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    #hd {
        background-color: #6e0001;
        padding-bottom: 20px;
    }
}

.hd-interior {
    display: block;
    width: 100%;
}

.logowrap {
    position: relative;
}

/* Logo */
#logo {
    width: 699px;
    height: 63px;
    overflow: hidden;
    background: url("../images/logo1398.png") no-repeat 50% 50%;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
}

@media only screen and (max-width: 991px) {
    #logo {
        width: 250px;
        height: 25px;
        background: url("../images/logo-white.png") no-repeat 50% 50%;
        background-size: contain;
        float: left;
        margin: 0 0 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    #logo {
        width: 200px;
    }
}

#logo a {
    display: block;
    height: 100%;
    text-indent: 110%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

#logo a:link,
#logo a:visited {
    text-decoration: none;
}

#ft-logo {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.m-home-intro {
    /*
    background: url("../images/bg-feature.jpg") no-repeat 50% 0;
    background-size: cover;
    padding: 65px 0;
    */

    position: relative;
    overflow: hidden;
}

.m-home-intro .text {
    padding: 65px 0;
}

.m-home-intro .cycle-slideshow {
    z-index: 1;
    max-height:450px;
    width: 100%;
}

.m-home-intro .cycle-slideshow > div {
    width: 100%;
    height: 450px;
}

.m-home-intro .cycle-slideshow #h-c-slide-1 {
    background: url("../images/hp-sliders-eagle-tall03.jpg") no-repeat 60% 50%;
}

.m-home-intro .cycle-slideshow #h-c-slide-2 {
    background: url("../images/hp-sliders-capitol-tall03.jpg") no-repeat 40% 50%;
}

.m-home-intro .cycle-slideshow #h-c-slide-3 {
    background: url("../images/hp-sliders-hunt-tall03.jpg") no-repeat 60% 50%;
}

.m-home-intro .cycle-slideshow #h-c-slide-4 {
    background: url("../images/hp-sliders-oldtown-tall03.jpg") no-repeat 40% 50%;
}

.m-home-intro .cycle-slideshow #h-c-slide-5 {
    background: url("../images/hp-sliders-tractor-tall03.jpg") no-repeat 60% 50%;
}


@media only screen and (max-width: 991px) {
    .m-home-intro {
        background: none;
        padding: 0;
    }

    .m-home-intro .text {
        padding: 0;
    }

    /*
        .m-home-intro .cycle-slideshow {
            display: none;
        }
        */

    .m-home-intro .cycle-slideshow #h-c-slide-1 {
        background: url("../images/bg-feature-mobile.jpg") no-repeat 50% 0;
    }

    .m-home-intro .cycle-slideshow #h-c-slide-2 {
        background: url("../images/bg-feature-mobile-capitol.jpg") no-repeat 50% 0;
    }

    .m-home-intro .cycle-slideshow #h-c-slide-3 {
        background: url("../images/bg-feature-mobile-hunt.jpg") no-repeat 50% 0;
    }

    .m-home-intro .cycle-slideshow #h-c-slide-4 {
        background: url("../images/bg-feature-mobile-oldtown.jpg") no-repeat 50% 0;
    }

    .m-home-intro .cycle-slideshow #h-c-slide-5 {
        background: url("../images/bg-feature-mobile-tractor.jpg") no-repeat 50% 0;
    }
}

@media only screen and (max-width: 991px) {
    .m-home-intro .container,
    .m-home-intro .row,
    .m-home-intro .col-sm-12 {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
}

.m-home-intro h1 {
    font-weight: bold;
    font-size: 52px;
    color: #fff;
    margin-top: 0;
    margin-bottom: .5em;
    font-style: italic;
    line-height: 1em;
}

@media only screen and (max-width: 991px) {
    .m-home-intro h1 {
        font-size: 50px;
        /*
        background: url("../images/bg-feature-mobile.jpg") no-repeat 50% 0;
        background-size: cover;
        */
        margin: 0;
        padding: 70px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .m-home-intro h1 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 991px) {
    .m-home-intro .content {
        padding: 30px 40px;
        background-color: #cee2ea;
    }
}

.m-home-intro p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
    .m-home-intro p {
        font-size: 19px;
        color: #000;
    }
}

@media only screen and (max-width: 640px) {
    .m-home-intro p {
        font-size: 17px;
    }
}

.m-home-intro p a {
    font-weight: bold;
}

.m-home-intro p a:link,
.m-home-intro p a:visited {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .m-home-intro p a:link,
    .m-home-intro p a:visited {
        color: #000;
    }
}

.m-home-intro p a:hover {
    text-decoration: none;
}

.m-poll {
    padding: 35px 0;
}

@media only screen and (max-width: 991px) {
    .m-poll {
        text-align: center;
    }
}

.m-poll .icon {
    text-align: center;
    /*float: right !important;*/
    max-width: 100%;
    padding-bottom: 40px;
    padding-top: 60px;
}

@media only screen and (max-width: 991px) {
    .m-poll .icon {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .m-poll .icon {
        float: none !important;
    }
}

.m-poll .icon img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .m-poll .icon img {
        max-width: 200px;
        height: auto;
    }
}

@media only screen and (max-width: 640px) {
    .m-poll .icon img {
        max-width: 150px;
        height: auto;
    }
}

.m-poll .content {
    float: left !important;
}

@media only screen and (max-width: 767px) {
    .m-poll .content {
        float: none !important;
    }
}

.m-poll h2 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 38px;
    color: #155975;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .m-poll h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 640px) {
    .m-poll h2 {
        font-size: 24px;
    }
}

.m-poll .summary {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .m-poll .summary {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .m-poll .summary {
        font-size: 17px;
    }
}

.m-poll .summary a:link,
.m-poll .summary a:visited {
    color: #428ead;
}

.m-poll .summary a:hover {
    color: #155975;
}

.m-poll .note {
    font-size: 20px;
    padding-top: 15px;
}

@media only screen and (max-width: 991px) {
    .m-poll .note {
        font-size: 17px;
    }
}

@media only screen and (max-width: 640px) {
    .m-poll .note {
        font-size: 13px;
    }
}

.m-testimonials {
    padding: 65px 0;
    background-color: #428ead;
    color: #fff;
}

.m-testimonials a:link,
.m-testimonials a:visited {
    color: #fff;
    text-decoration: none;
}

.m-testimonials a:hover {
    text-decoration: underline;
}

.m-testimonials .carousel-inner {
    height: 230px;
}
.m-testimonials .carousel-inner .item {
    padding: 0 70px;
}

@media only screen and (max-width: 1050px) {
    .m-testimonials .carousel-inner {
        height: 250px;
    }

    .m-testimonials .carousel-inner .item {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .m-testimonials .carousel-inner {
        height: 340px;
    }
    /*
        .m-testimonials .carousel-inner .item {
            padding: 0 50px;
        }
        */
}

@media only screen and (max-width: 890px) {
    .m-testimonials .carousel-inner {
        height: 340px;
    }
}

@media only screen and (max-width: 767px) {
    .m-testimonials .carousel-inner {
        height: 220px;
    }
}


@media only screen and (max-width: 640px) {
    .m-testimonials .carousel-inner {
        height: 170px;
    }
}

@media only screen and (max-width: 500px) {
    .m-testimonials .carousel-inner {
        height: 210px;
    }
}

@media only screen and (max-width: 400px) {
    .m-testimonials .carousel-inner {
        height: 290px;
    }
}

.m-testimonials .carousel-control {
    background: none !important;
    color: #fff;
    font-size: 60px;
    width: 40px;
    text-shadow: none;
}

.m-testimonials .quote,
.m-testimonials .name {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .m-testimonials .quote,
    .m-testimonials .name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .m-testimonials .quote,
    .m-testimonials .name {
        font-size: 16px;
    }
}

.m-testimonials .quote {
    font-style: italic;
}

.m-testimonials .more {
    padding-top: 40px;
}

.m-testimonials .more p {
    text-align: center;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .m-testimonials .more p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .m-testimonials .more p {
        font-size: 14px;
    }
}

.m-services {
    padding: 65px 0;
    background-color: #cee2ea;
}

@media only screen and (max-width: 991px) {
    .m-services {
        text-align: center;
    }
}

.m-services h2 {
    font-size: 48px;
    color: #155975;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .m-services h2 {
        font-size: 51px;
    }
}

@media only screen and (max-width: 640px) {
    .m-services h2 {
        font-size: 34px;
    }
}

.m-services h3 {
    font-size: 32px;
    color: #428ead;
    margin: 0 0 .5em 0;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .m-services h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 640px) {
    .m-services h3 {
        font-size: 24px;
    }
}

.m-services .icon img {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .m-services .icon img {
        max-width: 200px;
        margin-bottom: 30px;
    }
}

.m-services .row {
    padding-bottom: 60px;
}

.m-services .alt > div:nth-child(1) {
    float: right !important;
}

@media only screen and (max-width: 767px) {
    .m-services .alt > div:nth-child(1) {
        float: none !important;
    }
}

.m-services .alt > div:nth-child(2) {
    float: left !important;
}

@media only screen and (max-width: 767px) {
    .m-services .alt > div:nth-child(2) {
        float: none !important;
    }
}

.m-services p {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    .m-services p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 640px) {
    .m-services p {
        font-size: 16px;
    }
}

.m-services .more p {
    text-align: center;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .m-services .more p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .m-services .more p {
        font-size: 14px;
    }
}

.m-team {
    padding: 65px 0;
}

.m-team h2 {
    font-size: 48px;
    color: #155975;
    margin: 0 0 .5em 0;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .m-team h2 {
        font-size: 51px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team h2 {
        font-size: 34px;
    }
}

.m-team .person {
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
}

.m-team .person a:link,
.m-team .person a:visited {
    text-decoration: none;
}

.m-team .person img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.m-team .person .name {
    font-size: 20px;
    color: #000;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .m-team .person .name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team .person .name {
        font-size: 13px;
    }
}

.m-team .person .title {
    font-size: 19px;
    color: #155975;
}

@media only screen and (max-width: 991px) {
    .m-team .person .title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team .person .title {
        font-size: 12px;
    }
}

.m-team .intro {
    padding-bottom: 40px;
    text-align: center;
}

.m-team .intro p {
    font-size: 20px;
    color: #155975;
}

@media only screen and (max-width: 991px) {
    .m-team .intro p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team .intro p {
        font-size: 16px;
    }
}

.m-team .more p {
    text-align: center;
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    .m-team .more p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team .more p {
        font-size: 14px;
    }
}

.m-ft-social-nav {
    font-size: 30px;
}

.m-ft-social-nav ul,
.m-ft-social-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m-ft-social-nav li {
    display: inline-block;
    padding: 0 3px;
}

.m-ft-social-nav a:link,
.m-ft-social-nav a:visited {
    color: #fff;
}

.m-ft-social-nav a:hover {
    color: #283891;
}

/* Footer */
#ft {
    color: #fff;
    background-color: #6e0001;
    padding: 20px 0;
}

#ft-2 {
    color: #fff;
    background-color: #428ead;
    padding: 20px 0;
}

.m-ft-nav {
    display: block;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .m-ft-nav {
        display: none;
    }

    #ft {
        display: none;
    }

}

.m-ft-nav a:link,
.m-ft-nav a:visited {
    color: #fff;
    text-decoration: none;
}

.m-ft-nav a:hover {
    text-decoration: underline;
}

.m-ft-nav ul {
    margin: 0;
    padding: 0;
}

.m-ft-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 0;
    margin: 0;
    font-size: 20px;
}

.m-contact {
    padding-top: 20px;
    margin-bottom: 20px;
}

.m-contact .name {
    font-size: 18px;
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 15px;
}

@media only screen and (max-width: 991px) {
    .m-contact .name {
        display: block;
        font-size: 14px;
    }
}

.m-contact .address {
    font-size: 15px;
    display: inline;
}

@media only screen and (max-width: 991px) {
    .m-contact .address {
        display: block;
        font-size: 14px;
    }
}

.m-contact a:link,
.m-contact a:visited {
    color: #fff;
    text-decoration: none;
}

.m-copyright p {
    text-transform: uppercase;
    font-size: 15px;
}

@media only screen and (max-width: 991px) {
    .m-copyright p {
        font-size: 12px;
    }
}

/* Print Styles */
/* Print Styles */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

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

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

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

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

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

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

.our-services-image {
    opacity: 0;
    /*animation: our-services-image 0.8s ease-out 0 forwards;*/
    animation-name: our-services-image;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

@keyframes our-services-image {
    0% {
        transform: scale(0.2);
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.m-team-list {
    padding: 65px 0;
}

.m-team-list h2 {
    font-size: 58px;
    color: #155975;
    margin: 0 0 .5em 0;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .m-team-list h2 {
        font-size: 51px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team-list h2 {
        font-size: 34px;
    }
}

.m-team-list .person {
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
}

.m-team-list .person a:link,
.m-team-list .person a:visited {
    text-decoration: none;
}

.m-team-list .person img {
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: lightgrey;
}

.m-team-list .person .name {
    font-size: 24px;
    color: #000;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .m-team-list .person .name {
        font-size: 20px;
    }

    .m-team-list .person img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .m-team-list .person .name {
        font-size: 13px;
    }
}

.m-team-list .person .title {
    font-size: 19px;
    color: #155975;
}

@media only screen and (max-width: 991px) {
    .m-team-list .person .title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team-list .person .title {
        font-size: 12px;
    }
}

.m-team-list .intro {
    padding-bottom: 40px;
    text-align: center;
}

.m-team-list .intro p {
    font-size: 24px;
    color: #155975;
}

@media only screen and (max-width: 991px) {
    .m-team-list .intro p {
        font-size: 21px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team-list .intro p {
        font-size: 14px;
    }
}

.m-team-list .more p {
    text-align: center;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .m-team-list .more p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .m-team-list .more p {
        font-size: 12px;
    }
}

/* Team Members - Single Page */
.single-ct-team .post-photo {
    float: right;
    margin: 0 0 40px 40px;
}

.single-ct-team .post-photo img {
    max-width: 500px;
}

.single-ct-team h1.entry-title {
    font-size: 34px;
}
.single-ct-team h1.entry-title .team-title {
    color: #6e0001;
}

@media only screen and (max-width: 991px) {
    .single-ct-team .post-photo {
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .single-ct-team .post-photo img {
        max-width: 100%;
    }

    .single-ct-team h1.entry-title {
        margin-bottom: 30px;
    }
}

/* Testimonials - Page */

ul.testimonial-list {
    margin: 0;
    padding: 0;
}
ul.testimonial-list li.testimonial {
    padding: 20px 0;
    list-style: none inside none;
}
ul.testimonial-list li.testimonial:first-child {
    padding-top: 0;
}
ul.testimonial-list li.featured {
    background-color: #428ead;
    color: white;
    padding: 20px;
    text-align: center;
    font-style: italic;
}

ul.testimonial-list li.testimonial .attribution {
    font-weight: bold;
    font-size: 19px;
    font-style: italic;
}

/* About - Page */

.about-featured {
    background-color: #428ead;
    color: white;
    padding: 30px 60px;
    text-align: center;
}

/* Pool - Page */

.page-poll .last-poll {
    background-color: #428ead;
    color: white;
    padding: 20px;
}

.page-poll .last-poll h1{
    color: white;
    margin-bottom: 15px;
}

.page-poll .last-poll p {
    font-style: italic;
    padding: 0;
    margin:0;
}

.page-poll .last-poll a {
    color: white;
}

.page-poll .previous-poll {
    text-align: center;
    background-color: #cee2ea;
    color: #428ead;
    padding: 10px;
    font-size: 1.4em;
    margin-bottom: 30px;
}
.page-poll .previous-poll span.first-line {
    font-style: italic;
    display: block;
}

.page-poll .previous-poll span.publication-date {
    font-weight:bold;
    display: block;
}

.page-poll .previous-poll a {
    display: block;
    color: #428ead;
    text-transform: none;
    text-decoration: none;
}

.previous-poll a:hover {
    text-decoration: underline;
}

/* Clients - Page */

.client_list {

}

.client_list .clients {
    font-size: 1.0em;
}

.client_list header h2 {
    color: #155975;
}

.client_list footer {
    font-style: italic;
    margin-top: 20px;
    color: #155975;
}

.clients-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.clients-columns div {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

@media only screen and (min-width: 992px) {
    .clients-columns {
        -webkit-column-count: 4; /* Chrome, Safari, Opera */
        -moz-column-count: 4; /* Firefox */
        column-count: 4;

    }
}

/* Corporate Clients Page */
.corporate-client {
    text-align: center;
    margin-bottom: 30px;
}

.corporate-client img {
    display: block;
    margin: 40px auto 10px;
    max-width: 50%;
}
.corporate-client p {
    font-weight: bold;
    font-size: 17px;
}

/* Page Our Services */
.our-services h2 {
    font-size: 30px;
    color: #428ead;
    text-align: center;
}

.our-services img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 286px;
}