/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    color:#fff;
    font-family: 'Lato', sans-serif;
    background-color: #666666;
}

p {
    font-size: 16px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* ::selection {
    background: #b3d4fc;
    text-shadow: none;
} */

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Webspring's custom styles
   ========================================================================== */

   @font-face {
        font-family: 'icomoon-anglesea';
        src:    url('fonts/icomoon-anglesea.eot?whjlg8');
        src:    url('fonts/icomoon-anglesea.eot?whjlg8#iefix') format('embedded-opentype'),
            url('fonts/icomoon-anglesea.ttf?whjlg8') format('truetype'),
            url('fonts/icomoon-anglesea.woff?whjlg8') format('woff'),
            url('fonts/icomoon-anglesea.svg?whjlg8#icomoon-anglesea') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .icon {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon-anglesea' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-anglesea-medical14:before {
        content: "\e900";
    }
    .icon-anglesea-medical50:before {
        content: "\e901";
    }
    .icon-anglesea-medical51:before {
        content: "\e902";
    }



   .btn.btn-cta {
        font-size: 20px;
        border-radius: 30px;
        padding: 5px 20px;
        -webkit-transition: background 0.2s, color 0.2s;
        -moz-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s;
   }

/* Header Styles */

    .header {
        background-color: #ffffff;
        position: relative;
        z-index: 1;
    }

    /* Top Level Header */
    .top-header {
        background: rgba(252,247,232,0.4);
        /*background: #FCF7E8;*/
        padding-bottom: 25px;
        padding-top: 25px;
        color: #666666;
    }

        .logo {
            max-width: 178px;
            max-height: 91px;
            position: relative;
            z-index: 200;
        }

        .top-header .contact-header {
            float: right;
            position: relative;
            z-index: 100;
        }
            .top-header .contact-header .phone,
            .top-header .contact-header .search {
                border-radius: 30px;
                min-height: 47px;
                border-style: solid;
                border-color: #DDDDDD;
                border-width: 1px;
                padding: 0px 25px 0px 50px;
                font-size: 16px;
                float: right;
                margin-top: 30px;
            }
            .top-header .contact-header a {
                color: #666666;
            }
                .top-header .contact-header a:hover {
                    color: #888888;
                    text-decoration: none;
                }
            .top-header .contact-header .phone {
                background: #ffffff url('../images/phone-icon.png') 10px 10px no-repeat;
                padding-top: 11px;
                margin-right: 20px;
            }



            .top-header .contact-header .search {
                background: #ffffff url('../images/magnifying-glass-icon.png') 15px 13px no-repeat;
                padding-top: 0px;
            }

                .top-header .contact-header ::-webkit-input-placeholder {
                    color: #666666;
                }

                .top-header .contact-header :-moz-placeholder {
                    color: #666666;
                }

                .top-header .contact-header ::-moz-placeholder {
                    color: #666666;
                }

                .top-header .contact-header  :-ms-input-placeholder {
                    color: #666666;
                }

                 @media only screen and (max-width: 767px) {
                    .contact-header {
                        padding-right: 0px;
                    }
                    .top-header .contact-header .phone,
                    .top-header .contact-header .search {
                        margin: 0px;
                        float: right;
                    }


                }

    /* Navigation Styles */


     .mobile-nav {
        display: none;
    }
        @media only screen and (max-width: 1200px) {
            .mobile-nav {
                display: block;
            }
        }

    .navbar.navbar-default {
        background-color: #3E81C6;
        border: none;
        border-radius: 0px;
        margin-right: -30px;
        margin-bottom: 0px;
    }
        @media only screen and (max-width: 1200px) {
            .navbar-left,
            .navbar-right {
                float: none !important;
            }

        }

        .navbar-default .navbar-header {
            border-color: #ffffff;
        }
            @media only screen and (max-width: 1200px) {
                .navbar-header {
                    float: none;
                }
                .navbar-default .navbar-header:before {
                    content: "Menu";
                    position: absolute;
                    top: 15px;
                    left: 15px;
                    font-size: 16px;
                }



                .navbar-default.mobile-nav .navbar-header:before {
                    content: "Sub-Menu";
                    position: absolute;
                    top: 15px;
                    left: 15px;
                    font-size: 16px;
                }
            }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:active {
            background: #EF4135;
        }
            @media only screen and (max-width: 1200px) {
                .navbar-toggle {
                    display: block;
                }
            }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #ffffff;
            }

                @media only screen and (max-width: 1200px) {
                    .navbar-collapse {
                        border-top: 1px solid transparent;
                        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                    }

                        .navbar-collapse.collapse {
                            display: none!important;
                        }

                            .collapse.in {
                                display:block !important;
                            }
                }

            @media only screen and (max-width: 1200px) {
                .navbar-nav {
                    float: none!important;
                    margin-top: 7.5px;
                }
            }

            .navbar.navbar-default .navbar-nav > li {
                padding: 0px 15px;
            }

                @media only screen and (max-width: 1200px) {
                    .navbar.navbar-default .navbar-nav > li {
                        float: none;
                        padding: 0px;

                    }
                }

                .navbar.navbar-default .navbar-nav > li > a {
                    color: #ffffff;
                    text-transform: uppercase;
                    letter-spacing: 0.35px;
                    font-size: 14px;
                    font-weight: 300;
                }

                @media only screen and (max-width: 1200px) {
                    .navbar-nav > li > a {
                        padding-top: 10px;
                        padding-bottom: 10px;
                        text-align: left;
                        padding-left: 15px;
                    }
                }

                    .navbar.navbar-default .navbar-nav > li > a:hover,
                    .navbar.navbar-default .navbar-nav > li > a:focus,
                    .navbar.navbar-default .navbar-nav > li.active > a {
                        background: transparent url('../images/nav-hover-image.png') top center repeat-x;
                        color: #ffffff;
                    }

                    @media only screen and (max-width: 1200px) {
                        .navbar.navbar-default .navbar-nav > li > a:hover,
                        .navbar.navbar-default .navbar-nav > li > a:focus,
                        .navbar.navbar-default .navbar-nav > li.active > a {
                            background-image: none;
                            background-color: #EF4135;
                        }
                    }

                        .dropdown .dropdown-menu{
                            position: absolute;
                            top: 100%;
                            left: 0;
                            float: left;
                            box-shadow: none;
                            max-height: 375px;
                            overflow: auto;
                            min-width: 250px;
                            padding-top: 0px;
                            padding-bottom: 0px;
                        }

                            .dropdown:hover ul.dropdown-menu {
                                display: block;
                                background-color: #3E81C6;
                                margin-top: -1px;
                            }

                                .dropdown:hover ul.dropdown-menu li a {
                                    color: #ffffff;
                                    font-size: 15px;
                                    text-transform: uppercase;
                                    font-weight: 300;
                                    padding: 10px 15px;
                                }
                                    @media only screen and (max-width: 1200px) {
                                        .dropdown ul.dropdown-menu,
                                        .dropdown:hover ul.dropdown-menu {
                                            display: none;
                                        }
                                    }

                                    .dropdown:hover ul.dropdown-menu li a:hover,
                                    .dropdown:hover ul.dropdown-menu li a:focus,
                                    .dropdown:hover ul.dropdown-menu li.active a {
                                        background-color: #EF4135;
                                        color: #ffffff;
                                    }
    /* Breadcrumb Styles */
    #crumbs {
        background: rgba(252,247,232,0.5);
    }
        #crumbs .inner-wrapper {
            min-height: 50px;
            padding: 5px 0px;
        }

            #crumbs ul {
                padding-left: 15px;
            }
                #crumbs ul, #crumbs ul li {
                list-style-type: none;
                margin: 0px;
            }
                #crumbs ul li {
                    float: left;
                    height: 20px;
                    line-height: 42px;
                }
                    #crumbs ul li:after {
                        content: "/";
                        padding: 0px 15px;
                    }
                        #crumbs ul li:last-child:after { display: none; }

                    #crumbs ul li, #crumbs ul li a {
                        font-size: 14px;
                        color: #666666;
                        text-decoration: none;
                        text-transform: lowercase;
                    }

                    #crumbs ul li, #crumbs ul li.specialist a {
                        text-transform: capitalize;
                    }
                        #crumbs ul li a img {
                            vertical-align: inherit;
                        }

                        #crumbs ul li a:hover { text-decoration: underline; }


    /* Banner Stlyes */


    .banner {
        position: relative;
        width: 100%;
        height: 645px;
        margin-top: -80px;
        float: left;
        z-index: 0;
        overflow:hidden;
        clear: left;
    }
        .banner .bigBanner {
            position: absolute;
            top: -55px;
            left: 0px;
            z-index: -1;
            width: 100%;
            overflow: hidden;
            min-width: 1900px;
        }

        @media only screen and (max-width: 1000px) {
                .banner .bigBanner {
                    top: 0px;
                    left: -400px;
                }
            }

            @media only screen and (max-width: 768px) {
                .banner .bigBanner {
                    width: auto;
                    height: 100%;
                    min-width: auto;
                }
            }
            .banner h1 {
                font-weight: 900;
                margin-top: 210px;
                max-width: 660px;
                font-size: 50px;
                text-align: right;
                float: right;
                text-shadow: 2px 2px 10px #222222;
                padding-bottom: 100px;
            }

                @media only screen and (max-width: 768px) {
                    .banner h1 {
                        font-size: 40px;
                        margin-top: 180px;
                        text-align: center;
                    }
                }

        .content-banner {
            background: rgba(0, 62, 110, 0.45);
            position: relative;
            clear: left;
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }
            .content-banner .bigBanner {
                position: absolute;
                left: 0px;
                z-index: -1;
                min-width: 1900px;
                overflow: hidden;
                width: 100%;
            }

            .content-banner h1.content-title {
                font-weight: 300;
                max-width: 660px;
                padding-bottom: 30px;
                padding-top: 12px;
                font-size: 34px;
                text-align: left;
                float: left;
                text-transform: uppercase;
            }


/* Call to Action Home Page Styles */
    .call-to-action-blocks {
        background-color: #ffffff;
        color: #666666;
        margin-top: 150px;
    }
        .call-to-action-blocks .quick-links {
            margin-top: -160px;
        }
            .call-to-action-blocks .quick-links .quick-link {
                background-color: #F9F0D1;
                text-align: center;
                padding: 35px;
                margin-bottom: 20px;
            }
                @media (max-width: 768px) {
                    .call-to-action-blocks .quick-links:first-child {
                        margin-top: -100px;
                    }

                    .call-to-action-blocks .quick-links .quick-link {
                        margin-top: 0px;
                    }
                }


                .call-to-action-blocks .quick-links .quick-link:hover {
                    background: #fcf8e8;
               }

                .hovicon {
                    font-family: 'icomoon-anglesea';
                    display: inline-block;
                    font-size: 45px;
                    line-height: 90px;
                    cursor: pointer;
                    width: 110px;
                    height: 110px;
                    border-radius: 50%;
                    text-align: center;
                    position: relative;
                    text-decoration: none;
                    z-index: 1;
                    color: #3E81C6;
                    border: 2px solid #3E81C6;
                }

                    .hovicon.small {
                        font-size: 20px;
                        line-height: 45px;
                        width: 45px;
                        height: 45px;
                        margin: 7px;
                    }

                    .hovicon.mini {
                        font-size: 15px;
                        line-height:32px;
                        width:30px;
                        height:30px;
                        margin:7px;
                    }

                    .hovicon.auto-width {
                        width: auto;
                        height: auto;
                        padding: 15px;
                    }

                    .hovicon:after {
                        /* pointer-events: none; */
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        border-radius: 50%;
                        content:'';
                        -webkit-box-sizing: content-box;
                        -moz-box-sizing: content-box;
                        box-sizing: content-box;
                    }

                    .hovicon:before {
                        speak: none;
                        font-size: 60px;
                        line-height: 100px;
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        text-transform: none;
                        display: block;
                        -webkit-font-smoothing: antialiased;
                    }

                    /* Effect 1 */
                     .hovicon.effect-1 {
                        background: rgba(255, 255, 255, 1);
                        -webkit-transition: background 0.2s, color 0.2s;
                        -moz-transition: background 0.2s, color 0.2s;
                        transition: background 0.2s, color 0.2s;
                    }

                        .hovicon.effect-1:after {
                            top: -7px;
                            left: -7px;
                            padding: 7px;
                            box-shadow: 0 0 0 4px #3E81C6;
                            -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
                            -webkit-transform: scale(.8);
                            -moz-transition: -moz-transform 0.2s, opacity 0.2s;
                            -moz-transform: scale(.8);
                            -ms-transform: scale(.8);
                            transition: transform 0.2s, opacity 0.2s;
                            transform: scale(.8);
                            opacity: 0;
                        }

                            /* Effect 1a */
                             .hovicon.effect-1.sub-a:hover {
                                background: #3E81C6;
                                color: #ffffff;
                            }

                            .hovicon.effect-1.sub-a:hover i {
                                color: #ffffff;
                            }

                            .hovicon.effect-1.sub-a:hover:after {
                                -webkit-transform: scale(1);
                                -moz-transform: scale(1);
                                -ms-transform: scale(1);
                                transform: scale(1);
                                opacity: 1;
                            }

                .call-to-action-blocks .quick-links .quick-link .block-text h3 {
                    font-size: 20px;
                }

                .call-to-action-blocks .quick-links .quick-link .block-text p {
                    font-size: 16px;
                }

                .call-to-action-blocks .quick-links .quick-link .block-text .heartbeat-image {
                    display: block;
                    height: 24px;
                    width: 100%;
                    background: url('../images/heartbeat.png') center no-repeat;
                    margin: 20px 0px;
                }

                .call-to-action-blocks .quick-links .quick-link .btn.btn-cta.view-more {
                    background-color: #ffffff;
                    border: 1px solid #EF4135;
                    color: #EF4135;
                    margin-top: 25px;
                }

                     .call-to-action-blocks .quick-links .quick-link .btn.btn-cta.view-more:hover {
                        background-color: #EF4135;
                        color: #ffffff;
                     }

    .patient-forms {
        background-color: #ffffff;
        color: #666666;
    }

    .patient-forms .body-text p {
        padding-top: 40px;
        font-size: 18px;
    }

    .patient-forms .forms {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .patient-forms .forms p {
            font-size: 18px;
            font-weight: 600;
            float: left;
            line-height: 2.5em;
        }
            .patient-forms .forms ul > li {
                display: inline-block;
                background: url('../images/pdf-icon.png') left no-repeat;
                padding: 10px 0px 10px 40px;
                margin-left: 60px;
                font-size: 18px;
            }

                .patient-forms .forms ul > li:hover {
                    background: url('../images/pdf-icon-hover.png') left no-repeat;
                }

                .patient-forms .forms ul > li > a {
                    color: #666666;
                }
                    .patient-forms .forms ul > li > a:hover {
                        color: #888888;
                        text-decoration: none;
                    }

    .patient-forms  .enquiry-block {
        padding-top: 40px;
        text-align: center;
    }
         @media (max-width: 768px) {
            .patient-forms  .enquiry-block {
                padding-top: 0px;
                padding-bottom: 40px;
            }
        }

        .patient-forms  .enquiry-block h2 {
            font-size: 25px;
        }

        .patient-forms  .enquiry-block .btn.btn-cta.enquiry {
            color: #ffffff;
            background-color: #3E81C6;
            margin-top: 10px;
            font-weight: 300;
        }

            .patient-forms  .enquiry-block .btn.btn-cta.enquiry:hover {
                background-color: #ffffff;
                color: #3E81C6;
                border: 1px solid #3E81C6;
            }


    .news-block {
        background-color: rgba(72,139,212, 0.8);
        position: relative;
        min-height: 312px;
        overflow: hidden;
    }
        .news-block .newsBanner {
            position: absolute;
            left: 0px;
            z-index: -1;
            min-width: 1900px;
            overflow: hidden;
            width: 100%;
            min-height: 100%;
        }

        .news-block .body-text {
            margin-top: 50px;
            padding-right: 130px;
            height: 100%;
        }
            @media (max-width: 991px) {
                .news-block .body-text {
                    padding-right: 20px;
                }
            }

            @media (max-width: 768px) {
                .news-block .body-text {
                    margin-top: 30px;
                    border-right: none;
                    padding-bottom: 15px;
                    text-align: center;
                    padding-right: 0px;
                }
            }

            .news-block .body-text h3 {
                font-size: 20px;
                padding-bottom: 20px;
            }
                 @media (max-width: 991px) {
                    .news-block .body-text h3 {
                        font-size: 18px;
                    }
                }

                @media (max-width: 768px) {
                    .news-block .body-text h3 {
                        padding-bottom: 5px;
                    }
                }

            .news-block .body-text > div {
                font-size: 16px;
                padding-bottom: 20px;
            }

                @media (max-width: 991px) {
                    .news-block .body-text > div {
                        font-size: 14px;
                        padding-bottom: 10px;
                    }
                }

            .news-block .body-text .btn.btn-cta.tour {
                background: url('../images/play-icon.png') 5px  no-repeat;
                line-height: 30px;
                padding-left: 65px;
                padding-right: 35px;
                border: 1px solid #ffffff;
                color: #ffffff;
            }
                @media (max-width: 991px) {
                    .news-block .body-text .btn.btn-cta.tour {
                        padding-left: 45px;
                        padding-right: 25px;
                    }
                }

                .news-block .body-text .btn.btn-cta.tour:hover,
                .news-block .body-text .btn.btn-cta.tour:active,
                .news-block .body-text .btn.btn-cta.tour:focus {
                    background-color: #3E81C6;
                    color: #ffffff;
                    border: 1px solid #ffffff;
                }

        .news-block .news-preview {
            margin-top: 45px;
            padding-left: 40px;
            border-left: 1px solid rgba(255,255,255,0.4);
        }

            @media (max-width: 991px) {
                .news-block .news-preview {
                    padding-left: 20px;
                }
            }


            @media (max-width: 768px) {
                .news-block .news-preview {
                    margin-top: 5px;
                    padding-left: 0px;
                    border-top: 1px solid rgba(255,255,255,0.4);
                    border-left: none;
                }
            }

            .news-block .news-preview h2.news {
                font-size: 25px;
                background: url('../images/news-icon.png') 5px  no-repeat;
                padding-left: 45px;
            }

            .news-block .news-preview .news-article-preview {
                font-weight: 300;
                padding-top: 1px;
            }
                @media (max-width: 768px) {
                    .news-block .news-preview .news-article-preview {
                        padding-top: 0px;
                        padding-bottom: 1px;
                    }
                }
                .news-block .news-preview .news-article-preview h4.article-title {
                    text-transform: uppercase;
                    font-size: 16px;
                    font-weight: 300;
                    margin-bottom: 3px;
                }


                @media (max-width: 991px) {
                    .news-block .news-preview .news-article-preview p.article-content-preview {
                        font-size: 14px;
                    }
                }

                .news-block .news-preview .news-article-preview p.article-content-preview a.read-more:before {
                    content: '... ';

                }
                    .news-block .news-preview .news-article-preview p.article-content-preview a.read-more {
                        color: #ffffff;
                        text-decoration: underline
                    }
                        .news-block .news-preview .news-article-preview p.article-content-preview a.read-more:hover {
                            color: #ffffff;
                            font-style: italic;
                        }


/* Client Recommendations Partial */
.client-recommendations {
    background-color: #ffffff;
    color: #666666;
    text-align: center;
    padding: 50px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}

    .client-recommendations .container {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
        -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
        box-sizing: border-box;
    }

        .client-recommendations h3 {
            font-size: 25px;
            color: #ED3F33;
            padding-bottom: 30px;
        }

    /* Quote Carousel */
    #quote-carousel {
      padding: 0 10px 30px 10px;
      margin-top: 30px;
    }

        /* Control buttons  */
        #quote-carousel .carousel-control {
          background: none;
          color: #222;
          font-size: 2.3em;
          text-shadow: none;
          margin-top: 30px;
        }

        /* Changes the position of the indicators */
        #quote-carousel .carousel-indicators {
          right: 50%;
          top: auto;
          bottom: 0px;
          margin-right: -19px;
        }
            /* Changes the color of the indicators */
            #quote-carousel .carousel-indicators li {
              background: #c0c0c0;
            }
                #quote-carousel .carousel-indicators .active  {
                  background: #333333;
                }
        #quote-carousel img {
          width: 250px;
          height: 100px
        }
        /* End carousel */

        .item {
            min-height: 70px;
        }

        .item blockquote {
            border-left: none;
            margin: 0;
        }

            .item blockquote p:before, .item blockquote p:after {
                content: '"';
            }

    @media (min-width: 768px) {
        #quote-carousel {
          margin-bottom: 0;
          padding: 0 40px 30px 40px;
        }

    }

    @media (max-width: 768px) {
        #quote-carousel .carousel-indicators {
            bottom: -20px !important;
        }
            #quote-carousel .carousel-indicators li {
                display: inline-block;
                margin: 0px 5px;
                width: 15px;
                height: 15px;
            }
                #quote-carousel .carousel-indicators li.active {
                    margin: 0px 5px;
                    width: 20px;
                    height: 20px;
                }
    }

    @media (max-width: 768px) {
        .item {
            min-height: 180px;
        }
    }


/* Standard Content Styles */

.home .content {
    float: left;
    width: 100%;
    z-index: 1;
    margin-top: -150px;
}

.standard-content {
    background-color: #ffffff;
    color: #666666;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
}
    .standard-content h2 {
        margin-top: 0px;
        color: #ED3F33;
    }

    .standard-content h4 {
        text-transform: uppercase;
        font-size: 20px;
        padding: 15px 0px 5px 0px;
    }

    .standard-content h5 {
        font-weight: 600;
        color: #ED3F33;
        text-transform: capitalize;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .standard-content div.values {
        background-color: #eeeeee;
        padding: 15px;
    }
        .standard-content div.values ul {
            padding-left: 16px;
            color: #666666;
        }


    .standard-content .content-image {
        float: right;
        margin-left: 50px;
        padding-top: 0px;
    }

/* Specialists Page Styles */

    .content .specialists {
        background-color: #ffffff;
        color: #666666;
        font-size: 16px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .specialists .search-fields .search {
        border-radius: 30px;
        min-height: 47px;
        border-style: solid;
        border-color: #CCCCCC;
        border-width: 1px;
        padding: 0px 15px 0px 50px;
        font-size: 16px;
        margin-top: 30px;
        width: 300px;
        background: #ffffff url('../images/magnifying-glass-icon.png') 15px 13px no-repeat;
        padding-top: 0px;
    }

        .specialists .search-fields ::-webkit-input-placeholder {
            color: #666666;
            font-style: italic;
        }

        .specialists .search-fields :-moz-placeholder {
            color: #666666;
            font-style: italic;
        }

        .specialists .search-fields ::-moz-placeholder {
            color: #666666;
            font-style: italic;
        }

        .specialists .search-fields :-ms-input-placeholder {
            color: #666666;
            font-style: italic;
        }

        .specialists .search-fields .btn.btn-cta {
            background-color: #ED3F33;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: 1.25px;
            padding: 10px 20px;
        }

        .specialists .specialist-list {
            margin: 30px 0px;
        }

        .specialist-list .col-sm-6 {
            width: 100%;
        }

            .specialists .specialist-list .specialist {
                background-color: #eeeeee;
                margin-bottom: 5px;
                padding: 10px;
                display: block;
                color: #ED3F33;
                font-weight: 300;
                cursor: pointer;
            }

                .specialists .specialist-list .specialist:hover {
                    background: #3E81C6 url('/images/arrow-hover.png') 98% no-repeat;

                }
                    .specialists .specialist-list .specialist:hover a.name,
                    .specialists .specialist-list .specialist:hover .speciality {
                        color: #ffffff;
                        text-decoration: none;
                    }

                    .specialists .specialist-list .specialist:hover a.speciality:hover {
                        color: #ffffff;
                        text-decoration: underline;
                        cursor: pointer;
                    }

                    .specialists .specialist-list .specialist:hover span.speciality:hover {
                        cursor: default;
                        color: #ffffff;
                    }

            .specialists .specialist-list .specialist a.name {
                padding-left: 15px;
                color: #666666;
                font-weight: 400;
            }
                .specialists .specialist-list .specialist .speciality {
                    color: #ED3F33;
                    font-weight: 300;
                }

            #specialists-search-empty, #specialists-search-no-results {
                display: none;
            }


                #specialists-search-empty h4, #specialists-search-no-results h4 {
                    font-size: 1.1em;
                    color: #c60000;
                }

/* Specialist Detail View Page Styles */

    .specialist-detail {
        background-color: #ffffff;
        color: #666666;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 40px;
    }

        .specialist-detail .bio {
            padding-right: 50px;
        }
            .specialist-detail .bio h2 {
                font-size: 20px;
                color: #666666;
                margin-bottom: 5px;
            }

            .specialist-detail .bio h4 {
                font-size: 16px;
                color: #ED3F33;
                padding-bottom: 15px;
                margin-top: 0px;
            }

            .specialist-detail .bio p {
                padding-bottom: 15px;
            }

        .specialist-detail .personal-details {
            background-color: #eeeeee;
            margin-top: 25px;
        }

            .specialist-detail .personal-details img {
                float: right;
                padding: 20px 10px;
                max-width: 120px;
            }

            .specialist-detail .personal-details .contact-details {
                text-align: right;
                border-top: 1px solid #CCCCCC;
                clear: both;
                padding-top: 15px;
                padding-bottom: 30px;
                padding: 20px 10px;
            }

                .specialist-detail .personal-details .contact-details p {
                    margin-bottom: 0px;
                }
                    .specialist-detail .personal-details .contact-details a {
                        color: #666666;
                    }
                        .specialist-detail .personal-details .contact-details a:hover {
                            color: #ED3F33;
                        }
/* FAQs Styles */

    .frequent-questions {
        background-color: #ffffff;
        font-size: 16px;
        padding-top: 45px;
        padding-bottom: 40px;
    }

        .accordion {
            margin-bottom: 30px;
        }
            .accordion-heading {
                background-color: #3E81C6;
                box-sizing: border-box;
                min-height: 40px;
                width: 100%;
                padding: 10px 20px;
                cursor: pointer;
                position: relative;
            }
                @media(max-width: 500px) {
                    .accordion-heading { padding: 10px 25px; }
                }

                .accordion-heading:before {
                    content: url('/images/minus-icon.png');
                    position: absolute;
                    right: 20px;
                    top: 10px;
                }

                .collapsed .accordion-heading {
                    background-color: #eeeeee;
                    color: #666666;

                }
                    .collapsed .accordion-heading:before {
                        content: url('/images/plus-icon.png');
                        top: 15px;
                    }

                .accordion-heading a {
                    color: #ffffff;
                    font-size: 16px;
                    text-decoration: none;
                    line-height: 30px;
                    min-height: 30px;
                    display: block;
                }
                    .collapsed .accordion-heading a {
                        color: #666666;
                    }

            .accordion-body {
                padding: 25px 35px 0px 35px;
                max-width: 100%;
                color: #666666;

            }
                @media(max-width: 500px) {
                    .accordion-body { padding: 30px 15px; }
                }

            .accordion.collapsed .accordion-body.accordioncontent { display: none; }
/* Staff Styles */

    .staff {
        background-color: #ffffff;
        font-size: 16px;
        padding-top: 45px;
        padding-bottom: 40px;
        color: #666666;
    }

    .staff .primaryContent {
        display: inline-block;
        width: 100%;
    }

        .staff .primaryContent h2 {
            margin-top: 0px;
            color: #ED3F33;
        }

        .staff .primaryContent img {
            margin-bottom: 10px;
            width: 100%;
        }

        .staff .primaryContent .img-caption {
            text-align: center;
            margin-bottom: 30px;
        }

        .staff-member {
            border: 1px solid #cccccc;
            padding: 5px 10px;
            display: inline-block;
            height: 265px;
            margin-bottom: 15px;
            width: 100%;
        }

            @media only screen and (max-width: 1200px) {
                .staff-member {
                    height: 365px;
                }
            }

            @media only screen and (max-width: 976px) {
                .staff-member {
                    height: 445px;
                }
            }

            @media only screen and (max-width: 768px) {
                .staff-member {
                    height: 265px;
                }
            }

            @media only screen and (max-width: 601px) {
                .staff-member {
                    height: 445px;
                }
            }
            @media only screen and (max-width: 330px) {
                .staff-member {
                    height: 100px;
                }
             }

            .staff-member .profile {
                padding-left: 0px;
                margin-top: 15px;
            }

            .staff-member > div {
                padding-left: 0px;
            }
                .staff-member .name {
                    margin-top: 15px;
                    font-size: 20px;
                }

                .staff-member .role {
                    font-size: 16px;
                    color: #0083C6;
                }

                .staff-member .bio p {
                    font-size: 16px;
                }

                    @media only screen and (max-width: 401px) {
                        .staff-member .bio p {
                            font-size: 14px;
                        }
                    }

                     @media only screen and (max-width: 330px) {
                        .staff-member .bio {
                            display: none;
                        }
                     }


/* Contact Us Styles */

.contact-us {
    background-color: #ffffff;
    font-size: 16px;
    padding-top: 20px;
    color: #666666;
}
    .map-banner {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
    }
        .map-banner iframe {
            width: 100%;
        }

/* Page Not Found */

#not-found {
    width: 100%;
    text-align: center;
    max-width: 100%;
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
    box-sizing: border-box;
    background-color: #ffffff;
}

    #not-found .container {
      padding: 80px 20px 50px 20px;
      max-width: 100%;
      -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
      -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
      box-sizing: border-box;
      color: #040404;
   }

/* Footer Styles */

    .footer {
        padding: 20px 0px;
        font-size: 16px;
    }

        .footer a {
            color: #ffffff;
        }
            .footer a:hover {
                color: #EF4135;
                text-decoration: none;
            }

            .footer .info h4,
            .footer .social h4 {
                padding-bottom: 10px;
                text-transform: uppercase;
                max-width: 100px;
                font-weight: 400;
                background: url('../images/nav-hover-image.png') bottom left repeat-x;
            }

            .footer .info ul,
            .footer .social ul {
                padding-left: 0px;
            }

            .footer .info ul li,
            .footer .social ul li {
                list-style: none;
                font-weight: 300;
            }

            .footer .info ul li.safari, .footer .social ul li.safari {
                font-weight: 400;
            }

        .footer .social {
            text-align: left;
        }

        .social-icon {
            display: inline-block;
            margin-right: 5px;
            margin-top: 10px;
            background: url('../images/social-icons.png') no-repeat;
        }
            .footer .social .facebook {
                background-position: 0px 0px;
                width: 11px;
                height: 24px;
            }
                .footer .social .facebook:hover {
                    background-position: 0px -26px;
                }

            .footer .social .twitter {
                background-position: -20px 0px;
                width: 20px;
                height: 24px;
            }
                .footer .social .twitter:hover {
                    background-position: -20px -26px;
                }

            .footer .social .linkedin {
                background-position: -50px 0px;
                width: 20px;
                height: 24px;
            }
                .footer .social .linkedin:hover {
                    background-position: -50px -26px;
                }

            .footer .social .googleplus {
                background-position: -80px 0px;
                width: 20px;
                height: 24px;
            }
                .footer .social .googleplus:hover {
                    background-position: -80px -26px;
                }

        .footer .copyright {
            padding-top: 40px;
            text-align: right;
            font-weight: 300;
        }

        .footer .copyright.safari {
            font-weight: 400;
        }

            .footer .copyright .contact-details {
                margin-bottom: 20px;
            }
                .footer .copyright .contact-details p {
                    margin-bottom: 0px;
                }

            .footer .copyright p {
                margin-bottom: 0px;
            }

            .footer .copyright p.webspring {
                font-size: 14px;
            }

/* Search Results Child */

    .eventItem .eventBody {
        padding-bottom: 15px;
    }

        .eventItem .eventBody .eventTitle {
            font-size: 20px;
            color: #666666;
        }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

    .pagination {
        float: right;
    }

        .pagination ul {
            list-style: none;
        }

            .pagination li {
                float: left;
                margin: 5px 10px 5px 0px;
            }

                .pagination li a,
                .pagination li span {
                    display: block;
                    padding: 5px 10px;
                    border: 1px solid #3E81C6;
                    color: #3E81C6;
                }

                    .pagination li.active span {
                        color: #EF4135;
                        border: 1px solid #EF4135;
                    }

        .showing {
            float: right;
            padding-right: 10px;
        }


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media print,
       /* (-webkit-min-device-pixel-ratio: 1.25), */
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

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

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

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

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

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