/* --------------------------------

No Padding Styles to be used to collapse
left and right padding on foundation
nested divs

-------------------------------- */
.marg-b {
  margin-bottom: 1.25rem;
}
.marg-top {
  margin-top: 1.25rem;
}
.no-marg {
  margin: 0;
}
.no-marg-b {
  margin-bottom: 0 !important;
}
.no-marg-top {
  margin-top: 0 !important;
}
.no-pad-top {
  padding-top: 0 !important;
}
.no-pad-bottom {
  padding-bottom: 0 !important;
}
.no-pad-right {
  padding-right: 0;
}
.no-pad-left{
  padding-left: 0;
}
.no-pad-both {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  aside.no-pad-both {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}
/* --------------------------------

Additional Button Styles to work w/
Foundation - See .button in 'app.css'

-------------------------------- */
.round, button.round {
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
}
.wide, button.wide {
  padding: 0.85em 3em !important;
}
a.red-link {
  color: #f44336 !important;
}
a.red-link:hover {
  color: #b71c1c !important;
}
a.red, button.red {
  background-color: #c62828;
}
a.red, button.red {
  background-color: #c62828;
}
a:hover.red, button:hover.red {
  background-color: #b71c1c;
}
.red.button:hover, .red.button:focus {
  background-color: #b71c1c;
  color: #fff;
}
.splitButton {
  display: inline-block;
  padding: 0;
  margin: 3px;
}

.splitButton button, .splitButton .button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
}

* .splitButton > button {
  border-left: none !important;
  border-right: none !important;
}

.splitButton > button:first-child {
  border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-right: none !important;

}

.splitButton > button:last-child {
  border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  border-left: none !important
}

.splitButton .active {
  font-weight: bold;
  text-decoration: none !important;
}
/* --------------------------------

Helper styles for icon layout - (icon
to the left of title and paragraph)

-------------------------------- */
.small-grid li a div i {
  left: 0;
  top: 0;
}
.font-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: left;
  color: #005e9e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.callout-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font-icon:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ico-medium {
    font-size: 24px;
    vertical-align: middle;
}
/* --------------------------------

MESSAGE BAR STYLES

-------------------------------- */
.clearfix:after,
.message-bar-content:after {
    content: "";
    display: table;
    clear: both;
}
.message-bar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #cc0000;
}
.message-bar-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}
@media only screen and (min-width:1024px) {
    .message-bar-content {
        max-width: 75rem;
    }
}
.message-bar-content p {
  margin: 0.5em 0;
}
.message-bar a,
.no-touch .message-bar a:hover {
    color: #fff;
}
.message-bar .button {margin-bottom: 0; margin-top: 0;}
.message-bar-text {
    /*margin: 0;*/
    color: #fff;
}
@media only screen and (min-width:1024px) {
    .message-bar-text {
        width: 100%;
        /*float: left;*/
        /*max-width: 700px;*/
        /*margin: 0 auto;*/
    }
}

.message-bar-accept-outer {
    text-align: center
}

@media only screen and (min-width:1024px) {
    .message-bar-accept-outer {
        padding-top: 2rem;
        width: 40%;
        float: left;
        padding-top: 0;
        text-align: right
    }
}
.message-bar-accept-button {
    padding: 10px 20%;
    border: 1px solid #0076CA;
    color: #0076CA;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (min-width:1024px) {
    .message-bar-accept-button {
        float: right;
        padding: 12px 80px !important;
    }
}

.message-bar-accept-button .hovered,
.message-bar-accept-button:hover {
    background: #0076CA;
    color: #fff
}
/* --------------------------------

SOCIAL MEDIA

-------------------------------- */
.sharing-container {
    position:relative;
    vertical-align: top;
    margin: 5px;
    float: right;
}
.sharing-container div {
    margin: 0 2px !important;
    display: inline-block;
    vertical-align: top;
}
/* --------------------------------

OTHER TYPOGRAPHY

-------------------------------- */
.ico-large {
    font-size: 32px;
    vertical-align: middle;
}
i.medium {
  font-size: 48px;
}
i.green {color: #4CAF50  !important;}
i.pale-blue {color: #6EABBC  !important;}
i.gold {color: #D89D6D  !important;}
i.red {color: #f44336  !important; background: transparent;}
.ico-grid {
    text-align: center;
    margin-top: 1em;
}
.ico-grid i {
    font-size: 48px;
    color: #005e9e;
}
.ico-grid p {
    margin-top: 1.25em;
    margin-bottom: 0;
    color: #666666;
}
.ico-grid h4 {
    margin-top: 1.25em;
    margin-bottom: 0;
}
.ico-grid-large {
    margin-top: 1em;
}
.ico-grid-large i {
    font-size: 48px;
    color: #005e9e;
    float: left;
    margin-right: 20px;
    margin-bottom: 60px;
}
.ico-grid-large p {
    color: #666666;
    margin-top: 1.275em;
}
.uppercase {
  text-transform: uppercase !important;
}
.large {
  font-size: 56px !important;
  font-weight: 300;
}
.med {
  font-size: 1.813em !important;
}
div.medium {
    font-size: 45px !important;
}
.right{text-align:right !important;}
.left { text-align: left !important; }
.center {
  text-align: center;
}

.donation .align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .donation .align-middle {
    position: relative !important;
  }
}
@media screen and (max-width: 640px) {
  .donation .align-middle {
    position: relative !important;
  }
}
.white {
  color :#fff !important;
}
.freshBlue {
  color: #005e9e !important;
}
.teal {
  color: #5ad8e0 !important;
}
.grey { color: #666666 !important; 
}
a.grey:hover { color: #005e9e !important; 
}
a.teal:hover { color: #dcdcdc !important; 
}
.blue-bg {
    background: #005e9e;
}
.teal-bg {
    background: #47bac1;
}
.grey-bg {
    background: #FAFAFA;
}
.green-bg {
    background: #27ae60;
}
.orange-bg {
  background: #E65100;
}
.white-bg {
  background: #ffffff;
}
.panel.white-bg {
  background: #ffffff;
  border: none;
}
.red-bg {
  background: #f44336;
}
.red-bg hr {
  border-bottom: 1px solid #e53a35;
}
.id-card {
  border-radius: 15px;
  border: 2px solid #e1e1e1;
}
.state-tabs .tabs-title > a {
  font-size: 1rem;
}
.ol-list {
      list-style: none;
      margin: 0 0 40px;
      padding: 0;
}
.ol-list-ordered {
    counter-reset: ol-list-ordered;
}
.ol-list-ordered > .ol-list-item {
    counter-increment: ol-list-ordered;
    display: block;
    margin-bottom: 0.3125rem;
    padding-left: 33px;
    text-indent: -33px;
}
.ol-list-ordered > .ol-list-item::before {
    border: 1px solid #95C7EC;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #005e9e;
    content: counter(ol-list-ordered);
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 21px;
    line-height: 21px;
    margin-right: 10px;
    margin-top: -3px;
    padding-left: 1px;
    text-align: center;
    text-indent: 0px;
    width: 21px;
    vertical-align: middle;
}
.ol-text {
    font-size: 16px !important;
    line-height: 32px !important;
    color: #424242;
}
.bang-content {
    padding-top: 20px;
    padding-top: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.bang-content:before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #e1e1e1;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.bang-content-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bang-content-item {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.3125rem;
    padding-left: 33px;
    text-indent: -33px;
}
.bang-content-item::before {
    border: 1px solid #ffcdd2;
    border-radius: 50%;
    color: #f44336;
    content: "!";
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 21px;
    line-height: 21px;
    margin-right: 10px;
    margin-top: -3px;
    padding-left: 1px;
    text-align: center;
    text-indent: 0px;
    width: 21px;
    vertical-align: middle;
}
.bang-content-item a {
    color: #f44336 !important;
}
.bang-content-item a:hover {
    color: #b71c1c !important;
}
/* --------------------------------

STATE PAGE STYLES

-------------------------------- */
.state-tabs-bg {
  background-color: #005e9e;
}
.state-tab-wrapper .tabs {
  background-color: #005e9e;
  border: none;
}
.state-tab-wrapper .tabs-title > a {
  color: #ffffff;
  font-size: 1rem;
}
.state-tab-wrapper .tabs-title > a:hover {
  background: #05387C;
}
.state-tab-wrapper .tabs-title > a:focus, .state-tab-wrapper .tabs-title > a[aria-selected='true'] {
  background: #005e9e;
}
.state-tab-wrapper .tabs .tabs-title > a {
  position: relative;
}
.state-tab-wrapper .tabs dd.is-active > a:after {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.state-tab-wrapper .tabs-content {
  border: none;
}



/* .g-panel = grey panel/box */
.g-panel {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f1f1f1;
}
/* white */
.w-panel {
  background-color: #fff;
}
.panel {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    padding: 1.25em;
}
a.preview {
  margin: 0;
}
/*.article-content h3 {
  margin: 0 0 25px auto;
  position: relative;
}
.article-content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 25px auto;
  position: relative;
}
.article-content ul {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  position: relative;
}*/
.article-inner {
  margin: 25px 0;
}
.article-inner ul li {
  margin-bottom: 1rem;
}
.article-inner .panel ul li, .article-inner .g-panel ul li {
  margin-bottom: 0rem;
}
.article-inner img {
  margin-top: 0.25em;
  margin-bottom: 1.25em;
}
.w-panel {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  color: #333333;
}
.materials-menu {
    position: relative;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 9;
    width: 100%;
    background-color: #FAFAFA;
    border-radius: 15px;
}
.materials-menu li a {
    display: block;
    outline: none;
    color: #005e9e !important;
    letter-spacing: 1px;
    z-index: 4;
    line-height: 1.6em;
    font-weight: 400;
    text-decoration: none;
    /*border-bottom: 1px solid #2980b9;*/
}

.materials-menu li a:hover {
    color: #666666 !important;
    letter-spacing: 1px;
    font-weight: 400;
    /*border-bottom: 1px solid #bdc3c7;*/
}

.materials-menu h4 {
    color: #2c3e50;
}

.materials-menu ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0px;
}

.materials-menu img {
    list-style: none;
    margin: 0 auto;
    border-radius: 5%;
}

.m-inner-menu {
    position: relative;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 0;
    text-align: center;
}

.m-inner-menu:before, .m-inner-menu:after {
    content: " ";
    display: table;
}

.m-inner-menu ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 auto;
}

.m-inner-menu li {
    width: 49.55%;
    display: inline-block;
    vertical-align: top;
    box-shadow: -28px 0 0 -27px #E0E0E0, 0 -28px 0 -27px #E0E0E0;
}

.m-inner-menu a {
    display: block;
    text-align: center;
    color: #666666;
    outline: none;
    padding: 3em 1em 1em 1em;
}

.m-inner-menu li a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.2em;
}

.m-inner-menu li a:hover {
    background-color: #F5F5F5;
    border-radius: 15px;
    color: #fff;
}

.m-inner-menu li a span {
    display: block;
    min-height: 3em;
    margin-top: 0.4em;
}

.m-inner-menu > li:nth-child(-n+6) {
    box-shadow: -28px 0 0 -27px #E0E0E0;
}

.m-inner-menu > li:first-child {
    box-shadow: none;
}
/* --------------------------------

AdWords Courses Landing Pages

-------------------------------- */
.columns.ad-feat {
    border: none;
    padding-right: 2rem;
}
.columns.ad-feat:last-child {
    border-left: 1px solid #e1e1e1;
    padding-left: 2rem;
    padding-right: 0.9375rem;
}
@media only screen and (max-width: 40em) {
    .columns.ad-feat {
        border: none;
        padding-right: 0;
        padding-left: 0;
    }
    .columns.ad-feat:last-child {
        border-left: none;
        padding-left: 0;
        padding-right: 0;
    }
}
a.syllabus .panel {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid #EEEEEE;
}
.syllabus .panel p {
    color: #BDBDBD;
}
a:hover.syllabus .panel {
    background-color: #005e9e;
}
a:hover.syllabus .panel p,
a:hover.syllabus .panel h4 {
    color: #fff;
}
a:hover.syllabus .panel .circle-icon {
    background-color: #07489D;
    color: #fff;
}
.circle-icon {
    color: #005e9e;
    border-radius: 50%;
    background-color: #F5F5F5;
    border: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 75px;
    height: 75px;
}
.circle-icon i {
    position: absolute;
    font-size: 36px;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    height: 36px;
    width: 36px;
}
a.course-price .panel span {
    color: #005e9e;
}
a:hover.course-price .panel,
a:hover.course-price .panel span {
    background-color: #005e9e;
    color: #fff;
}
/* --------------------------------

White Panel Card with large square button

-------------------------------- */
.card {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    margin-top: 1em;
    margin-bottom: 1.25em;
}
.card img {
    width: 100%;
}
.card a:hover img {
    opacity: 0.85;
}
.card-content {
    padding: 1.25rem;
}
.card-content p.small.lightgrey {
    font-size: 11px;
    color: #BDBDBD;
    margin-bottom: 0;
    line-height: 20px;
}
.card-content h3 {
    font-size: 1.15em;
    margin: 1.25em 0 0.5em 0;
}
.card-content h4 {
    margin: 0.45em 0 0 0;
}
.card-content h4 a {
    color: #666666;
}
.card-content h4 a:hover {
    color: #005e9e;
}
.card-content h4 a i {
    line-height: 24px;
    vertical-align: middle;
    color: #BDBDBD;
    margin-left: 0.275em;
}
.card-content h4 a:hover i {
    color: #005e9e;
}
.card-content p {
    font-size: 0.9rem;
    color: #666666;
}

.content-button {
    position: relative;
    top: 100%;
}
.content-button a {
    background-color: #005e9e;
    padding: 20px 0;
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 1.5rem;
}
.content-button a:hover, .content-button a:focus {
    background-color: #05387C;
    color: #fff;
}
.panel-button {
    position: relative;
    top: 100%;
}
.panel-button a {
    background-color: #005e9e;
    padding: 20px 0;
    display: block;
    color: white;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.panel-button a:hover {
    background-color: #05387C;
    color: #fff;
}
/* --------------------------------

SPACING AND PADDING

-------------------------------- */
.med-spaces {
  padding-top:1.563em;
  padding-bottom:1.563em;
}
.spaces {
  padding-top:3.125em;
  padding-bottom:3.125em;
}
.article-spaces {
  padding-top: 2em;
  padding-bottom: 2em;
}
/* --------------------------------

GENERAL STYLES / MISC.

-------------------------------- */
.state-status {
  padding-top:3.125em;
  padding-bottom:3.125em;
}
@media screen and (max-width: 1024px) {
  .state-status {
    padding-top:2.125em;
    padding-bottom:2.125em;
  }
}
.state-usa {
  margin: 2.25rem 0;
}
.state-usa p {
  font-size: 14px;
}
.breadcrumbs-container {
    background-color: #005e9e;
}
.breadcrumbs {
    margin: 1rem 0;
}
.breadcrumbs li {
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
}
.breadcrumbs li:first-child::after {
    content: "";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
}
.breadcrumbs a {
    color: #ffffff;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #42A5F5;
}
.breadcrumbs a.active {
    font-weight: bold;
    text-decoration: underline;
    color: #42A5F5;
}
.breadcrumbs li:not(:last-child)::after {
    color: #05387C;
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; 
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    background-color: #666666;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-thumb {
    height: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/*@media only screen and (max-width: 40em) {
    .video-thumb {
        height: 75% !important;
    }
}*/
.video-placeholder {
    min-width: 100%;
    display: block;
}

.video-placeholder {
    min-width: 100%;
    display: block;
}

.video-button {
    opacity: 0.75;
    background-color: #fff;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    display: block;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%);
}
.video-button:before, .video-button:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #005e9e;
    width: 35px;
    height: 5px;
    top: 50%;
    left: 35%;
    transition: background-color 0.3s;
}
.video-button:before {
    transform: translateY(-11px) rotate(45deg);
}
.video-button:after {
    transform: translateY(11px) rotate(-45deg);
}
.video-button.is-playing {
    top: 3rem;
    right: 0;
    left: auto;
    width: 50px;
    height: 50px;
}
.video-button.is-playing:before, .video-button.is-playing:after {
    top: 48%;
    left: 30%;
    width: 20px;
    height: 3px;
}
.video-button.is-playing:before {
    transform: translateY(0) rotate(45deg);
}
.video-button.is-playing:after {
    transform: translateY(0) rotate(-45deg);
}

.video:hover .video-button {
    border-color: #005e9e;
}
.video:hover .video-button:before, .video:hover .video-button:after {
    background-color: #005e9e;
}
.video-button:hover {
    opacity: 1;
    background-color: #fff;
}

#video-player {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
}
/* --------------------------------
Related topics aside styles
-------------------------------- */
aside {
  border: none !important;
}
/*    aside.course-list {
  margin-top: 15px;
}*/
div.related-list {
  padding-bottom: 1.25em;
}
div.related-list .related-list-inner {
  background-color:#f1f1f1;
}
div.related-list .related-list-inner h4 {
  padding: 10px 20px;
  color: #005e9e;
  line-height: 1.4;
  border-left: 5px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 auto;
}
div.related-list .related-list-inner ul {
  list-style: none;
  margin-left: 0;
}
div.related-list .related-list-inner ul li a {
  display: block;
  color: #666666 !important;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 2em;
  padding: 10px 20px;
  border-left: 5px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
div.related-list .related-list-inner ul li a.active {
  background-color: #ebebeb;
  border-left: 5px solid #005e9e;
}
div.related-list .related-list-inner ul li a:hover {
  background-color: #ebebeb;
  border-left: 5px solid #005e9e;
}
div.aside-feature {
  padding-bottom: 1.25rem;
}
div.aside-feature .aside-item {
  margin-bottom: 1rem;
}
div.aside-feature a {
  color: #8a8a8a;
}
div.aside-feature a:hover {
  color: #005e9e;
}
div.aside-feature a h6 {
  font-size: 0.9rem;
}
div.aside-feature a p {
  font-size: 0.8rem;
  margin-bottom: 0;
}
div.aside-feature a img {
  /*padding: 1rem 0;*/
}
@media screen and (max-width: 1024px) {
  div.aside-feature .aside-item {
    position: relative;
  }
  div.aside-feature a p {
    font-size: 1rem;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  div.aside-feature a p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 640px) {
  div.aside-feature a p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  div.aside-feature a p {
    font-size: 0.75rem;
    position: relative;
    top: 0;
    transform: none;
  }
  div.related-list .related-list-inner ul li a {font-size: 0.75rem;}
}
/* --------------------------------

FOOTER STYLES

-------------------------------- */

.footer {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 1.2rem;
  padding: 4rem;
  margin: 0 auto;
}

.footer .inline-list a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #e1e1e1;
  border-radius: 2px;
  font-size: 1.5rem;
  color: #666666;
  text-align: center;
  line-height: 35px;
  margin: 0 3px 0 0;
}

.footer .contact {
  list-style-type: none;
  margin: 0;
  text-align: left;
  color: #666666;
  font-size: 0.875rem;
}
.footer .contact a {
  color: #666666;
}
.footer .contact a:hover {
  color: #005e9e;
}

.footer .contact li {
  margin-bottom: 2rem;
}

.footer .contact li p {
  padding-left: 5rem;
  padding-bottom: 0.5rem;
}

.footer .contact i {
  position: absolute;
  background-color: #e1e1e1;
  color: #666666;
  font-size: 1.5rem;
  border-radius: 50%;
  line-height: 1;
  margin: -0.3em 0 0 -4rem;
  vertical-align: middle;
  padding: .35em .35em;
}

.footer .copywrite {
  color: #b9b9b9;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
}

.footer .about {
  color: #666666;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
}

.footer .footer-links a {
  list-style: none;
  font-weight: normal;
  color: #666666;
  /*padding: 3rem 0 2rem;*/
  margin: 0;
  font-size: 0.875rem;
}
.footer .footer-links a:hover {
  color: #005e9e;
}
.footer .footer-links a::after {
  content: "\2022";
  padding: 0 0.2rem 0 0.4rem;
}
.footer .footer-links a:last-child::after {
  content: "";
  padding: 0 0.4rem 0 0.8rem;
}
.footer .social a.social-fb:hover {
  background-color: #3b5999;
  color: #fff;
}
.footer .social a.social-in:hover {
  background-color: #3b5999;
  color: #fff;
}
.footer .social a.social-tw:hover {
  background-color: #3ac6f4;
  color: #fff;
}
.footer .social a.social-gp:hover {
  background-color: #d34935;
  color: #fff;
}
.footer .social a.social-yt:hover {
  background-color: #e52d27;
  color: #fff;
}
.footer .social a.social-pt:hover {
  background-color: #cb2027;
  color: #fff;
}
@media only screen and (min-width: 40.063em) {
  .footer p {
    text-align: left;
  }
  .footer .social {
    text-align: left;
    margin: 0;
  }
  .footer .contact {
    text-align: left;
  }
  .footer .contact > i {
    margin-right: 1rem;
  }
}
.footer-logo {
  color: #666666;
  font-size: 1.5rem;
}
.footer-logo i {
  margin-right: 0.5rem;
}
/* 600px */
@media screen and (max-width: 37.5em) {
  .footer {
    padding: 1.5rem 0.5rem;
  }
  .footer-logo {
    font-size: 1.25rem;
  }
}

@media only screen {
    .show-on-print {
        display: none;
    }
}

@media only print {
    .show-on-print {
        display:block;
    }
}
/* --------------------------------

Video Header Styles

-------------------------------- */
span.program {
  display: table;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dark {
  background-color: rgba(0, 0, 0, 0.35) !important;
}
.hero-wrapper {
    height: 450px;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    background: fixed;
}
.header-banner {
  height: 450px;
  background: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50%\9 !important;
  background-size: cover;

}
.header-banner-error {
  height: 600px;
  background: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50%\9 !important;
  background-size: cover;

}
#hero {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #666666;
}
#video {
    /*bottom: 0;*/
    bottom: -250px;
    position: absolute;
    width: 100%;
}
.h-textarea {
    height: 400px;
    position: relative;
    top: 50px;
    width: 100%;
}
.h-textarea-inner {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}
.textarea-intro {
    padding-bottom: 3rem;
    display: table-cell;
    vertical-align: middle;
}
.textarea-intro a, .button {
  margin: 1rem 0;
}
.textarea-intro h1 {
    font-size: 3rem;
}
.small-banner {
  display: none;
}

@media screen and (max-width: 1275px) {
  #video {
    bottom: -150px;
    position: absolute;
    width: 100%;
  }	
}
/* --------------------------------

CUSTOM HOMEPAGE CAROUSEL/TOPICS

-------------------------------- */
.categories {
  padding:40px 0;
}

.categories span {
  display: block;
}

.categories li {
  float: left;
  position: relative;
  overflow: hidden;
  width: 25%; /* Fallback */
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: -ms-calc(100% / 4);
  width: calc(100% /4);
}

.categories a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-decoration: none;
}

.categories .icon {
  margin: 15px auto 10px auto;
  display: table;
}

/*.categories .icon img {
  width: 85px;
  height: 85px;
  margin: 15px auto 10px auto;
  display: table;
}*/

.categories .icon span {
  display: table-cell;
  vertical-align: bottom;
}

.categories .c-label {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  height: 30px;
  display: table;
  width: 100%;
}

.categories .c-label span {
  display: table-cell;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.categories .line {
  height: 3px;
  width: 100%;
  margin-top: 10px;
}

.categories a .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: 0px;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.categories a:hover .bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.categories a:focus .bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.categories a:focus .c-label span {
  color: #fff;
}

.categories a:hover .c-label span {
  color: #fff;
}

section.feature-container .feature {
  position: relative;
  height: 550px;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

section.feature-container {
  background-color: #f1f1f1;
  border-bottom: 1px solid #e1e1e1;
}
section.feature-container .container {
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
section.feature-container .feature .container .feature-description {
  display: inline-block;
  display: table;
  vertical-align: middle;
  height: 100%;
  padding: 0;
  /*padding-right: 2.5em;*/
  padding-left: 2.5em;
}
section.feature-container .feature .container .feature-description .feature-content {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
section.feature-container .feature .container .feature-description .feature-content h2 {
  color: #005e9e;
  font-weight: 400;
  margin-top: 0;
}
section.feature-container .feature .container .feature-description .feature-content .content-info {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
section.feature-container .feature .feature-img-container {
  /*left: 50%;*/
  right: 0;
  margin-left: -95px;
  position: relative;
}
section.feature-container .feature .feature-img-container .feature-img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: no-repeat 50% 50%;
}
section.feature-container .feature .feature-img-container .feature-img-overlay  {
    position: absolute;
    z-index: 2;
    -webkit-transform: none !important;
  transform: none !important;
  color: #fff;
}
section.feature-container .feature a.feature-img-container {
  text-decoration: none;
}
section.feature-container .feature .feature-img-container .feature-img-overlay h3 {
  color: #fff;
  margin: 0;
}
section.feature-container .feature .feature-img-container .feature-img-overlay h5 {
  color: #fff;
  margin: 0;
}
section.feature-container .feature .feature-img-container .feature-img-overlay p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
section.feature-container .feature .feature-img-container .top  {
  left: 50px;
  right: 50px;
    top: 50px;
}
section.feature-container .feature .feature-img-container .bottom  {
  left: 50px;
  right: 50px;
    bottom: 50px;
}
section.feature-container .feature .feature-img-container .shade h3, .shade h5, .shade p  {
  -webkit-text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
}
section.feature-container .feature .feature-img-container .dark h3, .dark p  {
  color: #005e9e;
}
section.feature-container .feature .feature-img-container {
  background: #d9d9d9 no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 40%;
}
section.feature-container .feature .feature-img-container .feature-img:hover{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
section.feature-container .feature.image-left .feature-description{
  float: right;
  padding-left: 2.5em;
}
section.feature-container .feature.image-left .feature-img-container {
   right: 50%;
   left: 0;
   margin-right: -95px;
}

.feature-link {
  font-size: 14px;
  line-height: 24px;
  color: #005e9e;
}

.feature-link:hover {
  color: #05387C;
}

.grid-width{
  max-width: 55%;
}

/* ANIMATED SLIDER/FEATURE AREA */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* TAB & ICON DESIGN */
.tab {
   display:none;
}

.tab.active {
   display:block;
}

.tab.active.fill {
   background: #f1f1f1;
   position: relative;
}

ul.tab-links {
  margin-left: 0;
}

#googleMap iframe {
   width: 100%;
}
#googleMap {
   height: 350px;
}
#googleMap img { max-width: none; }

.list-info {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #666666;
}
.list-info dl {
    margin: 0;
    padding: 0;
    min-height: 18px
}
.list-info dl:after,
.list-info dl:before {
    display: table;
    content: "";
    line-height: 0
}
.list-info dd,
.list-info dt {
    white-space: nowrap
}
.list-info dt {
    position: absolute;
    left: 0;
    right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-info dd {
    margin: 0;
    position: relative;
    float: right;
    width: 100%;
    text-align: right
}
.list-info.truncate-vals dd:not(.notruncate) {
    width: 66%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-info > li {
    border-top: 1px solid #e1e1e1;
    position: relative;
    margin: 0;
    padding: 8px 0;
    font-size: 80%;
}

.list-info>li:first-child {
    border-top: 0 none
}
.courses {
  width: 85px;
  height: 85px;
  margin: 15px auto 10px auto;
  display: block;
  background: url('/assets/img/homepage/tabs/courses.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:hover .courses {
  background: url('/assets/img/homepage/tabs/courses-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:focus .courses {
  background: url('/assets/img/homepage/tabs/courses-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.boatingsafety {
  width: 85px;
  height: 85px;
  margin: 15px auto 10px auto;
  display: block;
  background: url('/assets/img/homepage/tabs/boatingsafety.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:hover .boatingsafety {
  background: url('/assets/img/homepage/tabs/boatingsafety-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:focus .boatingsafety {
  background: url('/assets/img/homepage/tabs/boatingsafety-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.clean {
  width: 85px;
  height: 85px;
  margin: 15px auto 10px auto;
  display: block;
  background: url('/assets/img/homepage/tabs/clean.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:hover .clean {
  background: url('/assets/img/homepage/tabs/clean-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:focus .clean {
  background: url('/assets/img/homepage/tabs/clean-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.donate {
  width: 85px;
  height: 85px;
  margin: 15px auto 10px auto;
  display: block;
  background: url('/assets/img/homepage/tabs/donate.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:hover .donate {
  background: url('/assets/img/homepage/tabs/donate-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:focus .donate {
  background: url('/assets/img/homepage/tabs/donate-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.donate-active {
  color: #ef4437 !important;
}
.donate-active:hover {
  color: #d32e2e !important;
}

.menu > ul > li > a .donate-active {
  color: #fff;
}

.donate-tab {
  color:#FF9800;
}

.community {
  width: 85px;
  height: 85px;
  margin: 15px auto 10px auto;
  display: block;
  background: url('/assets/img/homepage/tabs/community.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:hover .community {
  background: url('/assets/img/homepage/tabs/community-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.categories a:focus .community {
  background: url('/assets/img/homepage/tabs/community-white.png');
  background-repeat: no-repeat;
  background-position: center;
}

.large-grid ul {
    margin: 0 auto;
}

.large-grid li {
    position: relative;
    /*float: left;*/
    /*overflow: hidden;*/
    width: 32.85%; /* Fallback */
/*    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);*/
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.large-grid a {
    padding: 25px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.large-grid li a:hover {
    /*border: 1px solid #90A4AE;*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    transition: all 0.5s ease 0.1s;
}

.large-grid li a:hover h4 {
    color: #005e9e;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.large-grid li a,
.large-grid li a img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.large-grid li a img {
    max-width: 50px;
}
.large-grid li a div.text-icon {
    margin-left: 2.85em;
}
.large-grid li a div h4.subheader:before  {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    top: 67px;
    /*left: 4.475em;*/
    background-color: #005e9e;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.large-grid li a:hover div h4.subheader:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.large-grid li a div h4 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin:10px 0 0 0;
}
.large-grid li a div p {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0.5em;
}
.large-grid ul.small-link {
    margin-bottom: 50px;
}
.large-grid ul.small-link li a {
    border: 1px solid #e1e1e1;
    font-size: 20px;
    color: #005e9e;
}
.large-grid ul.small-link li a:hover {
    /*border: 1px solid #BDBDBD;*/
    color:#05387C;
    background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
    .large-grid li {
        width: 49%;
        /*width: -webkit-calc(100% / 2);
        width: calc(100% / 2);*/
    }
    /*.large-grid li a div h4.subheader:before {
        top: 95px;
    }*/
}
@media screen and (max-width: 600px) {
    .large-grid li {
        width: 100%;
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
        border-bottom: 1px solid #e1e1e1;
    }
    .large-grid ul.small-link li {
        border-bottom: none;
    }
    .large {
        font-size: 28px !important;
        line-height: 32px;
        font-weight: 300;
    }
    .large-grid li a div h4.subheader:before {
        width: 55%;
    }
}
/* SMALL ICON GRID INSIDE FEATURES*/

/*.small-grid {
  margin:0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
}*/

.small-grid ul {
  padding: 0 0 20px 0;
  margin-left: 0;
  list-style: none;
}

.small-grid li {
  position: relative;
  float: left;
  /*clear: left;*/
  /*overflow: hidden;*/
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  width: 50%; /* Fallback */
}

.small-grid a {
  padding: 10px;
  border: 1px solid #f1f1f1;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.small-grid li a:hover {
  /*border: 1px solid #90A4AE;*/
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  transition: all 0.5s ease 0.1s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.small-grid li a:hover h4 {
  color: #005e9e;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.small-grid li a,
.small-grid li a img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.small-grid li a img {
  max-width: 50px;
}

.small-grid li a div .text-icon {
  margin-left: 2.85em;
}
.small-grid li a div h4.subheader:before  {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  top: 43px;
  left: 4em;
  background-color: #005e9e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.small-grid li a:hover div h4.subheader:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
.small-grid li a div h4 {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin:10px 0 0 0;
}
.small-grid li a div p {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}

.more-info {
  max-width: 800px;
  padding: 50px 0;
  background-color: #f1f1f1;
}

/* NEWS GRID LAYOUT */

.news-title {
  max-width: 85%;
  margin: 0 auto;
  padding: 25px 0;
  border-top: 1px solid #e1e1e1;
}

.news-title .title {
  float: left;
  margin: 0;
  overflow: hidden;
  line-height: 24px;
}

.news-title h5 {
  font-size: 14px;
  font-weight: 400;
  color: #005e9e;
}

.news-title a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #005e9e;

}

.news-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #005e9e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.news-title a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.news-title .link {
  float: right;
  line-height: 24px;
  display: block;
}

.news-grid {
  margin:0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
}

.news-grid li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 33.333333334%; /* Fallback */
/*  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -ms-calc(100% / 3);
  width: calc(100% / 3);*/
}

.news-grid li a,
.news-grid li a img {
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}

.news-grid li a img {
  max-width: 100%;
  /*opacity: 0.8;*/
}

.news-grid li a div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 55px;
  background-color: rgba(241, 241, 241, 0.9);
  border-right: 1px solid #e1e1e1;
}

.news-grid li a:hover div {
  transition: all 0.5s ease 0.1s;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;

}

.news-grid li a div h3 {
  color: #005e9e;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-top: 0;
}

.news-grid li a:hover div h3 {
  color: #fff;
}

.news-grid li a:hover div p {
  color: #fff;
}
.news-grid li a div code {
  color: #666666;
  font-size: 12px;
}
.news-grid li a:hover div code {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}


.news-grid li a div p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
/* --------------------------------

GRANTS APPLICATION PAGE STYLES

-------------------------------- */
#timeline .timeline-item:after, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #f44336;
    left: 50%;
    top: 6px;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -13px;
}
#timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 0;
    left: 0;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: right;
    margin: 0 30px 0 0;
    padding-bottom: 20px;
    position: relative;
}
#timeline .timeline-item .timeline-content.right {
    width: 45%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left !important;
    margin: 0 0 0 30px;
    padding-bottom: 20px;
    position: relative;
    float: right;
}
#timeline .timeline-item .timeline-content h2 {
    margin-bottom: 10px;
}
#timeline .timeline-item .timeline-content h2 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*color: #666666;*/
}
/*#timeline .timeline-item .timeline-content h4 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #666666;
}*/
#timeline .timeline-item .timeline-content p {
    padding: 0 50px 0 0;
    padding-top: 5px;
    color: #666666;
}
#timeline .timeline-item .timeline-content ul {
    padding: 0 0 0 50px;
    color: #666666;
}
#timeline .timeline-item .timeline-content ul li {
    list-style-type: disc;
}
#timeline .timeline-item .timeline-content.right p {
    padding: 0 0 0 50px;
}
#timeline .timeline-item .timeline-content i.description-icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: right;
    color: #005e9e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#timeline .timeline-item .timeline-content.right i.description-icon {
    float: left !important;
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }
    #timeline:before {
        left: 0;
    }
    #timeline .timeline-item .timeline-content {
        width: 90% !important;
        float: right;
        text-align: left;
        margin: 0 0 0 30px;
        padding-right: 0.9375rem;
    }
    #timeline .timeline-item .timeline-content p {
        padding: 0 0 0 50px;
    }
    #timeline .timeline-item .timeline-content i.description-icon {
        float: left;
    }
    #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ee4d4d;
    }
    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
}
.funding {
    padding-bottom: 50px;
}
img.grant-icon {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.grant-large {
    margin: 0 !important;
    padding-left: 30px;
    border-left: 1px solid #e1e1e1;

}
.grant-large h3 {
    color: #BDBDBD;
    font-size: 24px;
}
@media screen and (max-width: 1024px) {
    .grant-large {
        border-left: none;
        font-size: 24px;
        text-align: center;
        line-height: 32px !important;
        padding: 10px 0 20px 0;
    }
    img.grant-icon {
        max-width: 100px;
    }
}
a.large-apply-button {
    width: 100%;
    line-height: 48px;
    border-color: #005e9e;
    border-style: solid;
    border-width: 1px;
    padding: 1.25em;
    background-color: #005e9e;
    display: block;
    color:#fff;
    text-align: center;
    font-size: 32px;
}
a.large-apply-button i {
    font-size: 48px;
    height: 48px;
    width: 48px;
    vertical-align: sub;
}
a.large-apply-button span {
    border-left: 2px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
}
a.large-apply-button:hover {
    background-color: #05387C;
    border-color: #05387C;
    color: #fff;
    border-style: solid;
    border-width: 1px;
}
@media screen and (max-width: 480px) {
    a.large-apply-button {
        font-size: 20px;
    }
    a.large-apply-button i {
        font-size: 32px;
        height: 32px;
        width: 32px;
    }
}
/* --------------------------------

Mini Card floated left over
large hero/banner image pages
*media included

-------------------------------- */
.hero-caption.hero-card {
    border-radius: 0;
    display: block;
    margin-bottom: 0;
    padding: 15px 28px 17px
}
.hero-caption {
    background-color: #fff;
    border: 0 solid transparent;
    border-right-width: 3px;
    bottom: 30px;
    display: block;
    min-width: 250px;
    position: absolute;
}
.hero-caption.blue {
    border-color: #005e9e;
}
.hero-caption p {
    margin-bottom: 6px;
}
.hero-caption p:last-child {
    margin-bottom: 0px;
}
.font-small {
    color: #BDBDBD;
    font-size: 10px;
    letter-spacing: .2px;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    .hero-caption.hero-card {
        display: none;
    }
}
/* --------------------------------

ONLINE COURSE PAGE STYLES

-------------------------------- */
.grid-arrow:before {
  transform: rotate(-45deg) translateX(1px);
    -webkit-transform: rotate(-45deg) translateX(1px);
  -moz-transform: rotate(-45deg) translateX(1px);
  -ms-transform: rotate(-45deg) translateX(1px);
  -o-transform: rotate(-45deg) translateX(1px);
}
.grid-arrow:before, .grid-arrow:after {
    /*background-color: #34495e;*/
    background-color: #005e9e;
    content: "";
    display: block;
    height: 12px;
    margin:0 auto;
    width: 3px;
}
.grid-arrow:after {
    transform: rotate(45deg) translateX(-4px) translateY(-5px);
    -webkit-transform: rotate(45deg) translateX(-4px) translateY(-5px);
  -moz-transform: rotate(45deg) translateX(-4px) translateY(-5px);
  -ms-transform: rotate(45deg) translateX(-4px) translateY(-5px);
  -o-transform: rotate(45deg) translateX(-4px) translateY(-5px);
}
.grid-arrow {
    display: block;
    position: absolute;
  padding: 30px 50px;
  bottom: 0;
  right: 0;
}
.news-grid li a:hover .grid-arrow:before {
  background-color: #fff;
}
.news-grid li a:hover .grid-arrow:after {
  background-color: #fff;
}

/* MISSION AREA STYLES */
.mission-container {
  padding: 50px 0 80px 0;
}
.welcome-mission h2 {
  font-size: 45px !important;
  line-height: 60px !important;
}
.welcome-mission h2 span {
  font-weight: 700;
}

/*.mission-text {
  float: right;
  width: 50%;
}*/
.mission-text h5 {
  margin-bottom: 1.125em;
  margin-top: 1.295em;
}

.mission-text p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.mission-text p b {
  color: #666666;
}
/* RETURNING USER MINI MENU */
.show-hide {
  position: absolute;
  color: #fff;
  margin: 0 auto;
  display: block;
  /*padding-left: 2%;*/
  background-color: #0683FF;
  line-height: 45px;
  height: 45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  z-index: 10;
  width: 400px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.open.show-hide {
  background-color: #0683FF;
}

.show-hide:hover {
  color:#fff;
  background-color: #05387C;
  text-decoration: none;
  cursor: pointer;

}

.show-hide img {
  left: 10%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.user {
  line-height: 45px;
  vertical-align: baseline;
  position: absolute;
  margin-left: 2em;
}

.return-span {
  text-align: center;
  margin: 0 auto;
  display:inline-block;
  width: 100%;
}

.arrow {
    position: absolute;
    top: 0.75em;
    right: 45px;
    display: block;
    width: 10px;
    height: 16px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.arrow:before {
  transform: rotate(-45deg) translateX(1px);
    -webkit-transform: rotate(-45deg) translateX(1px);
  -moz-transform: rotate(-45deg) translateX(1px);
  -ms-transform: rotate(-45deg) translateX(1px);
  -o-transform: rotate(-45deg) translateX(1px);
}

.arrow:after {
    transform: rotate(45deg) translateX(-4px) translateY(-5px);
    -webkit-transform: rotate(45deg) translateX(-4px) translateY(-5px);
  -moz-transform: rotate(45deg) translateX(-4px) translateY(-5px);
  -ms-transform: rotate(45deg) translateX(-4px) translateY(-5px);
  -o-transform: rotate(45deg) translateX(-4px) translateY(-5px);
}

.arrow:before, .arrow:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 11px;
    margin-left: 3px;
    width: 3px;
}
.open.arrow {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}
.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-size: 1.25em;
}

.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;*/
    padding: 1em;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}
.tabs-bar nav {
    background: #EEEEEE;
}

.tabs-bar nav ul {
    border: 4px solid transparent;
}

.tabs-bar nav ul li a {
    margin: 0 2px;
    background-color: #FAFAFA;
    color: #666666 !important;
    transition: background-color 0.2s, color 0.2s;
}

.tabs-bar nav ul li a:hover,
.tabs-bar nav ul li a:focus {
    color: #005e9e !important;
    background-color: #EEEEEE;
}

.tabs-bar nav ul li a span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.5em;
}
.hidden {
  display: none;
}

.tab-comp {
  margin-top: 45px;
}

.return-menu {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 9;
  width: 100%;
  background-color: #f1f1f1;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);

}
.return-menu li a {
  display: block;
  outline: none;
  color: #005e9e;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 4;
  line-height: 1.6em;
  font-weight: 400;
  text-decoration: none;
}

.return-menu li a:hover {
  color: #b9b9b9;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.return-menu h4 {
  color: #2c3e50;
}

.return-menu ul {
  list-style: none;
  margin: 0 auto;

  padding-left: 0px;
}

.return-menu img {
  list-style: none;
  margin: 0 auto;
  border-radius: 5%;
}

.course-menu {
  position: relative;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 0;
  text-align: center;
}

.course-menu:before, .course-menu:after {
  content: " ";
  display: table;
}

.course-menu ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 auto;
}

.course-menu li {
  width: 12%;
  display: inline-block;
  vertical-align: top;
  box-shadow: -28px 0 0 -27px #e1e1e1, 0 -28px 0 -27px #e1e1e1;
}

.course-menu a {
  display: block;
  text-align: center;
  color: #181818;
  outline: none;
  padding: 2em 1em 1em 1em;
}

.course-menu li a img {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}

.course-menu li a:hover img {
  opacity: 0.5;
}

.course-menu li a span {
  display: block;
  min-height: 3em;
  margin-top: 0.4em;
  font-size: 0.8em;
}

.course-menu > li:nth-child(-n+8) {
  box-shadow: -28px 0 0 -27px #e1e1e1;
}

.course-menu > li:first-child {
  box-shadow: none;
}
/* IMPORTANT:: MASONRY COURSE LISTINGS */
#courseContainer {
    overflow: hidden;
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
    position: relative;
    margin: 0 10px 0 10px;
}

#onlineCourses {
    overflow: hidden;
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
    position: relative;
}

.grid-sizer {
    width: 33.33%;
}

.responsive {display: none;}

.course-item .course-table {
    display: table;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.course-item .course-table .text-header {
  left: 50px;
  right: 50px;
    position: absolute;
    top: 50px;
    z-index: 2;
}

.course-item .course-table .text-header p {
  font-size: 16px;
  line-height: 28px;
  /*color: #666666;*/
}

.course-item .course-table .text-footer {
  left: 50px;
  right: 50px;
    position: absolute;
    bottom: 50px;
    z-index: 2;
}

.course-item .course-table .text-footer a {
  color: #005e9e;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}

.course-item .course-table .text-footer a:hover {
  color:#05387C;
}

.course-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
}

.course-inner h3 {
  /*text-transform: uppercase;*/
  /*font-size: 14px;*/
    line-height: 32px;
    color: #005e9e !important;
    /*font-weight: 600 !important;*/
}

.course-inner p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 !important;
  /*color: #666666;*/
}

.course-inner a {
  font-size: 16px;
  line-height: 28px;
  margin: 0 !important;
  color: #CC0000;
  text-decoration: none;
}

.course-item {
  width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
}

.course-item a:before {
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 90%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 50%, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
    z-index: 1;
}

.course-item:not(.course-text) {
    background: #666;
}

.course-item .course-header {
  left: 50px;
    position: absolute;
    top: 50px;
    z-index: 2;
}

.course-item .course-header a {
  text-decoration: none;
}

.course-item .course-header span {
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
}

.course-item h3 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.course-main {
    display: block;
    height: 100%;
    position: relative;
}

.course-item .course-main a {
    height: 100%;
    display: block;
}

.course-item .course-main div {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.course-item .course-main a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(top,  rgba(51, 51, 51, 0) 0%,  rgba(51, 51, 51, 0.5) 90%);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgba(51, 51, 51, 0)),  color-stop(90%,  rgba(51, 51, 51, 0.5)));
    background: linear-gradient(to bottom,  rgba(51, 51, 51, 0) 0%,  rgba(51, 51, 51, 0.5) 90%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,  50%,  0);
    -ms-transform: translate3d(0,  50%,  0);
    transform: translate3d(0,  50%,  0);
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.35s;
    transition: opacity 0.35s,  transform 0.35s;
}

.course-item .course-main a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-linear-gradient(to bottom,  rgba(51, 51, 51, 0.5) 0%,  rgba(51, 51, 51, 0) 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(rgba(51, 51, 51, 0.5)),  to(rgba(51, 51, 51, 0)));
    background: -webkit-linear-gradient(top,  rgba(51, 51, 51, 0.5) 0%,  rgba(51, 51, 51, 0) 100%);
    background: linear-gradient(to bottom,  rgba(51, 51, 51, 0.5) 0%,  rgba(51, 51, 51, 0) 100%);
    content: '';
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.35s;
    transition: opacity 0.35s,  transform 0.35s;
}

.course-item:hover .course-main a::before {
    opacity: 1;
    -webkit-transform: translate3d(0px,  0,  0);
    -ms-transform: translate3d(0px,  0,  0);
    transform: translate3d(0px,  0,  0);
}
/*.course-item:hover .course-main a::after {
    opacity: 0;
    -webkit-transform: translate3d(0px,  -50px,  0);
    -ms-transform: translate3d(0px,  -50px,  0);
    transform: translate3d(0px,  -50px,  0);
}*/
.course-item:hover .course-main>a>div {
    -webkit-transform: translate3d(0px,  0,  0);
    -ms-transform: translate3d(0px,  0,  0);
    transform: translate3d(0px,  0,  0);
}

.course-item .course-main a>div {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}

.course-item .course-description {
    -webkit-transition: opacity 0.35s,  -webkit-transform 0.40s;
    transition: opacity 0.35s,  transform 0.40s;
    opacity: 0;
    -webkit-transform: translate3d(-80px,  0,  0);
    -ms-transform: translate3d(-80px,  0,  0);
    transform: translate3d(-80px,  0,  0);
    position: absolute;
    bottom: 100px;
    left: 50px;
    right: 50px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    -webkit-text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.5);
    text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.course-item .course-description a {
  color:#f44336;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
}

.course-item .course-description a span {
  color:#fff !important;
  padding-right: 20px;
  font-size: 16px;
    line-height: 28px;
  text-decoration: none;
}

.course-item:hover .course-description {
    opacity: 1;
    -webkit-transform: translate3d(0px,  0,  0);
    -ms-transform: translate3d(0px,  0,  0);
    transform: translate3d(0px,  0,  0);
}

.course-item .course-redirect {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
  padding: 15px 50px;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.course-item .course-redirect p {
  margin: 0 !important;
}

.course-item .course-redirect p.course-links a {
  color: #005e9e;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  padding-right: 20px;
}
.course-item .course-redirect p.course-links a:hover {
  color: #05387C;
}
.course-item .course-redirect p.course-links a span {
  padding-right: 10px;
}

.course-item .course-redirect p.course-links a::before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.course-item:hover .course-redirect {
    opacity: 1;
    -webkit-transform: translate3d(0px,  0,  0);
    -ms-transform: translate3d(0px,  0,  0);
    transform: translate3d(0px,  0,  0);
}

/* CERTIFICATE INFORMATION */
.course-box{
  border: 1px solid #bdc3c7;
  /*background-color: #ecf0f1;*/
  text-align: center;
  /*text-transform: uppercase;*/
  color: #2c3e50;
  width: 100%;
  padding-bottom: 30px;
  float: left;
}
/*.course-box:hover{
  color: #ffffff;
  background-color:#bdc3c7;
  cursor: pointer;
}*/
.course-box a {
  color:#005e9e;
  text-decoration: none;
  font-size: 1.3em;
}

.course-box a:hover {
  color:#05387C;
}

.course-wrap-iconper {
  position: relative;
  top: -1.25em;
  left: 50%;
  margin-left: -1.05em;
  font-size: 2em;
}
.course-icon {
  background-color: #ffffff;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-style: solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width:1px;
  margin-top:-1.5px;
  margin-left:-1px;
  border-color:#bdc3c7;
  color:#aeaeae;
}
.size-icon {
  width: 45px;
}

.certif {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 25px 10px 80px 10px;
  text-align: center;
}

.certif h2 {
  font-size: 24px !important;
  color: #666666;
  line-height: 32px !important;
}

.certif h3 {
  font-size: 20px !important;
  color: #666666;
  line-height: 32px !important;
}

.certif-bg {
  background-color: #ecf0f1;
  background: url('/assets/img/courses/desktop.png') no-repeat;
  background-position:50% 50%;
  background-size: cover;
  display: block;
  overflow: hidden;
  width: 100%;
}

ul.state-links {
  font-size: 1.7em;
  text-decoration: none;
  list-style: none;
  margin-left: 0;
}

/* The ribbons */

.corner-ribbon {
  width: 200px;
  background: #CC0000;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff !important;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 100;
  font-size: 16px !important;
  letter-spacing: 3px !important;
}

/* Custom styles */

.corner-ribbon.sticky {
  position: absolute;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon {text-decoration: none;}

.corner-ribbon.blue {background: #005e9e;}

.responsive-hide-last {display: none;}

/* --------------------------------

ADVANCED COURSE PAGE STYLES

-------------------------------- */
.path {
  padding: 1em 0 0 0;
  font-size: 14px;
  color: #b0b0b0;
  font-style: italic;
  line-height: 24px;
}
.path a {
  color: #b0b0b0 !important;
  text-decoration: none;
}
.path a:hover {
  color: #666666 !important;
  text-decoration: underline !important;
}
.relative {
  position: relative;
  height: auto !important;
}
.course-header-gray {
    height: auto !important;
    background-color: #f1f1f1;
    margin-bottom: 1em;
}
.course-name {
  margin-top: 0.65em;
}
.course-name p {
  color: #005e9e;
  margin: 0 !important;
}
/*.description-inner {
  padding: 20px;
}
.description-inner p {
  margin: 0 0 1.2em 0;
}*/
.discount {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin: 0;
  padding: 0;
}

.price-subheader {
  color: #005e9e !important;
}
.lh-fix {
    line-height: 0;
}
.sail-book {float:left;max-width:100px;padding-top: 20px;}

/* --------------------------------
CLEAN BOATING COURSE SPECIFIC
-------------------------------- */
.clean-img {
  width:100px;
}
.icon-container {
  margin: 0 auto;
  display: block;
  max-width: 800px;
}
.icon-inner { }
.grid-icon {
  float:left;
  display:inline;
  width:25%;
}
/* --------------------------------
Findings SPECIFIC
-------------------------------- */
img.findings {
  margin-bottom: 1.563rem;
}
@media only screen and (min-width: 768px) {
  .link-group {
      /* all groups visible */
      display: block;
      overflow: hidden !important;
  }
  .link-group > li {
      background: #ffffff;
      margin-bottom: 6px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
      -webkit-transition: box-shadow 0.2s;
      -moz-transition: box-shadow 0.2s;
      transition: box-shadow 0.2s;
  }
  .link-group > li:last-child {
      box-shadow: none !important;
      margin-bottom: 25px;
  }
  .no-touch .link-group > li:hover {
      box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
/*    .faq-group .faq-title {
      margin: 2em 0 1em;
  }*/
  /*.faq-group:first-child .faq-title {
      margin-top: 0;
  }*/
}
a.link-trigger {
  color: #005e9e;
  font-size: 20px;
  text-decoration: none;
}
a:hover.link-trigger {
  color: #05387C;
}
.link-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .link-trigger {
      font-size: 20px;
      line-height: 24px;
      margin: 0;
      padding: 24px 72px 24px 24px;
  }
}
/*--------------------*/
/* Findings Arrow Box */
/*--------------------*/
/* SVG wrap */
.svg-wrap {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
nav.a-nav a {
  position: fixed;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.a-nav a.prev {
  left: 0;
}

.a-nav a.next {
  right: 0;
}

.a-nav a svg {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.nav-arrow .wrap-icon {
  position: relative;
  z-index: 100;
  display: block;
  padding: 20px 10px;
  border: 0px solid #005e9e;
  background: #005e9e;
  -webkit-transition: border-width 0.3s 0.15s;
  transition: border-width 0.3s 0.15s;
}

.nav-arrow svg.svg-icon {
  fill: #fff;
}

.nav-arrow div {
  position: fixed;
  top: 50%;
  padding: 20px;
  width: 440px;
  height: 144px;
  background: #fff;
  border: 1px solid #e1e1e1;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.nav-arrow a.prev div {
  left: 0;
  padding: 20px 140px 20px 70px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
  transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-arrow a.next div {
  right: 0;
  padding: 20px 70px 20px 140px;
  -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
  transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-arrow span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  color: #C7C6C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.2;
}

.nav-arrow h3 {
  margin: 0;
  padding: 8px 0 10px;
  color: #666666;
  font-weight: 300;
  font-size: 1.325em;
  line-height: 1.2;
}

.nav-arrow div p {
  margin: 0;
  color: #005e9e;
  font-style: italic;
  font-size: 75%;
  font-family: Georgia, serif;
}

.nav-arrow img {
  position: absolute;
  top: 20px;
}

.nav-arrow a.prev img {
  right: 20px;
}

.nav-arrow a.next img {
  left: 20px;
}

.nav-arrow a:hover .wrap-icon {
  border-top-width: 40px;
  border-bottom-width: 40px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-arrow a:hover div {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-50%) translateX(0) scale(1);
  transform: translateY(-50%) translateX(0) scale(1);
}
/* --------------------------------
FAQs Page
-------------------------------- */
.right-advanced {
    float: right;
}
/*.browser {
    float: left;
    width: 25%
}

.browser img {
    max-width: 180px;
    float: left;
    padding: 10px 0 0 0;
}

.browser-check {
    padding: 15px;
}*/

.browser-check a:hover {
    color: #757575 !important;
}
.browser-check h2 span {
    color: #ef4437;
    font-weight: 300;
}
.browser-alert {
    background: #005e9e;
    padding: 1.25rem;
}
.browser-alert h1 {
    color: #ffffff;
    margin: 0;
}
.faq-panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 2.25em;
    padding: 2.25em;
    background: #ffffff;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.faq-panel img {
    width: 100%;
}
/* --------------------------------
SORTING SWITCH
-------------------------------- */
.switch-sm {
    width: 250px;
}
.switch-md {
    width: 300px;
}
.switch-lg {
    width: 350px;
}
.switch {
    border-radius: 3px;
    overflow: hidden;
    float: right;
}
.switch::after {
    clear: both;
    content: "";
    display: table;
}
.switch-btn {
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 3;
    padding: 0 2.5em;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    color: #666666;
    box-sizing: border-box;
    display: block;
    float: left;
    text-transform: none;
    -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    width: 50%;
}
/*.switch-btn span {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/
.switch-btn:active,
.switch-btn:focus,
.switch-btn:hover {
    border-color: #c3ced2;
    color: #005e9e;
}

.switch-btn:active,
.switch-btn:focus,
.switch-btn:hover,
.switch-btn.active {
    background-color: transparent;
    border-color: #e1e1e1;
}

.switch-btn:not(:last-child) {
    border-right: 0;
}

.switch-btn:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.switch-btn.active {
    color: #666666;
    padding-left: 1.7em;
    padding-right: 1.85em;
    /*font-weight: bold;*/
}

.switch-btn.active::before {
    color: #5dbb6c;
}

.switch-btn.active::before {
    font-size: 0.75rem;
    padding-right: 0.3125em;
}

.switch-btn > i.icon-check {
  color: #5dbb6c;
}
/* --------------------------------
ACCORDION
-------------------------------- */
.acc-trigger::after, .acc-trigger::before {
    content: '';
}
.acc-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #3F51B5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff !important;
    white-space: nowrap;
    border-bottom: 1px solid #283593;
    text-overflow: ellipsis;
}

.acc-categories a:hover {
    border-bottom: 1px solid #283593;
    background-color: #303F9F !important;
}

.acc-categories a::before, .acc-categories a::after {
    /* plus icon on the right */
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #7f868e;
}
.acc-categories a::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*.acc-categories li:last-child a {
    border-bottom: none;
}*/
@media only screen and (min-width: 768px) {
    .acc-categories {
        float: left;
    }
    .acc-categories a {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 600;
        padding-left: 24px;
        padding: 0 24px;
        -webkit-transition: background 0.2s, padding 0.2s;
        -moz-transition: background 0.2s, padding 0.2s;
        transition: background 0.2s, padding 0.2s;
    }
    .acc-categories a::before, .acc-categories a::after {
        display: none;
    }
    .no-touch .acc-categories a:hover {
        background: #555b61;
    }
    .no-js .acc-categories {
        width: 100%;
        margin-bottom: 2em;
    }
}
@media only screen and (min-width: 1024px) {
    .acc-categories {
        position: relative;
        z-index: 2;
    }
    .acc-categories a::before {
        /* decorative rectangle on the left visible for the selected item */
        display: block;
        top: 0;
        right: auto;
        left: 0;
        height: 100%;
        width: 3px;
        background-color: #a9c056;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .acc-categories .selected {
        background: #42464b !important;
    }
    .acc-categories .selected::before {
        opacity: 1;
    }
    .acc-categories.is-fixed {
        /* top and left value assigned in jQuery */
        position: fixed;
    }
    .no-js .acc-categories {
        position: relative;
    }
}

/*.acc-items {
    position: fixed;
    height: 100%;
    width: 80% !important;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}*/
.acc-items {
  /* position: fixed; */
  height: 100%;
  width: 100%;
  top: 0;
  /* right: 0; */
  background: #ffffff;
  /*padding: 0 5% 1em;*/
  /*overflow: auto !important;*/
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* -webkit-transform: translateZ(0) translateX(100%); */
/*  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);*/
  /* transform: translateZ(0) translateX(100%); */
  /* -webkit-transition: -webkit-transform .3s; */
  /*-moz-transition: -moz-transform .3s;*/
  /* transition: transform .3s; */
}
.acc-items .mix {
    display: none;
}
.acc-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
}
.no-js .acc-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media only screen and (min-width: 768px) {
    .acc-items {
        position: relative;
        height: auto;
        /*width: 78%;*/
        float: right;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
    }
}
@media only screen and (min-width: 1024px) {
    .acc-items {
        /*float: none;*/
        width: 100%;
    }
    .no-js .acc-items {
        padding-left: 0;
    }
}
.close-panel {
    position: fixed;
    top: 5px;
    right: -100%;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
    margin-top: 55px;
}
.close-panel::before, .close-panel::after {
    /* close icon in CSS */
    position: absolute;
    top: 16px;
    left: 12px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #666666;
}
.close-panel::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-panel::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-panel.move-left {
    right: 2%;
}
@media only screen and (min-width: 768px) {
    .close-panel {
        display: none;
    }
}

ul.acc-group {
    list-style-type: none;
    margin-left: 0;
    width: 100%;
}

.acc-group.selected {
    display: block;
}
.acc-group .acc-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}
.no-touch .acc-group .acc-title:hover {
    box-shadow: none;
}
.acc-group .acc-title h3 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.no-js .acc-group {
    display: block;
}

.acc-group {
    /* all groups visible */
    display: block;
}
.acc-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.acc-group > li:last-child {
    margin-bottom: 25px;
}
.no-touch .acc-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
/*    .acc-group .acc-title {
    margin: 2em 0 1em;
}*/
/*.acc-group:first-child .acc-title {
    margin-top: 0;
}*/

.acc-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
}
.acc-trigger {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    padding: 24px 72px 24px 24px;
}
.acc-trigger::before, .acc-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #005e9e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.acc-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
}
.acc-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-visible .acc-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content-visible .acc-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.acc-content p {
    font-size: 16px !important;
    line-height: 32px !important;
    color: #424242;
}
.acc-content {
    display: none;
    padding: 0 24px 30px;
}
.acc-content p {
    line-height: 1.6;
}
.no-js .acc-content {
    display: block;
}
.content p {font-size: 16px !important;line-height: 32px !important;color: #424242;}
.content a {color: #005e9e !important;}
.content {display: none;}
.epirb-grid div a {
    padding: 0.9375rem 0;
    display: block;
}
.epirb-grid div a img:hover {
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    -ms-box-shadow: 0px 0px 10px #000;
    -o-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.wrap-link {
    width: 100%;
    height:auto;
    margin: auto;
    text-align:center;
    position:relative;
}
.wrap-link div.link-text {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    height: 24px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
a.wrap-link:hover img {
    background-color: rgba(0,0,0,0.5);
}
.login-register p {
  margin: 1rem 0;
  padding: 0.85em 0;
  line-height: 1;
}
.login-register a:nth-child(2) {
  margin-left: 1rem;
}
@media screen and (max-width: 640px) {
  .login-register, .login-register .right {
    text-align: center !important;
  }
  .login-register p {
    padding: 0;
  }
  .login-register a {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
    .content {display: none;padding: 0 24px 30px;}
    .content p {line-height: 1.6;}
}

@media screen and (max-width: 2000px) {
  .grid-sizer {width: 50%;}
  .course-item {width: 50%;}
  .grid-sizer {width: 50%;}
  .course-item {width: 50%;}
  .responsive {display: block;}
  .responsive-hide {display: none;}
  .responsive-hide-last {display: block;}
}

@media screen and (max-width: 1275px) {
  #video {
    bottom: -150px;
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .grid-sizer {width: 50%;}
  .course-item {width: 50%;}
  .responsive {display: block;}
  .responsive-hide {display: none;}
  /*.responsive-hide-last {display: none;}*/
  .course-item .course-description {font-size: 14px;line-height: 24px;}
}

@media screen and (max-width: 1120px) {
  section.feature-container .feature .feature-img-container {width: 25%;}
  .grid-width {max-width: 75%;}
  #video {bottom: 0;/*bottom: -250px;*/position: absolute;width: 100%;}
}

@media screen and (max-width: 1024px) {
  .grid-width {max-width: 75%;}
  .menu {font-size: 80%;}
  .textarea-intro h1 { font-size: 2.5rem; }
  .news-grid li a div {padding: 20px;}
  .news-grid li a div h3 {font-size: 20px;line-height: 24px;}
  .news-grid li a div p {font-size: 13px;line-height: 24px;}
  .state-status img {margin-bottom: 1.25rem;}

  section.feature-container .feature .feature-img-container {width: 25%;}
  .feature .container .feature-description {padding-left: 0px;}

  .discount {top: -175px !important;}
  #courseContainer {margin: 0 !important;}
  #onlineCourses {margin: 0 !important;}
  .article-inner {margin: 0;}
}

@media screen and (max-width: 768px) {
  body {margin-top: 52px;}
  .grid-width {max-width: 100%;}
  section.feature-container .feature .feature-img-container {display: none;}
  section.feature-container .feature .container .feature-description {padding-right: 0px;padding-left: 0px;}
  .inner {padding-left: 0.9375em;padding-right: 0.9375em;}
  .news-grid li {width: 50%;width: -webkit-calc(100% / 2);width: -moz-calc(100% / 2);width: -ms-calc(100% / 2);width: calc(100% / 2);}
  .hide-small {display: none !important;}
  #hero {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;z-index: -1;background-image: url('http://www.boatus.org/images/homepage/small-banner.jpg');background-position: 50% 50%;background-position: 50% 50%\9 !important;background-size: cover;}
  .small-banner {display: block; height: 500px;}
  #video {display: none; height: 500px;}
  .textarea-intro h1 { font-size: 1.5rem; }


  .responsive {display: block;}
  .responsive-hide {display: none;}
  .course-menu > li {border-top: 1px solid #e1e1e1;text-align: center;margin: 0 auto;width: 30%;}
  .course-menu > li:first-child {border-top: none;}
  .course-menu > li:nth-child(-n+3) {border-top: none;}
  .course-menu > li:nth-child(4) {box-shadow: none;}
  /*.course-menu > li:last-child {box-shadow: none; }*/
  .course-menu > li > a {display: block;}
  .course-box {width: 100%;padding-top: 20px;padding-bottom: 20px;margin-bottom: 10px;margin-right: 0px;margin-left: 0px;}
  .course-icon {display: none;}
  /*.modal-inner {margin: 60px 25px 0 25px;}
  .reveal-modal a {font-size: 25px;line-height: 40px;}
  .reveal-modal h2 {font-size: 32px;margin-bottom: 30px;}
  .banner-inner-content {top:75px;padding: 0 25px;}*/
  .banner-text h2 {font-size: 32px !important;line-height: 40px !important;text-align:right;}
  .banner-text h1 {font-size: 32px !important;line-height: 40px !important;text-align:right;}
  /*.reveal-modal {padding: 1.875em;top: 6.25em;}*/
  .course-description {display: none;}
  #courseContainer { margin: 0 !important;}
  #onlineCourses { margin: 0 !important;}
  .course-inner p { font-size: 13px; }
  h1.large { font-size: 28px !important; line-height: 32px !important; font-weight: 300;}

}

@media screen and (max-width: 600px) {
  .textarea-intro h1 { font-size: 1.25rem; }
  section.feature-container .feature {height: 100%;padding: 20px 0;}
  .small-grid li {width: 100%;width: -webkit-calc(100% / 1);width: calc(100% / 1);border-bottom: 1px solid #e1e1e1;}
  .news-grid li {width: 100%;width: -webkit-calc(100% / 1);width: -moz-calc(100% / 1);width: -ms-calc(100% / 1);width: calc(100% / 1);}
  .news-grid li a div {padding: 30px;border-right: none;border-bottom: 1px solid #e1e1e1;}
  .news-grid li a div h3 {font-size: 24px;line-height: 32px;}
  .news-grid li a div p {font-size: 15px;line-height: 28px;}
  .large {font-size: 28px !important;line-height: 32px;font-weight: 300;}
  .welcome-mission h2 {font-size: 24px !important;line-height: 32px !important;}
  /*.modal-grid {width: 100% !important;}
  .reveal-modal {position: absolute !important; bottom: auto !important; margin: 0 !important; left: 25px !important; width: initial !important; right: 25px !important; z-index: 990 !important;}
  .modal-inner {margin-bottom: 50px !important; }*/

  .grid-sizer {width: 100%;}
  .course-item {width: 100%;}
  .responsive {display: block;}
  .responsive-hide {display: none;}
  .course-menu > li {border-top: 1px solid #e1e1e1;text-align: center;margin: 0 auto;width: 49%;}
  .course-menu > li:first-child {border-top: none;}
  .course-menu > li:nth-child(3) {border-top: 1px solid #e1e1e1;}
  .course-menu > li:nth-child(4) {box-shadow: -28px 0 0 -27px #e1e1e1;}
  .course-menu > li > a {display: block;}
  .show-hide {width: 100%;-webkit-border-top-left-radius: 0px;-webkit-border-top-right-radius: 0px;-webkit-border-bottom-right-radius: 0px;-webkit-border-bottom-left-radius: 0px;-moz-border-radius-topleft: 0px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;}
  .course-box {margin-right: 0px;margin-left: 0px;}
  .course-list li {border-bottom: 1px solid #e1e1e1;padding-top: 10px;padding-bottom: 10px;}
  .course-list li a {font-size: 1em;}
  .course-box {margin-right: 0px;margin-left: 0px;}
  .certif {padding: 25px;text-align: left;}
  .certif h2 {font-size: 18px !important;line-height: 28px !important;}
  .certif h3 {font-size: 12px !important;line-height: 28px !important;}
  /*.modal-grid {width: 100% !important;}
  .reveal-modal {position: absolute !important; bottom: auto !important; margin: 0 !important; left: 25px !important; width: initial !important; right: 25px !important; z-index: 101;}
  .modal-inner {margin-bottom: 50px !important; }*/
  .ct-wrap {padding: 0 25px;}
  .contact-info {padding-bottom: 50px;}
  .course-menu li a img {max-width: 50%;}
  .return-menu li a {font-size: 12px !important;line-height: 1em;}
  .banner-inner-content {top:75px;padding: 0 25px;}
  .banner-text {float: left;}
  .banner-text h2 {font-size: 20px !important;line-height: 28px !important; text-align:left;}
  .banner-text h1 {font-size: 20px !important;line-height: 28px !important; text-align:left;}
  .responsive-hide-last {display: block;}
  .course-item .course-table .text-header {left: 25px; right: 25px; top:25px;}
  .course-item .course-table .text-header p {font-size: 13px !important;line-height: 24px;}
  .course-item .course-table .text-footer {left: 25px; right: 25px; bottom:25px;}
  .discount {padding-left: 25px !important; width: 75% !important; top: -145px !important;}
  ul.state-links {font-size: 1.2em;}
}

@media screen and (max-width: 400px) {
  .icon {/*display: none !important;*/margin: 0 !important;}
  .categories {padding: 0 !important;}
  .categories li {/*width: 100% !important;*/}
  .categories .line {margin-top: 0px !important;}
  .categories .c-label {/*height: 40px !important;*/display: none !important;}
  .boatingsafety, .categories a:hover .boatingsafety, .categories a:focus .boatingsafety {background-size: 75%;}
  .courses, .categories a:hover .courses, .categories a:focus .courses {background-size: 75%;}
  .community, .categories a:hover .community, .categories a:focus .community {background-size: 75%;}
  .clean, .categories a:hover .clean, .categories a:focus .clean {background-size: 75%;}

  .user {display: none;}
  .arrow {right: 5%;}
  .return-span {width: initial;padding-left: 25px;}
  .banner-inner-content {top:75px;padding: 0 25px;}
  .banner-text {float: left;}
  .banner-text h2 {font-size: 20px !important;line-height: 28px !important;}
  .banner-text h1 {font-size: 20px !important;line-height: 28px !important;}
  .course-item .course-header {left: 25px;}
  .course-inner {padding:0 25px;}
  .course-inner p {font-size: 13px;line-height: 24px;}
  .course-item .course-redirect {padding: 15px 25px;}
  .course-item .course-redirect p.course-links a:nth-child(2) {display: none;}
  .course-description {display: none;}
  ul.state-links {font-size: 1em;}
}
