body {
    color: #000;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    background: #323949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
h1 {
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0;
}
h2 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 30px;
}
h3 {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 30px;
}
h4 {
    line-height: 100%;
    font-size: 19px;
    font-weight: normal;
}
p {
    margin-bottom: 30px;
}
ul,
ol {
    margin-bottom: 30px;
}
li {
    list-style: disc;
}
a {
    transition: all 0.1s ease-in-out;
}
.Normal {
    color: #000;
}
.Normal h1,
.Normal h2,
.Normal h3 {
    margin-bottom: 20px;
}
a,
a:visited {
    color: #015a60;
    text-decoration: none;
}
.Normal a,
.Normal a:visited {
    color: #3682ba;
    text-decoration: none;
}
a:hover,
a:focus,
a:active,
.Normal a:hover {
    color: #164161;
}
.wrapper {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}
.stretch {
    width: 100%;
    float: left;
}

.Normal {
    font-size: 16px;
    line-height: 140%;
}
.no-margin {
    margin: 0 !important;
}
.clear {
    clear: both;
}
.Head {
    margin: 0;
}
div.v-middle {
    vertical-align: middle;
}
/*----------------------------------------------
HOME
------------------------------------------------*/
.home #nav {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1), 0 11px 20px rgba(0, 0, 0, 0.12);
}
/*----------------------------------------------
PAGE
------------------------------------------------*/
.offscreen {
    position: absolute;
    left: -999em;
}
h1.site-title {
    position: absolute;
    left: -1000px;
    top: 0;
    color: transparent;
}
#page {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
#page-title h1 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#page * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
    float: left;
    width: 100%;
    background: #fff;
    z-index: 3;
}
#header #logo {
    float: left;
    padding: 20px 0;
}
#header .searchInputContainer {
    position: relative;
}
#header .SearchButton {
    position: absolute;
    top: 2px;
    right: 10px;
    background: url(images/search-icon.png) no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -10000px;
    display: inline-block;
    margin-left: -30px;
}
#open-left {
    display: none;
}
#header #logo img#dnn_ctl03_imgLogo {
    width: 250px;
    max-height: 62px;
}
#header #account-login {
    float: left;
}
#header .align-right {
    margin-top: 32px;
}

#dnn_ctl00_imgLogo {
    transition: transform 0.25s ease-in;
    -moz-transition: -moz-transform 0.25s ease-in;
    -webkit-transition: -webkit-transform 0.25s ease-in;
    -o-transition: -o-transform 0.25s ease-in;
}
.divider {
    clear: both;
    border-bottom: 1px solid #303030;
}
.gray-bg {
    position: relative;
    background: url(images/gray-bg.png) top center;
    float: left;
    width: 100%;
    padding-top: 30px;
    z-index: 10;
    margin: -40px 0 20px;
}

.shrink {
    height: 40px;
}
#mobile-message {
    display: none;
}

#green-ribbon-bg {
    background: #2c5e62;
    padding: 30px 20px;
}

#dnn_LeftPane {
    float: left;
    width: 100%;
}
#dnn_LeftPane .DnnModule p:last-child {
    margin: 0;
}

#dnn_Pane_4ColLeft,
#dnn_Pane_4ColLeftMiddle,
#dnn_Pane_4ColRightMiddle,
#dnn_Pane_4ColRight {
    width: 25%;
    display: inline;
    float: left;
    position: relative;
    padding: 0 10px;
}
#dnn_Pane_4ColLeft .Normal,
#dnn_Pane_4ColLeftMiddle .Normal,
#dnn_Pane_4ColRightMiddle .Normal,
#dnn_Pane_4ColRight .Normal {
    font-size: 14px;
}
#dnn_ContentPane {
    clear: both;
    float: left;
    width: 100%;
}

#dnn_LeftThird {
    clear: both;
    float: left;
    width: 315px;
    margin: 15px 15px 15px 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #ced6d1;
}
#dnn_MiddleThird {
    float: left;
    width: 315px;
    margin: 15px 15px 15px 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #ced6d1;
}
#dnn_RightThird {
    float: left;
    width: 300px;
    margin: 15px 0;
}

.demo-text {
    font-size: 18px;
    padding-right: 30px;
}

#account {
    float: left;
    background: #fff;
    height: 160px;
    margin-top: -30px;
    width: 472px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

#footer {
    float: left;
    color: #fff;
    width: 100%;
    padding: 40px 0 0 0;
    background: #000;
}

#footer ul#footer-social {
    text-align: right;
    margin: 0;
}
#footer ul#footer-social li {
    list-style: none;
    display: inline-block;
    font-size: 30px;
}
#footer ul#footer-social li a {
    color: #fff;
}
#footer .row {
    margin-bottom: 0;
}
#footer .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logout-link a {
    display: none;
    font-weight: bold;
    color: #3682ba;
    margin-top: 10px;
}

#web-ascender {
    float: left;
    margin-bottom: 20px;
}
#web-ascender a {
    font-size: 10px;
    color: #ccc;
    text-decoration: none;
}
#web-ascender a:hover {
    color: #777;
}

#dnn_dnnLogin_loginGroup a {
    display: block;
    background: #ee6900;
    color: #fff;
    padding: 10px 20px;
}

#account-username {
    float: left;
    color: #fff;
    background: #2b6d72;
    padding: 10px 20px;
}

#twitter-widget-0 {
    width: 100% !important;
}

.inner-page #white-ribbon-bg #dnn_WhiteRibbonPane {
    border-top: 1px solid #ddd;
}

#wa {
    clear: both;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: block;
}
#wa a {
    font-size: 11px;
    color: #525252;
    text-decoration: none;
    text-transform: uppercase;
}

body.ie8 .article-slide-5:after {
    background: none;
}
#dnn_RightPane .DnnModule {
    margin-bottom: 20px;
}
/*----------------------------------------------
SEARCH
------------------------------------------------*/
.search {
    cursor: pointer;
    position: relative;
    float: left;
    margin: 0px 0 0 10px;
}
.search-button {
    padding: 22px 10px 24px 10px;
}
.search-button.active {
    background: #111;
}

.search-input input {
    font-size: 13px;
    border: 2px solid #e8e8e8;
    padding: 8px;
    border-radius: 4px;
    width: 200px;
    -webkit-appearance: none;
}

.dnnSearchBoxClearText {
    display: none !important;
}
.searchSkinObjectPreview {
    display: none !important;
}
.search-input.active {
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    background: #111;
    padding: 20px;
}

#snap-search {
    padding: 18px 20px 10px;
}
#snap-search .searchInputContainer {
    position: relative;
    display: block !important;
    margin: 0;
}
#snap-search #dnn_dnnSearchsnap_ClassicSearch input {
    padding: 8px;
    width: 93%;
    border-radius: 4px;
    border: 0;
}
#snap-search .SearchButton {
    position: absolute;
    top: 28px;
    right: 30px;
    background: url(images/search-icon.png) no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -10000px;
    display: inline-block;
    margin-left: -30px;
}
#snap-nav ul.nav > li.active > ul,
#snap-nav ul.nav > li > ul > li.active > ul{
	display:block;
}
#snap-nav ul.nav > li > ul > li > ul{
	display:none;
}
/*----------------------------------------------
NAVIGATION LINKS
------------------------------------------------*/
ul.navigation-links {
    margin: 0;
    padding: 0;
    border: 1px solid #dddddd;
    border-bottom: 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1), 0 11px 20px rgba(0, 0, 0, 0.12);
}
ul.navigation-links li {
    font-family: "Raleway", sans-serif;
    list-style: none;
}
ul.navigation-links li a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 10px;
    border-bottom: 1px solid #dddddd;
}
ul.navigation-links li a:hover {
    background: #3682ba;
    color: #fff;
}
ul.navigation-links li a:after {
    content: " \f18e";
    font-family: FontAwesome;
    float: right;
}
/*----------------------------------------------
PORTAL LOGIN
------------------------------------------------*/

table.ff-table {
    width: 100%;
    table-layout: fixed;
}
table.ff-table td {
    text-align: center;
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}

/*----------------------------------------------
BREADCRUMBS
------------------------------------------------*/
#breadcrumbs {
    float: left;
    width: 100%;
    color: #fff;
}
#breadcrumbs a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin: 8px;
    text-decoration: none;
    font-weight: bold;
}
#breadcrumbs > span > span > span:first-child a.breadcrumbLink:first-child {
    margin: 0 8px 0 0;
}
#breadcrumbs > span > span > span:last-child a {
    font-weight: bold;
    color: #a2d1d5;
}
/*----------------------------------------------
ROTATOR
------------------------------------------------*/

.align-right {
    float: right;
}
.align-right.align-top {
    top: 0px;
    position: absolute;
    right: 0;
}
.align-left {
    float: left;
}
.home #article-slides {
    display: none;
}
.home #article-slides.slick-initialized {
    display: block;
}

#article-slides .wrapper {
    display: table;
    height: 370px;
}
.slide-contents {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.slide-contents a:hover {
    text-decoration: none;
}
.slide-inner-contents {
    display: table;
    width: 100%;
}

#dnn_RotatorPane .slide-title {
    font-family: "Raleway", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
}
#dnn_RotatorPane .slide-title a {
    color: #fff;
}
#dnn_RotatorPane .slide-subtitle {
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}
#dnn_RotatorPane .slide-text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 708px;
    font-size: 18px;
    line-height: 140%;
    padding-right: 90px;
}
#dnn_RotatorPane .slide-text a {
    color: #fff;
    text-decoration: none;
}

#dnn_RotatorPane .slide-text a.btn {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1), 0 11px 20px rgba(0, 0, 0, 0.12);
}

#dnn_RotatorPane .slide-image {
    float: right;
    width: 472px;
    height: 300px;
    overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.82);
}
#dnn_RotatorPane .slide-image img {
    width: 472px;
    min-height: 300px;
}
.slide-image br {
    display: none;
}

#rotator-bg .slick-slider {
    margin-bottom: 0;
}
#rotator-bg ul.slick-dots {
    bottom: 5px;
    margin: 0;
}
#rotator-bg ul.slick-dots li {
    margin: 0;
}
#rotator-bg ul.slick-dots li button:before {
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 1;
    width: 10px;
    height: 10px;
}
#rotator-bg ul.slick-dots li.slick-active button:before {
    background: #fff;
    opacity: 1;
}
a.video {
    display: block;
    height: 100%;
    background: #000;
}

a.video:after {
    content: "";
    background: url(images/play-button.png) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    background-size: 90px;
}

.video .article-content {
    width: 230px;
}
.video-image {
    height: 210px;
    overflow: hidden;
}
a.video img {
    opacity: 0.3;
}
a.video:hover img {
    opacity: 0.2;
}
/*------PAGER------*/
.slidesjs-pagination {
    position: absolute;
    bottom: 25%;
    left: 25%;
    z-index: 2000;
}
.slidesjs-pagination li.slidesjs-pagination-item {
    list-style: none;
    display: inline-block;
}
.slidesjs-pagination li.slidesjs-pagination-item a {
    text-indent: -10000px;
    display: inline-block;
    background: url(images/pager.png) no-repeat;
    width: 16px;
    height: 14px;
}
.slidesjs-pagination li.slidesjs-pagination-item a.active {
    background: url(images/pager-active.png) no-repeat;
}

.prev a {
    display: none;
    position: absolute;
    z-index: 102;
    top: 45%;
    left: 50px;
    width: 87px;
    height: 87px;
    background: url(images/prev-icon.png) no-repeat;
    text-indent: -10000px;
}
.next a {
    display: none;
    position: absolute;
    z-index: 102;
    top: 45%;
    right: 50px;
    width: 87px;
    height: 87px;
    background: url(images/next-icon.png) no-repeat;
    text-indent: -10000px;
}

#dnn_RotatorPane:hover .prev a:hover,
#dnn_RotatorPane:hover .next a:hover {
    opacity: 1;
}

span.icon-text {
    font-size: 14px;
    height: 40px;
    background: url(images/icon-text-bg.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
    padding: 12px 0;
}

.video-container {
    text-align: center;
}
#dnn_BrownRibbonPane2ColLeft .video-container {
    float: left;
}
.video-container iframe {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.82);
}

img.resize {
    width: 100%;
    height: 100%;
}

.row {
    display: table;
    table-layout: fixed;

    float: left;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: 60px;
}
.wrapper > .row > div {
    padding-top: 0;
}
.row .row {
    margin-bottom: 30px;
}
.row .row:last-child {
    margin-bottom: 0px;
}
.col-1 {
    width: 8.33%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-2 {
    width: 16.66%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-3 {
    width: 25%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-4 {
    width: 33.333%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-5 {
    width: 41.66%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-6 {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-7 {
    width: 58.33%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-8 {
    width: 66.666%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}
.col-9 {
    width: 75%;
    display: table-cell;
    vertical-align: top;
    padding: 60px 2% 0;
}

.col-12 {
    float: left;
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 60px 2% 0;
}

.col-right {
    right: 0;
    float: right;
}
.col-middle {
    margin-top: 8%;
}
.col-bottom {
    position: absolute;
    bottom: 0;
}
.col-background {
    padding: 0;
    position: absolute;
    left: -150px;
    height: 100%;
    width: 100%;
}

#dnn_dnnCopyright_lblCopyright {
    color: #999;
    clear: both;
    display: block;
    text-align: right;
}

.DnnModule-579.DnnModule {
    margin: 0;
}
/*----------------------------------------------
TOP LINKS
------------------------------------------------*/
#top-links {
    clear: both;
    float: left;
    background: #333;
    padding: 10px 0;
    width: 100%;
}
#top-links ul {
    margin: 0;
    padding: 0;
}
#top-links ul li {
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
}
#top-links ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #ededed;
    border-radius: 30px;
    border: 2px solid #444;
    padding: 2px 10px;
    font-size: 12px;
}
#top-links ul li a:hover {
    border: 2px solid #fff;
}

/*----------------------------------------------
TWITTER
------------------------------------------------*/
ul.twitter-cycle-slideshow {
    margin: 0;
}
ul.twitter-cycle-slideshow li {
    width: 100%;
    font-size: 14px;
}
.user {
    float: left;
    margin-right: 10px;
}
.user span {
    display: none;
}
.tweet {
    margin-top: 10px;
}
.tweet a {
    text-decoration: none;
    font-weight: bold;
}
/*----------------------------------------------
PHONE
------------------------------------------------*/
.contact {
    width: 600px;
    text-align: right;
    margin: 0 auto;
}
#footer .phone-number {
    font-weight: bold;
    margin-right: 10px;
}
#footer .phone-number a {
    color: #fff;
    text-decoration: none;
}
/*----------------------------------------------
FORMS
------------------------------------------------*/
.ff-form {
    width: 100%;
}
.ff-form table {
    width: 100%;
}
.ff-form select {
    width: 100%;
}
.ff-form td {
    padding: 10px;
}
.ff-form label {
    font-size: 14px;
    color: #444;
}
.ff-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 2px;
}
.ff-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 2px;
}
#honey-pot-field {
    display: none;
}
/*----------------------------------------------
COLUMN CLASSES
------------------------------------------------*/
.first {
    clear: both;
}
.one-half {
    width: 50%;
    float: left;
}

p.source {
    font-size: 11px;
    line-height: 120%;
    margin-top: 10px;
}

/*----------------------------------------------
BUTTONS
------------------------------------------------*/
.btn {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 40px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.btn:hover {
    text-decoration: none;
}

.btn-large {
    padding: 16px 50px;
}
.btn-block {
    width: 100%;
}
.btn-inline {
    margin: 0 10px;
}

a.btn.btn-green {
    background: #015a60;
    color: #fff;
}
a.btn.btn-green:hover {
    background: #077a82;
}

a.btn.btn-dark-brown {
    background: #695e4a;
    color: #fff;
}
a.btn.btn-dark-brown:hover {
    background: #524a3a;
}

a.btn.btn-blue {
    color: #fff !important;
    background: #0089ff;
    color: #fff;
}
a.btn.btn-blue:hover {
    background: #40a6ff;
}

a.btn.btn-gray {
    background: #333f47;
    color: #fff;
}
a.btn.btn-gray:hover {
    background: #1b2226;
}

a.btn.btn-dark-gray {
    background: #7e908f;
    color: #fff;
}
a.btn.btn-dark-gray:hover {
    background: #606e6d;
}

a.btn.btn-light-gray {
    background: #e1e6e3;
    color: #636a65;
}
a.btn.btn-light-gray:hover {
    background: #b4bbb6;
}

input.btn {
    border: 0;
}

.btn.btn-orange {
    background: #d86400;
    padding-left: 30px;
    color: #fff;
}
.btn.btn-orange:hover {
    background: #e77615;
}

#snap-logout {
    clear: both;

    padding: 0 20px;
}
#snap-logout .btn {
    margin: 0;
}
#account {
    position: relative;
}
#account-welcome {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    padding: 5px 0 0px 20px;
    line-height: 100%;
}
#dnn_ctr472_ContentPane .dnnFormMessage.dnnFormInfo {
    padding: 0;
    display: none;
}
#dnn_AccountLinksPane.dnnSortable.ui-sortable {
    padding-top: 10px;
}

#account-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 3px 20px;
}

#snap-account-links ul {
    padding: 0;
}
#snap-account-links li {
    list-style: none;
}
#account-links ul {
    margin: 0;
    padding: 0;
}
#account-links ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
}
/*----------------------------------------------
NEWS ARTICLES
------------------------------------------------*/
.article {
}
.article .article-image {
    margin: -70px auto 20px auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
}
.article .article-title h3 {
    font-size: 22px;
}

.video.article .article-title h3 {
    font-size: 16px;
}
.article .article-title h3 a {
    padding-right: 40px;
    background: url(/Portals/_default/Containers/futurityfirst/blue-header-link-icon.png)
        no-repeat right;
}

.article .article-date {
    margin: 5px 0 15px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.article .article-link {
    position: absolute;
    top: 180px;
    left: 0;
    display: none;
    text-align: center;
    width: 100%;
}
.view-more {
    clear: both;
    text-align: center;
    padding: 20px 0;
}

.article .btn.btn-blue {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 3px solid #aac3d1;
    background: #2c6788;
}
.article .btn.btn-blue:hover {
    background: #20506a;
}

ul.article-categories li {
    list-style: none;
}
ul.article-categories {
    margin: 0;
}

.video.article {
    float: left;
    clear: both;
    padding: 20px 0;
    width: 100%;
}
.video.article .article-title h3 {
    margin: 0;
}
.video.article .article-title h3 a {
    display: block;
}
.video-category {
    clear: both;
    float: left;
    margin: 10px 20px 0 0;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-indent: -10000px;
}

.article-content {
    float: left;
}
.article-rate {
    float: right;
    background: url(images/icons/star-icon.png) no-repeat right;
    padding-right: 15px;
    margin-right: 15px;
}
.tags a {
    border-radius: 30px;
    background: #ededed;
    padding: 2px 10px;
    border: 1px solid #ddd;
}
/*----------------------------------------------
NAVIGATION
------------------------------------------------*/
/*------UTILITY NAVIGATION------*/
#utility-nav {
    float: left;
    margin-top: 10px;
}
#utility-nav ul {
    float: left;
    margin: 0;
}
#utility-nav ul li {
    float: left;
    list-style: none;
    padding: 0 10px;
}
#utility-nav ul li a {
    color: #013d42;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
#utility-nav ul li a:hover {
    color: #0c8892;
}
/*------MAIN NAVIGATION------*/
#mobile-menu {
    display: none;
}
#nav {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background: #013d42;
}
#nav ul.nav {
    display: flex;
    margin: 0px;
    position: relative;
    text-align: center;
}
#nav ul.nav li {
    vertical-align: top;
    flex-grow: 1;
    list-style: none;
    font-family: "Montserrat", sans-serif;
}
#nav ul.nav li a {
    text-decoration: none;
}
#nav ul.nav > li > a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 24px 0px;
    border-right: 1px solid #2c5e62;
}
#nav ul.nav > li.first > a {
    border-left: 1px solid #2c5e62;
}
#nav ul.nav > li:hover > a {
    background: #3c7d83;
}
#nav ul.nav > li.selected > a {
    color: #fff;
    background: #2c5e62;
}
#nav .nav-icon {
    display: block;
}
#nav .sub-title {
    font-size: 11px;
    margin-top: -6px;
    display: block;
}
/*------MAIN NAVIGATION - DROP NAV------*/
#nav ul {
    margin: 0;
}
#nav ul.nav > li > ul {
    margin: 0;
    background-color: #fff;
    position: absolute;
    padding: 0px;
    z-index: 100;
    min-width: 176px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.11);
}
#nav ul.nav li ul li {
    float: left;
    clear: both;
    background: none;
    width: 100%;
}
#nav ul.nav > li > ul > li {
    border-bottom: 1px solid #e5e7e9;
}
#nav ul.nav > li > ul > li.last {
    border: 0;
}
#nav ul.nav > li > ul > li img {
    display: none;
}

/* 2nd Level */
#nav ul.nav li ul li.selected > a {
    color:#00808a;
}
#nav ul.nav li ul li a:hover {
    background: #e8e8e8;
}
#nav ul.nav li ul li.selected > a {
}
#nav ul.nav li ul li a {
    background: none;
    color: #263b45;
    text-transform: none;
    display: block;
    text-align: left;
    padding: 12px 10px;
    font-size: 12px;
}

#nav ul.nav ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: absolute;
    font-size: 13px;
    width: auto;
}
#nav ul.nav ul {
    width: 100%;
    height: 0;

    float: left;
    left: -999em;
    z-index: 999;
}
#nav ul.nav li:hover > ul,
#nav ul.nav li.focus > ul {
    height: auto;
    left: auto;
}
#nav ul.nav ul li:hover > ul,
#nav ul.nav ul li.focus > ul,
#nav ul.nav ul li:active > ul {
    left: 100%;
    top: 0;
}

/*------LEFT NAVIGATION------*/
#left-nav {
    margin-bottom: 20px;
}
#left-nav ul.nav {
    margin: 0;
}
#left-nav ul.nav > li {
    font-family: "Raleway", sans-serif;
    list-style: none;
    border-bottom: 1px solid #e0e3e5;
}
#left-nav ul.nav > li.last {
    border: 0;
}
#left-nav ul.nav > li a {
    display: block;
    font-size: 18px;
    color: #263b45;
    text-decoration: none;
}
#left-nav ul.nav > li > a {
    padding: 24px 20px 24px 0;
    background: url(images/blue-arrow.png) 98% no-repeat;
}
#left-nav ul.nav > li a:hover {
    color: #000;
}
#left-nav ul.nav > li.selected > a {
    font-weight: bold;
    background: url(images/blue-circle.png) right no-repeat;
}
#left-nav ul.nav > li > ul {
    padding-bottom: 15px;
    margin: 0;
}
#left-nav ul.nav > li > ul > li {
    border: 0;
    font-weight: normal;
    list-style: none;
}
#left-nav ul.nav > li > ul > li > a {
    padding: 5px 0 5px 12px;
    font-size: 14px;
}
#left-nav ul.nav > li > ul > li.selected > a {
    color: #000;
    font-weight: bold;
}

/*------SNAP NAVIGATION------*/
#snap-utility-nav {
    background: #272c38;
    float: left;
}
#snap-icon-nav span.icon-text {
    position: relative;
}
#snap-icon-nav span.icon-text {
    background: none;
    color: #fff;
    margin-left: 10px;
}
#snap-icon-nav span img {
    width: 30px;
}
#snap-nav ul.nav > li > ul > li {
    clear: both;
}
#snap-nav ul.nav > li > ul > li a {
    font-size: 12px;
    border: 0;
    padding: 10px 20px;
}
#snap-nav ul.nav > li > ul > li > ul > li a {
    font-size: 10px;
    border: 0;
    padding: 5px 30px;
}

#snap-nav ul.nav > li > ul {
    display: none;
}

#account {
    position: relative;
}
#snap-account-welcome {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    padding: 50px 0 0px 20px;
    line-height: 100%;
}
#snap-account-links {
    padding: 0px 20px 10px;
}
#snap-account-links a {
    color: #fff;
}
.snap-drawers .btn {
    padding: 10px 0;
    display: block;
    margin-right: 0;
    font-weight: bold;
}
/*----------------------------------------------
CALENDAR
------------------------------------------------*/
.ThemeMinimalExtropy .EventTitle,
.ThemeMinimalExtropy td.EventTitle td {
    background-image: none;
}
.ThemeMinimalExtropy td.EventDayHeader {
    background: #fff;
}
.ThemeMinimalExtropy td.EventDay {
    height: 160px;
}
.ThemeMinimalExtropy td.EventSelectedDay {
    font-weight: 300;
    color: #375162;
    background-color: #c7def1;
    border: 0px;
    text-align: left;
    font-size: 10px;
}
div.EvtHdrLftCol {
    display: none;
}
.ThemeMinimalExtropy div.EvtHdrMdlCol {
    width: 100%;
    margin-bottom: 10px;
}
div.EvtHdrMdlCol > div {
    float: left;
    padding-right: 2%;
}
div.SelCategoryTR,
div.SelCategoryTR {
    float: left;
}
.ThemeMinimalExtropy .TopIconBar {
    display: none;
}
.DetailEventDetailsDiv1 {
    font-size: 20px;
    margin-bottom: 20px;
}
/*----------------------------------------------
VIDEO LIBRARY
------------------------------------------------*/

.video-library .article-entry {
    clear: both;
}
.video-library .article .article-title h3 a {
    background: none;
    padding: 0;
    text-decoration: none;
}
.video-library .video-category {
    margin-bottom: 40px;
}
.video-library a.video img {
    height: 100%;
}
.article.col-3 {
    clear: none;
}
.article.col-3 {
    width: 33.33%;
    height: 480px;
    float: left;
    padding: 10px;
}
.article-header {
    min-height: 50px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------------------------
TARGET NUMBERS
------------------------------------------------*/
.target-numbers {
    width: 430px;
}
.target-numbers-tbl {
    width: 100%;
}
.target-numbers-tbl tr td {
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    line-height: 100%;
}
.target-numbers-tbl tr td .small-text {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.target-numbers-tbl tr td.large-text {
    font-size: 14px;
}
.target-numbers-tbl tr td.large-text span {
    font-weight: bold;
    text-transform: uppercase;
}

#visualization {
    width: 100%;
    margin-top: 0px;
}

.futurity-tbl {
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
/*----------------------------------------------
IE7/8
------------------------------------------------*/
body.ie7 #header {
    position: relative;
}
body.ie7 #page {
    margin-top: 0;
}
body.ie7 .social a {
    width: auto !important;
}
body.ie7 .big-phone-number {
    position: relative;
}
body.ie7 #dnn_RotatorPane .pager {
    position: relative;
    z-index: 1000;
}
body.ie7 #dnn_RotatorPane .pager ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: 0;
}
body.ie7 #dnn_RotatorPane .pager ul li a {
    color: transparent;
}
body.ie7 #dnn_Pane_4ColLeft,
body.ie7 #dnn_Pane_4ColLeftMiddle,
body.ie7 #dnn_Pane_4ColRightMiddle,
body.ie7 #dnn_Pane_4ColRight {
    padding: 0;
}
body.ie7 #brown-ribbon-bg #dnn_BrownRibbonPane2ColRight {
    padding-left: 0;
}
body.ie7 #nav ul.nav > li > ul,
body.ie8 #nav ul.nav > li > ul {
    display: none;
}
body.ie7 #nav ul.nav > li:hover > ul,
body.ie8 #nav ul.nav > li:hover > ul {
    display: block;
}

body.ie8 .article-slide:after {
    background: none !important;
}
/*----------------------------------------------
PRINT CSS
------------------------------------------------*/
@media print {
    .wrapper {
        width: 100%;
    }
    #header .align-right {
        display: none;
    }
    #nav {
        display: none;
    }

    #footer {
        display: none;
    }
    .snap-content {
        position: relative !important;
    }
}
/*----------------------------------------------
RESPONSIVE
------------------------------------------------*/
@media screen and (min-width: 768px) {
    #nav ul.nav {
        /* display: block !important; */
    }
    #nav ul.nav > li > ul {
        opacity: 0;
        visibility: hidden;
        display: block;
    }
    #nav ul.nav > li:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    .logout-link a {
        display: inline-block;
    }
}

@media screen and (max-width: 1180px) {
    #header > .wrapper {
        padding: 0 20px;
    }

    .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .row .row {
        width: 104%;
        margin-left: -2%;
        margin-right: -2%;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        padding: 40px 2% 0;
    }

    #nav ul.nav > li > a {
        padding: 24px 20px;
    }

    .slide-contents {
        padding: 0 20px;
    }
    .btn-large {
        padding: 16px 40px;
    }
    h1 {
        font-size: 28px;
    }
    .wrapper {
        width: auto;
    }

    .btn {
        margin-bottom: 10px;
    }
    #dnn_RotatorPane .slide-title a {
        font-size: 50px;
    }
    #dnn_RotatorPane .slide-subtitle a {
        font-size: 20px;
    }
    #dnn_RotatorPane .slide-text {
        width: 50%;
        padding-right: 20px;
    }
    #dnn_RotatorPane .slide-image {
        width: 100%;
        height: auto;
    }
    #dnn_RotatorPane .slide-image img {
        width: 100%;
        min-height: 0px;
        height: auto;
        max-height: 340px;
    }

    .search-button {
        width: 8%;
        margin: 0;
    }
    .search-button img {
        width: 100%;
    }
    #account {
        display: none;
    }

    .gray-bg {
        background: none;
    }
    #dnn_RotatorPane .slide-text {
        font-size: 16px;
    }
    #dnn_RotatorPane .prev a {
        display: none;
    }
    #dnn_RotatorPane .next a {
        display: none;
    }

    .DNNModuleContent .Normal img.no-resize {
        width: auto;
    }

    #dnn_dnnLogin_loginGroup a {
        padding: 38px 20px;
    }
    #account-username {
        padding: 38px 20px;
    }
    .video-library .article .article-title h3 a {
        background: none;
        padding: 0;
        font-size: 16px;
    }

    .article-rating {
        display: none;
    }
    div[class*="article-slide-"]:after {
        min-width: 1182px;
    }
    #dnn_dnnCopyright_lblCopyright,
    #wa {
        padding-right: 20px;
    }
    .video .video-category {
        width: 20%;
        float: left;
        margin: 0;
    }
    .video .article-content {
        width: 80%;
    }
}

@media screen and (max-width: 1110px) {
    #utility-nav ul li {
        padding: 0 7px;
    }
    .search-input input {
        width: 120px;
    }
}
@media screen and (max-width: 1024px) {
    ul.navigation-links li a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    .search-input input {
        width: 200px;
    }
    #header #logo {
        padding: 10px 10px 10px 10px;
    }
    #header #logo img#dnn_ctl03_imgLogo {
        margin-left: 20px;
    }
    #nav {
        display: none;
        width: 100%;
        margin-top: 12px;
    }
    #utility-nav {
        display: none;
    }
    #open-left {
        float: left;
        display: inline-block;
        margin-top: 28px;
    }

    #header .align-right {
        margin-top: 23px;
    }

    .col-md-9,
    .col-md-3 {
        width: 100%;
        display: block;
    }
    .btn {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 960px) {
    .video-category {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        display: block;
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    #header #logo {
        padding: 10px 10px 10px 10px;
        width: 100%;
        text-align: center;
    }
    #open-left {
        display: block;
        position: absolute;
        z-index: 999;
        top: 0px;
        left: 20px;
        margin-top: 25px;
    }
    #header .search {
        display: none;
    }
    .video-category {
        display: none;
    }
    .one-half {
        width: 100%;
    }
    ul.slick-dots {
        bottom: 15px;
    }
    #header #logo img#dnn_ctl03_imgLogo {
        width: 200px;
    }
    #page {
        padding: 0;
    }
    #green-ribbon-bg {
        margin-bottom: 0px;
    }
    #page-title {
        text-align: center;
    }
    #page-title h1 {
        font-size: 24px;
    }
    #breadcrumbs {
        padding: 0 20px;
        text-align: center;
    }
    #account-login {
        clear: both;
    }

    #left-nav {
        display: none;
    }

    #wa {
        text-align: center;
    }

    #mobile-menu {
        background: url(images/icons/mobile-main-nav-icon.png) no-repeat 10px
            #d6d0c5;
        display: block;
        color: #7c3a00;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        padding: 20px 20px 20px 50px;
        text-align: left;
        cursor: pointer;
    }

    .btn {
        clear:both;
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-right: 0;
    }
    .align-right.align-top {
        position: relative;
        float: none;
    }
    #web-ascender {
        padding: 20px;
        margin: 0;
        text-align: center;
    }
    #dnn_dnnLogin_loginGroup,
    #account-username {
        display: none;
    }
    .contact {
        text-align: center;
        margin-bottom: 20px;
        float: none;
    }
    .contact .big-phone-number {
        font-size: 30px;
        margin-top: 20px;
    }
    #dnn_RotatorPane .slide-title a {
        font-size: 40px;
    }
    #dnn_RotatorPane .slide-text {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    #dnn_RotatorPane .slide-image {
        width: 100%;
    }
    span.icon-text {
        background: none;
    }

    #footer {
        text-align: center;
        padding: 40px 0 20px;
    }

    #dnn_dnnCopyright_lblCopyright {
        text-align: center;
        padding: 10px 0;
    }

    textarea {
        width: 100% !important;
    }

    #snap-nav ul.nav > li > ul {
        display: none;
        float: left;
        clear: both;
        position: relative;
        padding: 10px 0;
        top: 0;
        width: 100%;
    }
    .quick-links-tbl td * {
        font-size: 12px;
    }
    .ThemeMinimalExtropy .EventDay a {
        font-size: 12px;
    }
    .DetailCommands.dnnActions {
        margin: 0;
        width: 100% !important;
    }
    .DetailCommands.dnnActions li {
        width: 100%;
        margin: 0;
    }
    .DetailCommands.dnnActions li a {
        display: block;
    }
    .video .article-content {
        width: 100%;
    }
    .Normal a,
    .Normal a:visited {
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    #footer ul#footer-social {
        text-align: center;
    }
}
@media screen and (max-width: 280px) {
    #header #logo img#dnn_ctl03_imgLogo {
        width: 120px;
    }
}
/*----------------------------------------------
DNN
------------------------------------------------*/
.DNNEmptyPane {
    display: none;
}

/* .dnnDropEmptyPanes{display:none;}
.DNNEmptyPane{display:none;}
.DnnModule {position:relative;float:left;width:100%;margin:0 0 20px 0;}
#dnn_RotatorPane .DnnModule {margin:0 0 0px 0;}
.dnnEditState .DnnModule {opacity: 1.0;}
.dnnDragHint {outline: 0px dashed #ccc;}
.dnnSortable {min-height:0!important;}
.fmwizardstepscontainer{display:none!important;} */
