 /*! normalize.css v1.1.1 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    background: #fff;
    color: #000;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h2 {
    font-size: 1.5em;
    margin: .83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: .83em;
    margin: 1.67em 0;
}
h6 {
    font-size: .67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: #009fda;
}
html, button, input, select, textarea {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #222;
    text-rendering: optimizeLegibility;
    letter-spacing: 1px;
}
body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    color: #FFF;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
    background: #005b7f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #005b7f;
    color: #fff;
    text-shadow: none;
}
a {
    color: #ffcb05;
}
a:visited {
    color: #ffcb05;
}
a:hover {
    color: #ffcb05;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
/* ==================================================================================================== */
/* SIGNIFICANT BASE STYLES BEGIN */
/* ==================================================================================================== */

/*SETTING DEFAULT OPACITY TO 0 SOLVES ISSUES WITH CONFLICT BETWEEN CSS MQs AND JS-APPLIED INLINE 'display:;' STLYES*/
.bigButton {
    opacity: 0;
} 

/* ==================================================================================================== */
/* SIGNIFICANT BASE STYLES END */
/* ==================================================================================================== */

/* ==================================================================================================== */
/* TYPOGRAPHY BEGINS */
/* ==================================================================================================== */
h1 {
    font-size: 4em;
    color: #005b7f;
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 1.75em;
}
h1, h2 {
    letter-spacing: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    font-size: 1.125em;
    margin: 0 1.5em;
}
blockquote footer {
    margin: 1.5em 0 0;
    padding: 0;
    text-align: right;
    overflow: auto;
}
blockquote footer mark {
    display: block;
    margin: 0;
    padding: 0;
    float: right;
}
blockquote footer p {
    margin: 0;
    padding: 0;
    float: right;
    clear: both;
}
#slide10 blockquote {
    font-size: 1em;
    margin: 50px 30px 50px;
}
#slide11 blockquote {
    font-size: 1em;
    margin: 50px 30px 50px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: 0;
    color: #ffcb05;
    font-style: normal;
    font-weight: bold;
}
pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
.kicker {
    font-size: 2em;
    line-height: 1.2;
    position: relative;
    z-index: 10;
}
.overrideRoman {
    font-style: normal;
}
.ital {
    font-style: italic !important;
}
.typeTrackIn {
    letter-spacing: -0.5px;
}
ul, ol {
    margin: 1em 0;
    padding: 0 0 0 1.5em;
    list-style: none;
}
li {
    margin: 0 0 1.25em;
}
dl {
    overflow: auto;
}
dt {
    color: #ffcb05;
    font-weight: 700;
    float: left;
    clear: both;
}
dd {
    margin: 0 0 0 40;
    float: right;
}
/* ==================================================================================================== */
/* LIST RELATED BEGINS */
/* ==================================================================================================== */
ul.bulleted li {
    padding-left: 1em;
    text-indent: -1.375em;
    font-size: 1.125em;
    line-height: 1.6;
}

ul.bulleted li::before {
    content: "○";
    color: #005b7f;
    font-size: 1.25em;
    line-height: 0;
    margin-right: 0.25em;
}

.listTitle {
    margin: 0 !important;
    padding: 0 !important;
}
ul.clientList {
    list-style: none;
    padding: 0 1.5em 0;
    margin: 0;
}
ul.clientList li {
    color: #005b7f;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
ul.pressList {
    list-style: none;
    padding: 0 1.5em 0;
    margin: 0;
}
ul.pressList li {
    color: #EFEFEF;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
ul.pressList li a {
    color: #EFEFEF;
    font-weight: 700;
}
ul.pressList li a:hover {
    color: #ffcb05;
}
ul.bookList {
    list-style: none;
    padding: 0 1.5em 0;
    margin: 0;
}
ul.bookList li {
    color: #EFEFEF;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
ul.bookList li a {
    color: #EFEFEF;
}
ul.booklist li a:hover {
    color: #ffcb05;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
/* ==================================================================================================== */
/* LIST RELATED ENDS */
/* ==================================================================================================== */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input:invalid, textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: black;
    padding: .2em 0;
}
.mastHead {
    width: 100%;
    height: 60px;
    display: block;
    background-color: #FFF;
    margin: 0;
    padding: 0 0 0 1.5em;
}
.mastHead > #impfield-link { display: none; padding: 0px 0px 0px 5px; position: absolute; top: 75px; z-index: 1; }
.mastHead > #impfield-link.active { display: block ;}
.mastHead > #impfield-link > a { color: #FFFFFF; position: relative; font-size: 14px; font-weight: normal; letter-spacing: 1px; }
#navImpField {
    height: 55px;
    width: 250px;
    display: block;
    color: #009fda;
    margin: 0;
    padding: 6px 0px 0px 10px;
    opacity: 1;
    border:  4px solid #009fda;
    position: absolute;
    top: 12.5px;
    right: 825px;
    z-index:9999;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
#navImpField p {
    font-size: 1em;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
}
#navImpField span {
    font-size: 0.875em;
}
#navImpField a {
    color: #009fda;
    font-weight: 500;
    text-decoration: underline;
    cursor: hand;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
} 
#navImpField a:hover {
    color: #ffcb05
}
#nav {
    display: none;
}
#sliderNavPageTitleWrapperOuter {
    display: none;
}
#sliderNavWrapper {
    display: none;
}
.logo {
    width: 158px;
    position: relative;
    top: 2px;
}
#masterWrapper {
    width: 100%;
    display: block;
    background-color: none;
    padding: 0;
    margin: 0;
}
#slide1 .content {
    background: url(../img/swimIntroText_x2.png) no-repeat;
    background-color: none;
    background-size: 80%;
    width: 100%;
    height: 358px;
    z-index: 22;
    position: relative;
    margin: 0 auto;
    top: 64px;
}
/* REMOVE TEXT PADDING/MARGINS ON 'CONTACT' SLIDE */
#masterWrapperInner:last-child p {
    padding: 0;
    margin: 0;
}
section {
    width: 100%;
    height: '';
    display: block;
    margin: 0;
    padding: 3em 1.5em 3em;
    overflow: auto;
    min-height: 600px;
}
section:nth-child(2n) {
    background-color: #0084b6;
}
section img {
    max-width: 100%;
}
.col {
    display: block;
    margin: '';
    margin-bottom: 50;
    padding: 0;
    overflow: hidden;
}
.module {
    height: auto;
    padding: 0 5% 0 0;
    margin: 0 0 3em;
}
.quarter {
    width: 25%;
}
.third {
    width: 33.33%;
}
.twoFifths {
    width: 40%;
    max-width: 188.8px;
}
.half {
    width: 50%;
}
.threeFifths {
    width: 60%;
}
.twoThirds {
    width: 66.66%;
}
.threeQuarters {
    width: 75%;
}
.full {
    width: 100%;
}
.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.dispNone {
    display: none;
}
.facebookLink {
    display: block;
    font-weight: bold;
    color: #005b7f;
    font-size: 1em;
}
.workSlider p {
    font-style: italic;
}
.workSlider mark {
    display: block;
    font-size: 1.25em;
    font-style: normal;
    line-height: 2;
}
mark+p {
    font-style: italic;
    color: #005b7f;
    font-weight: bold;
}
#quoteSlide1 {
    padding-top: 5em;
}
#quoteSlide3 {
    padding-top: 5em;
}
#quoteSlide4 {
    padding-top: 5em;
}
#quoteSlide5 {
    padding-top: 5em;
}
.content {
    position: relative;
    z-index: 40;
}
/* ==================================================================================================== */
/* SLIDE BACKGROUNDS BEGIN */
/* ==================================================================================================== */
.bg {
    width: 826px;
    height: 500px;
    position: absolute;
    z-index: 0;
    display: none;
    opacity: 0.5;
}
#slide2, section {
    position: relative;
}
#slide1 .bg {
    background: url("../img/slidebg/swimBG_1.png") no-repeat center center;
}
#slide2 .bg {
    background: url("../img/slidebg/swimBG_2.png") no-repeat center center;
}
#slide3 .bg {
    background: url("../img/slidebg/swimBG_3.png") no-repeat center center;
}
#slide4 .bg {
    background: url("../img/slidebg/swimBG_4.png") no-repeat center center;
}
#slide5 .bg {
    background: url("../img/slidebg/swimBG_for.png") no-repeat center center;
}
#slide6 .bg {
    background: url("../img/slidebg/swimBG_5.png") no-repeat center center;
}
#slide7 .bg {
    background: url("../img/slidebg/swimBG_6.png") no-repeat center center;
}
#slide8 .bg {
    background: url("../img/slidebg/swimBG_7.png") no-repeat center center;
}
#slide9 .bg {
    background: url("../img/slidebg/swimBG_8.png") no-repeat center center;
}
#slide10 .bg {
    background: url("../img/slidebg/swimBG_9.png") no-repeat center center;
}
#slide11 .bg {
    background: url("../img/slidebg/swimBG_10.png") no-repeat center center;
}
#slide12 .bg {
    background: url("../img/slidebg/swimBG_11.png") no-repeat center center;
}
#slide13 .bg {
    background: url("../img/slidebg/swimBG_12.png") no-repeat center center;
}
/* ==================================================================================================== */
/* SLIDE BACKGROUNDS END */
/* ==================================================================================================== */
.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;
}
.dropShadow {
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
/* PADDING CLASSES BEGIN */
.padLeft20 {
    padding-left: 20px !important;
}
.padRight20 {
    padding-right: 20px !important;
}
/* PADDING CLASSES END */

/* MARGIN CLASSES BEGIN */
.bMar20 {
    margin-bottom: 20px!important;
}
/* MARGIN CLASSES END */

/* ==================================================================================================== */
/* FLEXSLIDER RELATED BEGINS */
/* ==================================================================================================== */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: 0;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.workSlider .slides p {
    margin: 0 2em 0;
}
.priaseSlider .slides blockquote {
    margin: 0 2em 0;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%}
.no-js .slides>li:first-child {
    display: block;
}
.flexslider {
    margin: 3em 0 3em;
    background: 0;
    border: 0;
    position: relative;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    bottom: -1.85em;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s ease;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav .flex-prev {
    left: -36px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.4);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}
/* ==================================================================================================== */
/* FLEXSLIDER RELATED ENDS */
/* ==================================================================================================== */


/* ==================================================================================================== */
/* ==================================================================================================== */
/* ==================================================================================================== */
/* MEDIA QUERIES  BEGIN */
/* ==================================================================================================== */
/* ==================================================================================================== */
/* ==================================================================================================== */

@media(min-width:321px) {
    #slide1 {
        height: 287px;
    }
}
@media(min-width:481px) {
    #slide1 {
        height: 467px;
    }
}
@media(min-width:0px) and (max-width:680px) {
    /* SLIDE-BOOK: RESET DIV DIMENSIONS BEGINS */
    section.slide-book .content .twoThirds {
        width: 100%;
    }
    section.slide-book .content .third {
        width: 80%;
        margin: 0 10% 25px;
    }
    section.slide-book .content .padLeft20 {
        padding-left: 0px!important;
    }
    section.slide-book .content .padRight20 {
        padding-right: 0px!important;
    }
    /* SLIDE-BOOK: RESET DIV DIMENSIONS ENDS */
}
@media(min-width:520px) {
    section {
        padding: 3em;
    }
    #slide1 .content {
        background: url(../img/swimIntroText_x2.png) no-repeat center 41%;
        background-size: 416px 358px;
    }
    #slide2, #slide5 {
        padding: 6em 3em;
    }
} /*MQ OK*/
@media(min-width:745px) {
    .kicker {
        font-size: 2.25em;
        line-height: 1.5;
    }
    #quoteSlide1 {
        padding-top: 3em;
    } 
    #quoteSlide3 {
        padding-top: 3em;
    }
    #quoteSlide4 {
        padding-top: 3em;
    }
    #quoteSlide5 {
        padding-top: 3em;
    }
} /*MQ OK*/
@media(min-width:768px) {
    section {
        padding: 4.5em;
    }
    #slide2, #slide5 {
        padding: 6em 4.5em;
    }
    .hidden {
        display: block!important;
        visibility: visible!important;
    }
    h2 {
        font-size: 2em;
        letter-spacing: 1px;
    }
    p {
        font-size: 1.125em;
        line-height: 1.6;
    }
} /*MQ OK*/
@media all and (min-width:1024px) {
    /* ==================================================================================================== */
    /* SLIDER NAV RELATED BEGINS */
    /* ==================================================================================================== */
    .mastHead > #impfield-link { top: 95px; }
    .mastHead > #impfield-link > a { font-size: 1em; }
    #nav {
        height: 100%;
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        float: right;
        overflow: hidden;
    }
    #sliderNavPageTitleWrapperOuter {
        height: 40px;
        width: auto;
        display: block;
        margin: 0px;
        margin-left: -20px;
        padding: 0px;
        opacity: 1;
        position: relative;
        top: 10px;
        z-index: 9999;
    }
    #sliderNavPageTitleWrapperOuter img {
        float: left;
    }
    .sliderNavPageTitleWrapper {
        width: 60px;
        height: 40px;
        background-color: none;
        /*display: inline-block;*/
        margin: 0px;
        padding: 0px;
        position: relative;
        top: 3px;
        opacity: 0;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        float: left;
    }
   .sliderNavPageTitleWrapper:hover {
        opacity: 0.25;
        top: 0px;
        -moz-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        cursor: pointer;
    }
    .pageTitleShape_Top {
        width: 60px;
        height: 30px;
        background-color: #009fda;
        margin: 0px;
        padding: 5px 0px 0px;
        border-radius: 8px
    }  
    .pageTitleShape_Top p {
        font-family: "Helvetica Neue";
        font-weight: 50;
        text-rendering: optimizeLegibility;
        font-size: 0.75em;
        color: #FFF;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .pageTitleShape_Bottom {
        width: 0;
        height: 0;
        margin: 0px auto 0px;
        padding: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #009fda;
    }
    #sliderNavWrapper {
        height: 18px;
        width: auto;
        display: block;
        margin:  0px;
        padding: 0px;
        opacity: 1;
        z-index:;
        position: relative;
        top: 10px;
    }
   .sliderNavButton {
        height: 20px;
        width: 20px;
        display: block;
        background-color: #FFF;
        border: 2px solid #009fda;
        padding: 0px;
        margin: 0px 40px 0px 0px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        float: left;
        -moz-transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        z-index: 9999;
        position: relative;
   }
   .sliderNavButton:hover {
    cursor: hand;
   }
   .sliderNavButton:hover div {
    opacity: 1;
    -moz-transition-duration: 0.125s;
    -webkit-transition-duration: 0.125s;
    transition-duration: 0.125s;
   }
   .sliderNavButton:nth-child(13) {
        margin: 0px;
   }
    .sliderNavButtonInner {
        height: 50%;
        width: 50%;
        display: block;
        background-color: #009fda;
        margin: 25% 25% 0;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        opacity: 0.25;
        -moz-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    .sliderNavActive div {
        opacity: 1;
    }
    .sliderNavActive div:hover {
        opacity: 1;
    }
    .sliderNavPageTitleActive {
        opacity: 0.6;
    }
    .sliderNavPageTitleActive:hover {
        opacity: 1;
        top: 0px;
        -moz-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }
    .sliderNavRule {
        width: 720px;
        height: 2px;
        display: block;
        background-color: #009fda;
        position: relative;
        top: 9px;
        left: 0px;
        z-index: 0;
    }
    /* ==================================================================================================== */
    /* SLIDER NAV RELATED ENDS */
    /* ==================================================================================================== */
    #masterWrapper {
        width: 884px;
        height: 708px;
        display: block;
        padding: 0;
        margin: 0 auto 0;
        position: relative;
        overflow: hidden;
    }
    #masterWrapperInner {
        width: 20000px;
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .masthead {
        height: 80px;
    }
    .logo  {
        top: 22px;
    }
    .bigButton {
        font-size: 4em;
        color: #ffcb05;
        position: fixed;
        display: block;
        cursor: pointer;
        top: 300px;
        z-index: 30;
        opacity: 1;
    }
    .bigButton:hover, .bigButton:focus {
        opacity: .75;
    }
    #buttonLeft {
        left: .5em;
    }
    #buttonRight {
        right: .5em;
    }
    section {
        width: 884px;
        overflow: hidden;
        background-color: none;
        display: block;
        float: left;
        padding: 3em 1.5em 0!important;
    }
    section:nth-child(2n) {
        background: none!important;
    }
    .dispNone {
        display: block;
    }
    .kicker {
        font-size: 3em;
        padding-top: 1em;
    }
    .bg {
        display: block;
    }
} /*MQ OK*/

@media all and (min-width:1300px) {
    /* ==================================================================================================== */
    /* NAV IMP FIELD RELATED */
    /* ==================================================================================================== */
    #navImpField {
        opacity: 1;
        -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
} /*MQ OK*/