/* Fonts*/

@font-face {
    font-family: 'Quicksand';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Quicksand-300.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Quicksand-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Quicksand-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Quicksand-300.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Quicksand-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Quicksand-300.svg#Quicksand') format('svg');
    /* Legacy iOS */
}


/*
Font families from Adobe Typekit:
  font-family: "adelle",serif; (.tk-adelle)
  font-family: "effra",sans-serif; (.tk-effra)
  
Font families from Google Fonts
  font-family: 'Quicksand', sans-serif;
  
*/

body {
    font-family: "adelle", serif;
    color: #555555;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "adelle", serif;
    font-weight: 400;
    color: #A93338;
    font-size: 1.125rem;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #A93338;
}

h3 {}

p a, p a:visited,.content-area ul a {
    color: #44AAA9;
    text-decoration: none;
    font-weight: 300;
}

p a:active, p a:hover,.content-area ul a:hover {
    color: #2a7ab7;
    text-decoration: underline;
    font-weight: 300;
}

.bread_crumbs a, .bread_crumbs a:visited {
    color: #44AAA9;
    text-decoration: none;
    font-weight: 300;
}

.bread_crumbs a:hover, .bread_crumbs a:active {
    color: #44AAA9;
    text-decoration: underline;
    font-weight: 300;
}

.bread_crumbs {
    margin: 20px 0px 10px;
    font-size: .725rem;
    color: #44AAA9
}

.content p, .content li {
    font-size: 0.875rem;
    line-height: 1.4rem;
}

blockquote {
    background: #d6f9f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6f9f8), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d6f9f8 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6f9f8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    color: #1f9392;
    line-height: 1.5rem;
    font-size: 1.1rem;
    font-style: italic;
    border-radius: 5px;
}

blockquote p {
    display: inline;
    color: #1f9392;
    font-style: italic;
    font-size: 1.1rem
}

.testimonials blockquote {
    margin: 0;
}


/* Global */

header {
    position: relative;
    z-index: 99;
}

.slider-wrap {
    position: relative;
    z-index: 0;
    /*margin: -175px auto 0;*/
}

.slider-wrap .bx-wrapper{
    margin-bottom:0;
}

.content {
    background-color: #fff;
}

input[type="submit"] {
    cursor: pointer;
}

.clear {
    clear: both;
}


/* Header */

header {
    background-color: #FFF;
    margin: 0px auto;
    padding: 0;
}

.branding {
    text-align: center;
}

.branding a {
    display: block;
    text-align: center;
    max-height:100px;
    position:relative;
}

.branding img {
    height: auto;
    max-width: 100%;
    display:inline-block;
    vertical-align:top;
}

nav.top {
    position: relative;
    z-index: 1000;
    width: 100%;
}

nav.right {
    text-align: left;
}


/* Slider/Hero Graphic Section */

.slider-wrap .bx-wrapper {
    z-index: 500;
    margin-top: -25px!important;
}

.bx-viewport {
    -webkit-transform: translateZ(0);
}

ul.bxslider {
    margin: 0;
}

.slider-wrap .columns {
    padding: 0;
}

.slider-controls {
    display: none;
}

#slider-next, #slider-prev {
    position: absolute;
}

#slider-next {
    right: 0;
    overflow: hidden;
}

#slider-prev {
    left: 0;
}

#slider-next a, #slider-prev a {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    text-decoration: none;
    color: white;
    position: relative;
}

.hero-image {
    position: relative;
    z-index: 500;
    margin-top: -175px;
}


/* Content Area */

.content {
    background-image: url(../images/content-repeat.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #fff;
}

.content .content-area {
    background: none;
    margin: 0 0.625rem;
    min-height: 300px;
    overflow: hidden;
}

.content .content-area .medium-9.columns {
    background: #fff;
}

.content .content-area .medium-9.columns p:last-child {
    padding-bottom: 25px;
}

.content .content-area .medium-9.columns, .content .content-area .medium-3.columns {
    padding-bottom: 1000em;
    margin-bottom: -1000em;
}

.tanRepeater {
    background-image: url(../images/tan-repeater.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding: 0px 10px;
    text-align: center;
    background-color: #cac9bf;
}

.tanRepeater p {
    font-family: "adelle", serif;
    font-weight: 400;
    font-size: .8rem;
    color: #757048;
}

.tanRepeater p a, .tanRepeater p a:visited {
    font-family: "adelle", serif;
    font-weight: 400;
    font-size: .8rem;
    color: #757048;
    text-decoration: none;
}

.tanRepeater p a:hover, .tanRepeater p a:active {
    text-decoration: underline;
}

.interiorLogos {
    background-color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.videoLogos {
    text-align: center;
    margin: 10px 0px;
}

.drMcCallum {
    width: auto;
    background-color: #cdcdc5;
    background-image: url(../images/dr-mccallum-call-out.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 5px 0px 0px;
    border: 1px solid #adad93;
    margin: 20px 0px;
    min-height: 100px;
    height: auto !important;
}

.drMcCallum h2 {
    font-size: 1.3rem;
    color: #A93338;
    font-family: "effra", sans-serif;
    margin: 0px 120px 0px 10px;
    padding: 0px;
}

.drMcCallum p {
    font-family: "effra", sans-serif;
    font-size: 0.750rem;
    color: #757048;
    margin: 5px 120px 5px 10px;
    padding: 0;
    line-height: .9rem;
}

.LearnMore {
    color: #fff;
    font-size: 0.875rem;
    font-family: "adelle", serif;
    font-weight: 400;
    background-color: #908B7E;
    padding: 5px;
    bottom: 0;
    left: 0;
    width: 120px;
    text-align: center
}

.LearnMore a, .LearnMore a:visited {
    text-decoration: none;
    color: #fff;
}

.videoButton {
    background: url(../images/logo-faded.png) no-repeat scroll 130px -17px #62CCCA;
    border: 1px solid #59AEB3;
    color: #fff;
    display: block;
    font-family: "effra", sans-serif;
    font-size: 22px;
    margin: 10px 0 20px;
    padding: 20px;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.videoButton:hover {
    background: url(../images/logo-faded.png) no-repeat scroll 0 -17px #69d9d7;
}

.videoButton:after {
    content: "";
    float: right;
    background: url(../images/button-arrow.png) no-repeat scroll 0 0 transparent;
    width: 38px;
    height: 40px;
    position: relative;
    top: -7px;
}

.leftNav {
    background-image: url(../images/leftNav.png);
    background-position: top right;
    background-repeat: repeat-y;
}


/* Affiliations */

.affiliations {
    background: rgb(216, 215, 205);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDdjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(216, 215, 205, 1) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 93%, rgba(237, 234, 222, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216, 215, 205, 1)), color-stop(21%, rgba(255, 255, 255, 1)), color-stop(93%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 234, 222, 1)));
    background: -webkit-linear-gradient(top, rgba(216, 215, 205, 1) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 93%, rgba(237, 234, 222, 1) 100%);
    background: -o-linear-gradient(top, rgba(216, 215, 205, 1) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 93%, rgba(237, 234, 222, 1) 100%);
    background: -ms-linear-gradient(top, rgba(216, 215, 205, 1) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 93%, rgba(237, 234, 222, 1) 100%);
    background: linear-gradient(to bottom, rgba(216, 215, 205, 1) 0%, rgba(255, 255, 255, 1) 21%, rgba(255, 255, 255, 1) 93%, rgba(237, 234, 222, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8d7cd', endColorstr='#edeade', GradientType=0);
}

.affiliations img {
    padding: 13px 9px;
    height: 57px;
}

.affiliations h3 {
    margin-bottom: 3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CAC9BF;
}


/* Insurances */

.insurance {
    background: white;
    /*background: rgb(216,215,205); background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDdjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVhZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, rgba(216,215,205,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 93%, rgba(237,234,222,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216,215,205,1)), color-stop(21%, rgba(255,255,255,1)), color-stop(93%, rgba(255,255,255,1)), color-stop(100%, rgba(237,234,222,1))); background: -webkit-linear-gradient(top, rgba(216,215,205,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 93%, rgba(237,234,222,1) 100%); background: -o-linear-gradient(top, rgba(216,215,205,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 93%, rgba(237,234,222,1) 100%); background: -ms-linear-gradient(top, rgba(216,215,205,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 93%, rgba(237,234,222,1) 100%); background: linear-gradient(to bottom, rgba(216,215,205,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 93%, rgba(237,234,222,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d7cd', endColorstr='#edeade', GradientType=0 );*/
}

.insurance li {
    font-size: .60rem;
    color: #adad9e;
    text-align: center;
    width: 13%;
    line-height: .65rem;
    min-height: 100px;
}

.insurance h3 {
    margin-bottom: 3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CAC9BF;
}


/* Footer */

footer {
    background-color: #a93338;
    padding: 20px 0px 6px;
}

footer p {
    font-size: 0.727rem;
    color: #e69797;
    line-height: 1.0rem;
}

footer img {
    float: right;
    top: 0;
    right: 0;
}

footer .bottom img {
    float: none;
}

footer a, footer a:visited {
    color: #e69797;
}

footer a:hover, footer a:active {
    color: #fff;
    text-decoration: underline;
}

footer a.captiva, footer a.captiva, footer a.captiva:visited {
    color: #641b1e;
    text-decoration: none;
    font-weight: 400;
    font-size: .75rem
}

footer a.captiva:hover, footer a.captiva:active {
    color: #641b1e;
    text-decoration: underline;
    font-weight: 400;
}

.orange {
    background: #DF7D20 url(../images/orange-callout-bg.png) top center no-repeat;
    z-index: 99;
    position: relative;
    padding: 10px 0px 0px;
    text-align: center;
}

.interior .orange {
    margin: .5rem 0 0;
}

.orange a {
    font-family: "adelle", serif;
    font-weight: 300;
    color: #FFF;
    text-decoration: none;
    padding: 0 18px 8px;
    display: inline-block;
    font-size: 1.25rem;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.65);
}

.orange a:hover {
    color: #80D6D5;
}

.orange p {
    margin: 5px 0 0;
    color: #fff;
    display: inline-block;
    font-family: georgia, serif;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0 18px 3px;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.orange p em {
    color: #ffdf99;
    text-transform: lowercase;
}

.orange .inline-list {
    display: inline-block;
    margin: 0;
}

.orange .inline-list li a {
    width: 100%;
}

.contactInfo, .contactInfo a, .contactInfo a:visited, .contactInfo a:hover, .contactInfo a:active {
    color: #a93338;
    font-size: 1.375rem;
    font-family: "adelle", serif;
    font-weight: 700;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
}

.contactInfo a {
    display: block;
}

.contactInfo a:first-child {
    padding-bottom: 4px;
}

.contactInfo a:last-child {
    padding-top: 4px;
}

.contact-sm {
    font-size: 1.25rem;
    color: #353535;
    font-weight: normal;
}

.contactInfo img {
    margin: 0px 3px;
}

p.pinkItalic {
    color: #bd5c60;
    font-style: italic;
    font-size: 26px;
    font-weight: normal;
    margin: 0px 0px 25px;
    padding: 00px;
    line-height: 26px;
}


/* Button Group */

.button-group {
    float: left;
    padding-bottom: 15px;
    padding-top: 5px;
}

.button-group ul {
    margin: 0;
    padding: 0;
}

.button-group li {
    display: inline-block;
    list-style-type: none;
    float: left;
    padding-bottom: 8px;
    padding-right: 8px;
    width: 100%;
}

.button-group li a {
    background: url(../images/logo-faded.png) no-repeat scroll 160px -30px #3D9B9A;
    border: 1px solid #288180;
    color: #FFFFFF;
    display: block;
    font-family: "effra", sans-serif;
    font-size: 16px;
    padding: 9px 13px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.button-group li a:hover {
    background: url(../images/logo-faded.png) no-repeat scroll 160px -20px #44aaa9;
    color: #ffffff;
    text-decoration: none;
}

.button-group li + li a {
    background: url(../images/logo-faded.png) no-repeat scroll 65px -24px #ca454b;
    color: #ffffff;
    border: 1px solid #bc393e;
}

.button-group li + li a:hover {
    background: url(../images/logo-faded.png) no-repeat scroll 65px -34px #bc393e;
    color: #ffffff;
    text-decoration: none;
}

.button-group li + li + li a {
    background: url(../images/logo-faded.png) no-repeat scroll -10px -60px #908B7E;
    color: #ffffff;
    border: 1px solid #767062;
}

.button-group li + li + li a:hover {
    background: url(../images/logo-faded.png) no-repeat scroll -10px -50px #ACAA95;
    color: #ffffff;
    text-decoration: none;
}

.button-group li + li + li + li a {
    background: url(../images/logo-faded.png) no-repeat scroll -15px -6px #F58D29;
    color: #ffffff;
    border: 1px solid #d67920;
}

.button-group li + li + li + li a:hover {
    background: url(../images/logo-faded.png) no-repeat scroll -15px -16px #ff9d3f;
    color: #ffffff;
    text-decoration: none;
}

.button-group li + li + li + li + li a {
    background: url(../images/logo-faded.png) no-repeat scroll 90px -5px #A93338;
    color: #ffffff;
    border: 1px solid #8a2226;
}

.button-group li + li + li + li + li a:hover {
    background: url(../images/logo-faded.png) no-repeat scroll 90px -15px #bc393e;
    color: #ffffff;
    text-decoration: none;
}

.button-group li + li + li + li + li + li a {
    background: url(../images/logo-faded.png) no-repeat scroll 135px -50px #62CCCA;
    border: 1px solid #59AEB3;
    color: #ffffff;
}

.button-group li + li + li + li + li + li a:hover {
    background: url(../images/logo-faded.png) no-repeat scroll 135px -40px #69d9d7;
    color: #ffffff;
    text-decoration: none;
}


/* Tabs Area */

.ui-tabs {
    padding: 0;
    font-family: "adelle", serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    border: none;
}

.ui-tabs .ui-tabs-nav li {
    background-image: none;
    background-color: #B1AE9B;
    border: none;
    border-radius: 0;
    color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #F1E8E1;
    border: 1px solid #DDDDD5;
    border-bottom: none;
    color: #A93338;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 #F1E8E1;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
    color: #423A2D;
}

.ui-state-active a, .ui-state-active a:active, .ui-state-active a:hover {
    color: #A93338;
    text-decoration: none;
}

.ui-widget-header {
    background: repeat-x scroll 50% 50% #B1AE9B;
    border: 1px solid #DDDDD5;
    color: #ffffff;
    font-weight: bold;
}


/* Forms */

.assessmentForm {
    text-align: left;
    background: none repeat scroll 0 0 #CDCDC5;
    border: 1px solid #ADAD93;
    text-align: left;
    padding: 15px 10px 14px;
}

.assessmentForm h3 {
    color: #A93338;
    font-family: "effra", sans-serif;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}


/* Careers Styles */

#careerList .careerLocationName, #careerList .careerLocationName a {
    color: #A93338;
    text-decoration: none;
}

#careerList .careerDepartmentName, #careerList .careerDepartmentName a {
    color: #666666;
    text-decoration: none;
}

.content-area #divCareerResume {
    float: none;
}

#divCareerResume input[type="text"] {
    padding: 3px;
}

.content-area .infieldLabel {
    top: 5px;
    left: 4px;
    font-size: .75rem;
}

.content-area #formCareerResume tbody tr:first-child .tdCareerLeft + td {
    padding-right: 25px;
    font-size: 10px;
}

.content-area #divCareerDisplay .tdCareerLeft {
    width: 45%;
    padding: 4px 0;
}

.content-area #divCareerDisplay {
    line-height: 1.2;
}


/*cmss styles*/

table.schedule, table.scheduleSm {
    margin-bottom: 10px;
}

table.schedule td {
    border: 1px solid #CCC;
    padding: 5px;
    font-size: 13px;
    color: #666;
    line-height: 17px;
}

tr.white td {
    background-color: #44AAA9;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 5px;
    text-transform: uppercase;
}

table.scheduleSm td {
    border: 1px solid #CCC;
    padding: 5px;
    font-size: 12px;
    color: #666;
    line-height: 15px;
}

td.time {
    background-color: #bfe5e5;
    color: #1c7776;
    width: 85px;
}

table.scheduleSm tr.white td {
    background-color: #44AAA9;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 2px;
    text-transform: uppercase;
}

.content-area img {
    box-shadow: 2px 3px 5px #D0CBBD;
    border: 1px solid #ffffff;
    margin: 5px 10px;
}

.content-area img#noborder {
    box-shadow: none !important;
    border: none !important;
}

.registerButton, .registerButton:visited {
    background: url(../images/logo-faded.png) no-repeat scroll 0 -17px #62CCCA;
    background-position: top center;
    border: 1px solid #59AEB3;
    color: #fff;
    display: block;
    font-family: "effra", sans-serif;
    font-size: 22px;
    margin: 10px 0px 20px 10px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    float: right;    
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.registerButton:hover, .registerButton:active {
    background: url(../images/logo-faded.png) no-repeat scroll 0 -17px #69d9d7;
    text-decoration: none;
    color: #fff;
}

p.dkturq {
    padding: 20px 15px;
    background: #d6f9f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6f9f8), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d6f9f8 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d6f9f8 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6f9f8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    color: #1f9392;
    border-radius: 5px;
}

p.turq {
    background-color: #ffffff;
    padding: 20px 15px;
}

.registerButtonFull, .registerButtonFull:visited {
    width: 100%;
}


/* CPC Landing Pages */

.sidebar .bx-viewport {
    margin: 20px 0;
}

.sidebar .assessmentForm .formElements .row#row-4 {
    width: 100%;
}


/* Responsive iFrames */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 35px;
    height: 0;
    overflow: hidden;
    max-width: 650px;
}

.flexible-container iframe, .flexible-container object, .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* Search */

.search {
    padding: 2.5rem 0 0 0;
}

.search__input {
    width: 80%;
    font-size: 1rem;
    padding: 0.25rem;
    border: 1px solid #a93338;
}

.search__button{
    width: 20%;
    float: right;
    border-radius: 0;
    border: 0;
    -webkit-appearance: none;
    line-height: 1.75;
    font-size: 1rem;
    padding: 0 0.25rem;
    background: #a93338;
    color: #FFF;
    cursor: pointer;
}

@media all and (min-width: 640px){
    .search {
        margin-left: 2rem;
    }
}

@media all and (min-width: 768px) {

    body {
        background-color: #2c2c2c;
        background-image: url(../images/black-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }
    /* Header */
    header {
        background:url(/images/bg-header-swoop.png) no-repeat center top;
        height:auto;
        padding:0 0 87px;
        margin: 0px auto;
        font-family: "effra", sans-serif;
        color: #000;
        font-weight: 300;
        background-color: transparent !important;
        z-index: 300;
    }
    .branding, .branding a{
        text-align:left;
    }
    .orange, .interior .orange {
        height: 59px;
        margin: -17px auto 0;
        background-color: transparent;
    }
    .orange .inline-list {
        margin: 0 auto;
    }
    .orange .inline-list li a {
        width: auto;
    }
    .orange .inline-list li:after, .orange .inline-list li:first-child:before {
        content: "";
        display: inline-block;
        height: 30px;
        width: 1px;
        position: relative;
        top: 8px;
        background: #f69a43;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f69a43 0%, #ffffff 50%, #f69a43 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69a43), color-stop(50%, #ffffff), color-stop(100%, #f69a43));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f69a43 0%, #ffffff 50%, #f69a43 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f69a43 0%, #ffffff 50%, #f69a43 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f69a43 0%, #ffffff 50%, #f69a43 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #f69a43 0%, #ffffff 50%, #f69a43 100%);
        /* W3C */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f69a43', endColorstr='#f69a43', GradientType=0);
        /* IE6-9 */
        margin-left: 1.375rem;
    }
    .orange .inline-list li:first-child:before {
        margin-right: 1.375rem;
    }
    .slider-wrap .columns {
        padding: 0 0.625rem;
    }
    .slider-wrap .bx-wrapper {
        z-index: 500;
        margin-top: -175px!important;
    }
    .slider-controls {
        width: 100%;
        position: absolute;
        top: 38%;
        z-index: 700;
        display: block;
    }
    #slider-next a, #slider-prev a {
        font-family: 'Quicksand', sans-serif;
        font-size: 100px;
        text-decoration: none;
        color: white;
    }
    #slider-next {
        right: 8px;
    }
    #slider-next a {
        right: 0;
    }
    .cpclanding .slider-controls {
        top: 25%;
    }
    nav.top {
        padding-top: 10px;
        text-align:center;
    }
    .content .content-area .medium-9.columns {
        padding-left: 1.5rem;
    }
    .contactInfo, .contactInfo a, .contactInfo a:visited, .contactInfo a:hover, .contactInfo a:active {
        color: #a93338;
        font-size: 1.0rem;
        font-family: "adelle", serif;
        font-weight: 700;
        text-align: right;
        padding: 10px 0px 0px;
        margin: 0px;
    }
    .contactInfo a {
        display: inline-block;
    }
    .contactInfo img {
        margin: 0px 3px;
    }
    .button-group li {
        width: 50%;
    }
    /* Careers Styles */
    .content-area #divCareerResume {
        float: right;
    }
    .registerButton, .registerButton:visited {
        width: 30%;
    }
    .registerButtonFull, .registerButtonFull:visited {
        width: 100%;
    }
    .insurance li {
        font-size: .60rem;
        color: #adad9e;
        text-align: center;
        width: 8.5%;
        line-height: .80rem;
    }
    .cpclanding .bx-viewport {
        height: 400px!important;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }

    .search {
        margin-left: 4rem;
    }
}


/* Flexible iFrame */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.flexible-container iframe, .flexible-container object, .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .orange a {
        font-size: .8rem;
        padding: 0 12px 8px;
    }
    .slider-controls {
        width: 98%;
    }
    #slider-next {
        right: 0;
    }
    #slider-next a {
        right: -6px;
    }
    .insurance li {
        font-size: .60rem;
        color: #adad9e;
        text-align: center;
        width: 8.5%;
        line-height: .80rem;
    }
    .button-group li a {
        font-size: 14px;
    }
    .videoButton:after {
        top: -30px;
        right: -15px;
    }
    header{
        background-position:57% top;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .contactInfo, .contactInfo a, .contactInfo a:visited, .contactInfo a:hover, .contactInfo a:active {
        font-size: 0.9rem;
    }
    .contact-sm {
        font-size: 0.6rem;
    }
    .insurance li {
        font-size: .60rem;
        color: #adad9e;
        text-align: center;
        width: 7.5%;
        line-height: .80rem;
    }
}

@media all and (min-width: 900px) {

    .slider-wrap .bx-wrapper {
        z-index: 500;
        margin-top: -175px!important;
    }
    #slider-next a, #slider-prev a {
        font-family: 'Quicksand', sans-serif;
        font-size: 100px;
        text-decoration: none;
        color: white;
    }
    .contactInfo, .contactInfo a, .contactInfo a:visited, .contactInfo a:hover, .contactInfo a:active {
        color: #a93338;
        font-size: 2.25rem;
        font-family: "adelle", serif;
        font-weight: 700;
        text-align: right;
        margin: 0px;
        display: block;
    }
    .contactInfo a:first-child, .contactInfo a:last-child {
        padding: 0;
    }
    .contactInfo a:last-child {
        margin-left: .5rem;
        padding: 0;
        line-height: 0.5;
    }
    .contactInfo img {
        margin: 0px 3px;
    }
    .LearnMore {
        width: 120px;
    }
    .insurance li {
        font-size: .60rem;
        color: #adad9e;
        text-align: center;
        width: 8.5%;
        line-height: .80rem;
    }
}


/*--- Default Styles ---*/

#qm0 {
    z-index: 12 !important;
}

#thePageTitle {
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 0 5px 5px;
    color: #000000;
    line-height: normal;
}

#thePageTitle a {
    font-weight: bold;
    color: #000000;
    line-height: normal;
}

.navOnlyLink {
    cursor: default;
}

.centerTable {
    margin: 0 auto;
    text-align: center;
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.imageFloatLeft {
    float: left;
    margin: 6px;
}

.imageFloatRight {
    float: right;
    margin: 6px;
}

span.underline {
    text-decoration: underline
}

span.strikethrough {
    text-decoration: line-through
}

.colors-navy {
    color: #000080;
}

.colors-blue {
    color: #0000ff;
}

.colors-red {
    color: #ff0000;
}

.colors-dark-red {
    color: #8b0000;
}

.colors-orange {
    color: #ffa500;
}

.colors-green {
    color: #008000;
}

.colors-dark-green {
    color: #006400;
}

.colors-gray {
    color: #808080;
}

.colors-dark-gray {
    color: #666666;
}

.colors-light-gray {
    color: #d3d3d3;
}

.newsArticles {
    margin: 0;
    padding: 0 0 0 15px;
}

.newsArticles li {
    padding: 7px 0;
}

a img {
    border: none;
}

#qm0 a, #qm1 a {
    white-space: normal;
}

#membersBar {
    float: right;
}

#siteSearch {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#siteSearch li {
    margin: 10px 0px 10px 15px;
}

#siteSearch li a.search_link {
    font-size: 15px;
}

#siteSearch li a.search_link:hover {}

.search_file_name {
    color: #666666;
    font-size: 11px;
    margin-top: 5px;
}

div#search_prev_next {
    text-align: center;
}

div#search_prev_next a {}

div#search_prev_next a:hover {}


/*--- END ---*/
