@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700|Lora:400);

/************************************************/
/*************** GENERAL SETTINGS ***************/
/************************************************/

* {
    margin: 0;
    padding: 0;
}
body {
    color: #767676;
    color: #5c5c5c;
    font: 14px/24px "Raleway Regular", sans-serif;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}
h1 {
    border-bottom: 1px dotted #c6c6c6;
    border-top: 1px dotted #c6c6c6;
    color: #767676;
    font: 24px/24px "Raleway Regular", sans-serif;
    letter-spacing: 3px;
    padding: 10px 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
h2 {
    color: #886b01;
    font: 21px/21px "Raleway Bold", sans-serif;
    letter-spacing: 2px;
    margin: 45px 0 26px 0;
    text-transform: uppercase;
}
h3 {
    color: #886b01;
    font: 18px/18px "Raleway Regular", sans-serif;
    letter-spacing: 2px;
}
h4 {
    color: #886b01;
    font: 14px/24px "Raleway Bold", sans-serif;
    letter-spacing: 1px;
}
h5 {
    color: #886b01;
    font: 11px/11px "Raleway Regular", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h6 {
    color: #989c97;
    font: 14px/24px "Raleway Regular", sans-serif;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    line-height: 24px;
}
strong,
b {
    font-family: "Raleway Bold", sans-serif;
}

a {
    color: inherit;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color: #10294b;
}

blockquote {
    border-left: 0;
    color: #886b01;
    font-size: 21px;
    line-height: 30px;
    padding: 0!important;
    margin: 0!important;
}
blockquote p {
    color: #886b01;
    font-size: 21px;
    line-height: 30px;
}





/************************************************/
/******************** HEADER ********************/
/************************************************/

#section-header {
    position: relative;
    z-index: 1;
    background: #00274c;
}
body.page-topmost #section-header {
    background: rgba(0,39,76,.9);
}

#zone-header-prefix {
    background: #394c62;
    color: #ffcb05;
    text-transform: uppercase;
}

#zone-header-prefix .widget {
    padding: 8px 0;
}

#zone-header-prefix p {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 0;
}
#zone-header-prefix a:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

#zone-header-branding {
    color: #fff;
    padding: 35px 0;
}
#zone-header-branding h1 {
    border: 0;
    padding: 0;
}

.logo-title .logo {
    /*margin: 14px 0 0 0!important; */
    /*margin: 26px 0 0 0 !important; */
    max-width: 470px;
    width: 100%;
}
.logo-title .logo a {
    display: block;
}
.logo-title .logo a:hover {
    background: transparent;
}



#widget-header-second #wysiwyg_widgets_widget-8 {
    width: 295px;
    float: right;
    margin-bottom: 20px;
    border-top: 1px solid #96c0e7;
    border-bottom: 1px solid #96c0e7;
    font-family: "Raleway", sans-serif;
    text-align: center;
}
#widget-header-second #wysiwyg_widgets_widget-8 p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}
#widget-header-second #wysiwyg_widgets_widget-8 p a {
    text-decoration: none;
    color: #c2dbf0;
}
#widget-header-second #wysiwyg_widgets_widget-8 p a:first-child {
    margin-right: 15px;
}
#widget-header-second #wysiwyg_widgets_widget-8 p a:last-child {
    margin-left: 15px;
}
#widget-header-second #wysiwyg_widgets_widget-8 p a:hover {
    background: transparent;
    color: #fff;
    text-decoration: underline;
}
#widget-header-second .social-icons {
    display: inline;
    float: right;
    font-size: 24px;
    list-style: none;
    margin: 0 5px 0 0;
}
#widget-header-second .social-icons li {
    background: #636363;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    height: 35px;
    margin: 5px 10px 0 0;
    position: relative;
    text-align: center;
    width: 35px;
}
#widget-header-second .social-icons li:hover {
    background: #767676;
    background: #231F20;
}
#widget-header-second .social-icons li a {
    color: #fff;
    display: block;
}
#widget-header-second .social-icons li a:hover {
    background: transparent;
    color: #fff;
}

#widget-header-second #search-2 {
    float: right;
}
#widget-header-second .search-form {
    position: relative;
    background: #fff;
    float: right;
    margin: 3px 0 0 0;
    width: 295px;
}
#widget-header-second .search-form label {
    display: block;
    padding-right: 48px;
}
#widget-header-second .search-form input {
    background: none;
    border: 0;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
}
#widget-header-second .search-form input:focus {
    background: none;
    box-shadow: none;
    outline: none;
}
#widget-header-second .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: none;
    color: #fff;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    background: #7d7d7d;
    text-align: center;
}
#widget-header-second .search-form button:hover {
    color: #ccc;
}
#widget-header-second .search-form button:focus {
    outline: none;
}

#widget-header-second .search-form .options {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    border-top: 1px solid #757575;
}
#widget-header-second .search-form .options ul {
    list-style-type: none;
    background: #fff;
    color: #000;
    padding: 10px;
    margin: 0;
}
#widget-header-second .search-form .options ul li {
    display: block;
    float: left;
    width: 50%;
    line-height: 1;
    text-transform: none;
}
#widget-header-second .search-form .options ul li label {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1;
}
#widget-header-second .search-form .options ul li input {
    margin: 0;
    height: auto;
}


#widget-header-second h1 {
    color: #fff;
    float: right;
    font-size: 18px;
    letter-spacing: 5px;
    margin: 10px 0 0 0!important;
    text-align: right;
    width: 100%;
}



/************************************************/
/****************** NAVIGATION ******************/
/************************************************/

#zone-header-postfix #nav_menu-2 {
    background: rgb(255,255,255);
    background: transparent\9;
    background: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
    zoom: 1;
    color: #767676;
    float: right;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    zoom: 1;
}
#zone-header-postfix #nav_menu-2:nth-child(n) {
    filter: none;
}
#zone-header-postfix #nav_menu-2 h4 {
    color: #767676;
    float: left;
    font-family: "Raleway Regular", sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin: 8px 5px 8px 20px;
}
#zone-header-postfix #nav_menu-2 .menu-secondary-header-navigation-container {
    float: left;
}
#zone-header-postfix #nav_menu-2 ul {
    float: left;
    font-size: 11px;
    line-height: 18px;
    list-style: none;
    margin: 0;
}
#zone-header-postfix #nav_menu-2 ul li {
    float: left;
    margin: 0 -1px 0 0;
}
#zone-header-postfix #nav_menu-2 ul li a {
    background: url("../images/border-nav.gif") right center no-repeat;
    color: #767676;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
}
#zone-header-postfix #nav_menu-2 ul li.last-link a {
    background: none;
}
#zone-header-postfix #nav_menu-2 ul li a:hover,
#zone-header-postfix #nav_menu-2 ul li.current-menu-item a {
    background: #886b01;
    color: #fff;
}



#zone-header-menu {
    color: #fff;
    border-top: 1px solid #51718c;
    border-bottom: 1px solid #51718c;
}
#zone-header-menu a {
    color: #fff;
    text-decoration: none;
}
#zone-header-menu ul {
}
#zone-header-menu .fskelMenu ul {
    margin: 0;
}
#zone-header-menu .fskelMenu ul li {
    padding: 0;
}
#zone-header-menu ul li {
    float: left;
    padding: 0;
    position: relative;
}
#zone-header-menu ul li:hover,
#zone-header-menu ul li.current-menu-item,
#zone-header-menu ul li.current-page-ancestor,
.post-type-archive-new_collection #zone-header-menu ul li.menu-item-113 {
    background: #3c5878;
}
#zone-header-menu ul li a {
    display: block;
    padding: 20px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 18px;
}
#zone-header-menu ul li a:hover {
    background: #3c5878;
}
#zone-header-menu ul li ul {
    display: none;
    padding: 7px;
}
#zone-header-menu ul li:hover ul {
    background: #3c5878;
    display: block;
    left: 0;
    position: absolute;
    min-width: 180px;
}
#zone-header-menu ul li ul li {
    width: 100%;
}
#zone-header-menu ul li ul li a {
    font: 12px/18px "Raleway Regular", sans-serif;
    height: inherit;
    padding: 7px;
}
#zone-header-menu ul li ul li a:hover,
#zone-header-menu ul li ul li.current-menu-item {
    background: #394c62;
}

#zone-header-menu .responsive {
    background: #10294b;
}
#zone-header-menu .responsive a h3 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
#zone-header-menu .responsive ul {
    padding: 10px 0;
}
#zone-header-menu .responsive ul li {
    width: 100%!important;
}
#zone-header-menu .responsive ul li a {
    height: auto;
    padding: 7px;
}
#zone-header-menu .responsive ul li a:hover,
#zone-header-menu .responsive ul li.current-page-ancestor,
#zone-header-menu .responsive ul li.current_page_item {
    background: #394c62;
}
#zone-header-menu .responsive ul li ul,
#zone-header-menu .fskelMenu ul li#menu-item-1667 {
    display: none;
}





/************************************************/
/********************* SEARCH *******************/
/************************************************/

body.search h1.postTitle {
    border: none;
}
.search #contentnav {
    display: none;
}
.search #posts {
    list-style: none;
    margin: 0;
}
.search #posts .postWrapper {
    border-top: 1px dotted #767676;
    padding: 17px 0 0 0;
    margin: 26px 0 0 0;
}
.search #posts .postWrapper h3 {
    margin: 0 0 2px 0;
}
.search #posts .postWrapper h3 a {
    display: block;
    text-decoration: none;
}
.search #posts .postWrapper h3 a:hover {
    background-color: transparent;
}
.search #posts .postWrapper a.read-more-arrow {
    color: #886b01;
    letter-spacing: 0;
    text-decoration: none;
}
.search #posts .postWrapper a.read-more-arrow:hover {
    background-color: transparent;
    color: #B08A00;
}

/*** GOOGLE SEARCH ***/
#___gcse_0 {
    xfloat: right;
    xwidth: 170px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0!important;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    height: 28px!important;
    margin: 4px 4px 0 4px!important;
    padding: 5px!important;
    width: 28px!important;
}
.page-id-1692 .postWrapper {
    margin: 0;
}
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
    color: #767676;
    font-family: "Raleway Regular", sans-serif!important;
    letter-spacing: 1px;
}
.gsc-adBlock {
  display: none!important;
}
.gsc-selected-option-container {
    min-width: 87px!important;
}
.gsib_b .gsst_a {
    padding-top: 6px!important;
}
#gs_tti50 {
    padding-top: 3px!important;
}


.gsc-input {
background-image:none!important;
}

.gsc-tabsArea {
    height: 31px !important;
}
.gsc-tabsArea > .gsc-tabHeader {
    height: 30px !important;
}
.gsc-search-box-tools .gsc-search-box input[type="text"]:focus {
    background: transparent;
}


/************************************************/
/********************* PAGE *********************/
/************************************************/
#section-content {
    position: relative;
}

#zone-post .row,
body.search #zone-content .row {
    padding: 30px 0;
}

#leftsidebarnav ul {
    border-bottom: 1px dotted #c6c6c6;
    list-style: none;
    margin: 0;
}
#leftsidebarnav ul li {
    border-top: 1px dotted #c6c6c6;
    font-size: 15px;
    line-height: 18px;
}
#leftsidebarnav ul li.page-item-1667 {
    display: none;
}
.single-magazine #leftsidebarnav ul li.page-item-1667,
.tax-magazine_archive #leftsidebarnav ul li.page-item-1667,
.page-template-page-templatesmagazine-taxonomy-php #leftsidebarnav ul li.page-item-1667,
.post-type-archive-magazine #leftsidebarnav ul li.page-item-1667 {
    display: block;
}
#leftsidebarnav ul li a {
    background-size: 11px 18px;
    display: block;
    text-decoration: none;
    color: #024794;
}
#leftsidebarnav ul li a span {
    color: #10294b;
    color: #024794;
    display: block;
    padding: 5px;
    margin: 25px 0;
}
.tax-magazine_archive #leftsidebarnav ul li.page-item-60 a span {
    background: none;
    color: #10294b;
}
#leftsidebarnav ul li.page-item-1667 a span {
    background: none;
    color: #10294b;
    margin: 10px 21px 10px 20px;
}
#leftsidebarnav ul li a:hover span,
#leftsidebarnav ul li ul li a:hover span,
#leftsidebarnav ul li.current_page_item a span,
#leftsidebarnav ul li ul li.current_page_item a span,
#leftsidebarnav ul li.current_page_item a:hover span,
#leftsidebarnav ul li ul li.current_page_item a:hover span,
.single-magazine #leftsidebarnav .current-page-ancestor a span,
#leftsidebarnav ul li.page-item-1667 a:hover span,
.tax-magazine_archive #leftsidebarnav ul li.page-item-1667 a span  {
    background: #989c97;
    color: #fff;
}
#leftsidebarnav ul li ul {
    border-bottom: 0;
}
#leftsidebarnav ul li ul li a,
#leftsidebarnav ul li.page-item-1667 a {
    background-size: 8px 13px;
}
#leftsidebarnav ul li ul li a span,
#leftsidebarnav ul li.current_page_item ul li a span {
    background: none;
    color: #10294b;
    margin: 10px 21px 10px 20px;
}
#leftsidebarnav ul li ul li ul li {
    text-transform: none;
}
#leftsidebarnav ul li ul li ul li a {
    background: none;
}
#leftsidebarnav ul li ul li ul li a span {
    margin: 10px 0 10px 40px!important;
}
#leftsidebarnav ul li ul li ul li ul li a span {
    margin: 10px 0 10px 60px!important;
}

.postWrapper > .postTitle {
    font-family: 'Lora', serif;
}

body.page-topmost .postWrapper > .postTitle {
    margin: -80px 0 30px -15px;
    margin: -30px 0 30px -15px;
    padding: 10px 15px;
    background: rgba(0,39,76,.8);
    border: none;
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 30px;
    line-height: 1;
}

.postWrapper {
    margin: 0 0 0 10%;
    margin: 0 0 0 5%;
}
.postWrapper li {
    font-size: 14px;
    line-height: 24px;
}
.postWrapper .complete-story {
    color: #886b01;
    letter-spacing: 0;
    text-decoration: none;
}

.featured-image,
.featured-image-dynamic {
    background-color: #e5e5e5;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.featured-image {
    height: 480px;
}
.page-child .featured-image,
.single .featured-image-dynamic {
    height: 360px;
}
.featured-image-dynamic {
    height: 960px;
}
.page-child .featured-image-dynamic {
    height: 720px;
}
.single .featured-image {
    background-color: transparent;
    float: left;
    height: 212px;
    margin: 0 20px 20px 0;
    width: 212px;
}

.alignright,
.alignleft,
.alignnone,
.aligncenter {
    max-width: 100%!important;
}
.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
.alignnone {
    float: none;
    margin: 0 0 20px 0;
}
.aligncenter {
    margin: 0 auto 20px auto;
}
p.wp-caption-text {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    margin: 20px 0 0 0;
    text-align: left;
}
.gallery .gallery-item img {
    border: 0!important;
}
.gallery-item .gallery-caption {
    display: none;
}

#related_links,
#footnotes {
    border-top: 1px dotted #c6c6c6;
    float: left;
    font-size: 12px;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    width: 100%;
}
#footnotes {
    font-style: italic;
}
#footnotes ol {
    margin: 0;
    padding: 0 0 0 20px;
}
#footnotes ol li {
    font-size: 12px;
}





/************************************************/
/********************* POST *********************/
/************************************************/

.page-numbers,
.gsc-cursor {
    float: left;
    list-style: none;
    margin: 20px 0 0 0;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers li .current {
    font-weight: bold;
    padding: 2px 7px;
}
.gsc-cursor-current-page {
    border: 0!important;
    color: #767676!important;
}
.page-numbers li a,
.gsc-cursor-page {
    border: 1px dotted #767676;
    padding: 2px 7px;
    text-decoration: none;
}
.gsc-cursor-page {
    border-color: #767676!important;
    float: left;
    margin-bottom: 10px;
    padding: 5px 7px;
    text-decoration: none;
}
.page-numbers li a:hover,
.gsc-cursor-page:hover {
    border-color: #886b01!important;
}
.gsc-cursor-page:hover {
    background: #edebe6!important;
    color: #10294b!important;
    text-decoration: none!important;
}
.gsc-cursor-current-page:hover {
    background: #fff!important;
    color: #767676!important;
}
.page-numbers li .next {
    margin: 0 0 0 10px;
}





/************************************************/
/********************* HOME *********************/
/************************************************/

#zone-featured-image {
    background-color: #e5e5e5;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 1024px;
}
#featured-image-main {
    position: relative;
}
#featured-image-content {
    background:rgb(101,90,82);
    background: transparent\9;
    background:rgba(101,90,82,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc655a52,endColorstr=#cc655a52);
    zoom: 1;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 630px;
    width: 300px;
    zoom: 1;
}
#featured-image-content:nth-child(n) {
    filter: none;
}
#featured-image-content h5 {
    color: #fff;
    margin: 0 0 -10px 0;
    text-transform: uppercase;
}
#featured-image-content p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    margin: 15px 0 0 0;
}

#zone-library-features {
    padding: 30px 0 50px 0;
}
#library-features-content {
    margin: 0 0 30px 0;
}
#library-features-content p {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
}
.library-feature-content {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    position: relative;
    width: 90%;
}
#post-217 .library-feature-content {
    background-color: #6b6d68;
    margin: 0 10% 0 0;
}
#post-229 .library-feature-content {
    background-color: #002a5c;
    background-position: top center;
    margin: 0 5%;
}
#post-232 .library-feature-content {
    background-color: #7a7852;
    margin: 0 0 0 10%;
}
.library-feature-content a {
    color: #fff;
    text-decoration: none;
}
.library-feature-content a:hover {
    background: transparent;
}
.library-feature-content h5 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 30px;
}
.library-feature-content p {
    font-size: 12px;
    line-height: 24px;
}
.library-feature-content-main {
    padding: 10px;
}
#post-217 .library-feature-content-main {
    background: url('../images/bg-home-collections@2x.jpg') top right no-repeat;
    background-size: 230px auto;
    padding-bottom: 360px;
    padding-top: 160px;
}
#post-229 .library-feature-content-main {
    background: url('../images/bg-home-stories@2x.jpg') top right no-repeat;
    background-size: 92px auto;
    padding-right: 102px;
}
#post-232 .library-feature-content-main {
    background: url('../images/bg-home-bicentennial@2x.jpg') top left no-repeat;
    background-size: 45px auto;
    min-height: 340px;
    padding-bottom: 360px;
    padding-left: 55px;
    padding-top: 30px;
}
#post-217 .library-feature-featured-image,
#post-232 .library-feature-featured-image {
    bottom: 0;
    position: absolute;
}
.library-feature-featured-image img {
    max-height: 350px;
    width: 100%;
}

#zone-video-gallery-title {
    margin: 0 0 30px 0;
}
#zone-video-gallery {
    background: #6b6d68;
    color: #fff;
}
#zone-video-gallery .row {
    padding: 30px 0 50px 0;
}
#video-gallery-content iframe {
    margin: 0 5% 20px 5%;
    width: 90%;
}
#zone-video-gallery h5,
#zone-video-gallery p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 20px 0 0 0;
}
#zone-video-gallery h5 {
    letter-spacing: 2px;
    margin: 0;
}
#zone-video-gallery p {
    letter-spacing: 0;
}
#video-gallery-content-container {
    padding: 0 25%;
}

#zone-photo-of-the-month {
    background-color: #e5e5e5;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 1288px;
}
#photo-of-the-month-content {
    background:rgb(107,109,104);
    background: transparent\9;
    background:rgba(107,109,104,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6b6d68,endColorstr=#cc6b6d68);
    color: #fff;
    padding: 30px;
}
#photo-of-the-month-content h5 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
}
#photo-of-the-month-content h6 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}
#photo-of-the-month-content p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    margin: 20px 0 0 0;
}

#zone-postcards {
    background: #394c62;
    color: #fff;
    padding: 50px 0 30px 0;
}
#zone-postcards .gallery {
    margin: 0 0 30px 0;
}
#zone-postcards .gallery .gallery-item {
    margin: 0 0 0 3%;
    width: 30%;
}
#zone-postcards .gallery img {
    border: 0;
    -moz-box-shadow: 21px 21px 29px #000;
    -webkit-box-shadow: 21px 21px 29px #000;
    box-shadow: 21px 21px 29px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=29, Direction=120, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=29, Direction=120, Color='#000000');
}
#postcards-content h6,
#postcards-content p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 30%;
}
#postcards-content h6 {
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
#postcards-content p {
    letter-spacing: 0;
}
#home-down-arrow {
    position: fixed;
    right: 3rem;
    bottom: 4rem;
    font-size: 50px;
    color: #d2d2d2;
    opacity: .4;
}





/************************************************/
/******************* AUDIENCE *******************/
/************************************************/

#zone-audience .row {
    padding: 30px 0;
}
#zone-audience .postWrapper {
    margin: 0;
}
#zone-audience #audience-children {
    list-style: none;
    margin: 40px 0 0 0;
}
#zone-audience #audience-children .audience-child {
    border-top: 1px dotted #c6c6c6;
    padding-bottom: 20px;
    padding-top: 40px;
}
#zone-audience #audience-children .audience-child > h2 {
    margin-top: 0;
}
#zone-audience #audience-children .audience-child ul {
    list-style: disc;
    margin-bottom: 20px;
}
#zone-audience #audience-children .audience-child .span {
    background: url('../images/arrow-gold@2x.png') right center no-repeat;
    background-size: 11px 18px;
    font: 14px/24px "Raleway Bold", sans-serif;
    letter-spacing: 1px;
    padding: 0 21px 0 0;
}





/************************************************/
/************* COLLECTION HIGHLIGHTS ************/
/************************************************/

.post-new-collections {
    list-style: none;
    margin: 0;
}
.post-new-collections li {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}
.post-new-collections li ul {
    list-style: disc;
}





/************************************************/
/****************** FORMIDABLE ******************/
/************************************************/

.with_frm_style label.frm_primary_label,
.with_frm_style.frm_login_form label,
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
    color: #767676;
    font: normal 14px/24px "Raleway Regular", sans-serif;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=file],
.with_frm_style select {
    float: left;
    width: 100%;
}
.with_frm_style .frm_full {
    float: left;
}
.with_frm_style .frm_required {
    color: #886b01;
    font-size: 18px;
    font-weight: bold;
    right: 3px;
    position: relative;
    top: 3px;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style select,
.with_frm_style textarea,
#content .with_frm_style input:not([type=submit]):not([type=button]),
#content .with_frm_style select,
#content .with_frm_style textarea,
.with_frm_style .chosen-container {
    font: normal 14px/24px "Raleway Regular", sans-serif;
}
.with_frm_style .frm_blank_field label,
.with_frm_style .frm_error {
    color: #B94A48;
}
.with_frm_style .frm_error {
font-weight: bold;
}
.with_frm_style p.description,
.with_frm_style div.description,
.with_frm_style div.frm_description,
.with_frm_style .frm_error {
    float: left;
    font: normal 11px/16px "Raleway Regular", sans-serif;
    margin-top: 10px;
}





/************************************************/
/***************** NEWS & EVENTS ****************/
/************************************************/

.page-template-page-templatespage-bicentennial_updates-php .post > .postTitle {
    margin-top: 40px!important;
}

.post-news {
    list-style: none;
    margin: 0;
}

.post-news li {
    float: left;
    margin: 20px 0;
    width: 100%;
}

.post-type-archive-news .post-news li:first-child,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child {
    border-bottom: 1px dotted #c6c6c6;
    padding-bottom: 40px;
}

.post-news .news-container .news-featured-image {
    float: left;
    margin: 0 5% 0 0;
    width: 18%;
}

.post-type-archive-news .post-news li:first-child .news-container .news-featured-image,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-featured-image {
    width: 45%;
}

.post-type-archive-news .post-news li:first-child .news-container .news-featured-image img,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-featured-image img {
    height: auto;
    width: 100%;
}

.post-news .news-container .news-content {
    float: right;
    width: 77%;
}

.post-type-archive-news .post-news li:first-child .news-container .news-content,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-content {
    width: 50%;
}

.post-type-archive-news .post-news li:first-child .news-container .news-content h4,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-content h4 {
    color: #886b01;
    font-family: 'Raleway Bold';
    font-size: 34px;
    line-height: 40px;
}

.post-news .news-container .news-content h4 a {
    color: #767676;
    text-decoration: none;
}

.post-type-archive-news .post-news li:first-child .news-container .news-content h4 a,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-content h4 a {
    color: #886b01;
}

.post-news .news-container .news-content h4 a:hover {
    background: none;
    color: #886b01;
    text-decoration: underline;
}

.post-news .news-container .news-content h4 small {
    font-size: 80%;
}

.post-type-archive-news .post-news li:first-child .news-container .news-content .custom-excerpt-link span,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-content .custom-excerpt-link span {
    display: none;
}

.post-news .news-container .news-content .complete-story {
    color: #886b01;
    letter-spacing: 0;
    text-decoration: none;
}

.archive .post-news .news-container .news-content p,
.post-type-archive-news .post-news li:first-child .news-container .news-content p,
.page-template-page-templatespage-bicentennial_updates-php .post-news .news-container .news-content p,
.page-template-page-templatespage-news_events-php .post-news .news-container .news-content p {
    display: inline;
}

.post-type-archive-news .post-news li:first-child .news-container .news-content p,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-content p {
    font-size: 18px;
    line-height: 30px;
}

.post-type-archive-news .post-news li:first-child .news-container .news-content .custom-excerpt-link,
.page-template-page-templatespage-bicentennial_updates-php .post-news li:first-child .news-container .news-content .custom-excerpt-link {
    display: block;
    margin-top: 10px;
}

.postWrapper .post-newsevents .postTitle {
    margin-bottom: 10px;
    text-transform: none;
}

.postWrapper .post-newsevents h3 {
    color: #767676;
    margin-bottom: 20px;
}

.news-events-more {
    font: 18px/24px "Raleway Heavy", sans-serif;
    text-align: right;
}

.news-events-more a {
    background: url('../images/arrow-gold@2x.png') right center no-repeat;
    background-size: 11px 18px;
    color: #886b01;
    padding: 0 21px 0 0;
    text-decoration: none;
}

.news-events-more a:hover {
    text-decoration: underline;
}

.em-search-wrapper {
    display: none;
}

table {
    border: none;
    width: 100%;
}
table thead {
    background-color: #8e7f5c;
}
table thead tr th {
    font-family: 'Raleway Bold';
    text-transform: uppercase;
    color: #ffffff;
}
table tbody tr {
    border-bottom: solid 2px #dcdcdc;
}
table tbody td.event-title a {
    text-decoration: none;
    font-family: 'Raleway Bold';
}
table tbody td.event-title a:hover {
    background-color: transparent;
}
table tr td {
    color: #838383;
}





/************************************************/
/************** U-M'S BICENTENNIAL **************/
/************************************************/

.bicentennial-slideshow {
    float: left;
    margin-top: 40px;
    width: 100%;
}

.bicentennial-slideshow .postTitle + p {
    font-size: 18px;
    line-height: 30px;
}

ul.slideshow-navigation {
    list-style: none;
    margin: 0;
    width: 100%;
}

ul.slideshow-navigation li {
    border: 1px solid #d7d7d7;
    color: #00274c;
    float: left;
    font-size: 16px;
    margin-left: 2%;
    padding: 20px 5px;
    text-align: center;
    width: 32%;
}

ul.slideshow-navigation li:first-child {
    margin-left: 0;
}

ul.slideshow-navigation li:hover {
    background: #e2e2e2;
    cursor: pointer;
}

ul.slideshow-navigation li.current {
    background: #e0d5ab;
    border-color: #886b01;
}

.cycloneslider,
.cycloneslider-thumbnails {
    float: left;
    width: 100%;
}

.bicentennial-slideshow .cycloneslider,
.bicentennial-slideshow .cycloneslider-thumbnails {
    display: none;
}

.cycloneslider-thumbnails {
    margin-bottom: 20px!important;
}

.cycloneslider {
    margin-top: 20px;
}

#cycloneslider-slideshow-1-1,
#cycloneslider-slideshow-1-1-pager {
    display: block;
}

.cycloneslider-slides,
.cycloneslider-slide {
    height: 405px!important;
}

.cycloneslider-slide,
.cycloneslider-thumbnails {
    background: #333!important;
}

.cycloneslider-slide img {
    max-height: 100%!important;
    width: auto!important;
}

.cycloneslider-thumbnails {
    padding: 30px 15px!important;
}

.cycloneslider-thumbnails li {
    border: 1px solid #333!important;
}

.cycloneslider-thumbnails li.current {
    border: 1px solid #ffcb05!important;
}

.cycloneslider-caption .cycloneslider-caption-description {
    text-align: center;
}





/************************************************/
/*************** MAGAZINE ARCHIVE ***************/
/************************************************/

.single-magazine .current-page-ancestor span {

}
.magazine-archives {
    list-style: none;
    margin: 0 -0.9375rem;
}
.magazine-archives .magazine-archive {
    float: left;
    padding: 0 0.9375rem;
    width: 50%;
}
.magazine-archives .magazine-archive .archive-container {
    float: left;
    min-height: 400px;
    width: 100%;
}
.magazine-archives .magazine-archive .archive-container .archive-image {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.magazine-archives .magazine-archive .archive-container .archive-image img {
    height: auto;
    width: 100%;
}
.magazine-archives .magazine-archive .archive-container > a {
    text-decoration: none;
}





/************************************************/
/******************** FOOTER ********************/
/************************************************/

#zone-footer {
    background: #10294b;
    color: #fff;
    text-transform: uppercase;
}
#zone-footer .row {
    padding: 40px 0;
}
#zone-footer a {
    color: #fff;
    text-decoration: none;
}
#zone-footer a:hover {
    text-decoration: underline;
}
#zone-footer .widget,
#zone-footer .copyright {
    font-size: 11px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#zone-footer .widget h4 {
    text-transform: initial;
    color: #fff;
}
#zone-footer .widget p,
#zone-footer .copyright p {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
}
#zone-footer .copyright em {
    text-transform: none;
}





/************************************************/
/****************** FONT FACE *******************/
/************************************************/

@font-face {
    font-family: 'Raleway Regular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway Semibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway Bold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway Heavy';
    src: url('../fonts/raleway-heavy-webfont.eot');
    src: url('../fonts/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-heavy-webfont.woff2') format('woff2'),
         url('../fonts/raleway-heavy-webfont.woff') format('woff'),
         url('../fonts/raleway-heavy-webfont.ttf') format('truetype'),
         url('../fonts/raleway-heavy-webfont.svg#ralewayheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**************************************/
/********* Registration **************/
/*************************************/
.register {
    position: relative;
    display: inline-block;
    float: left;
    width: 32%;
    margin: 0 0 40px 0;
    padding: 10px 10px 25px 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
}
.register + .register {
    margin-left: 2%;
}
.register .button,
.register button {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    cursor: inherit;
}
.register .button a,
.register button a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 auto;
    background: #3c5878;
    text-decoration: none;
}
.register .button a:hover,
.register button a:hover {
    background: #666;
    color: #fff;
}
.register p {
    margin: 0;
}

.page-id-37 .register {
    width: 32%;
}

@media screen and (max-width: 40em) {
    .register {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
        min-height: 0;
        padding-bottom: 10px;
    }

    .register button {
        margin-top: 20px;
        position: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
    }

    #section-content > .featured-image {
        margin-top: 0 !important;
    }
    body.page-topmost .postWrapper > .postTitle {
        margin-top: 0 !important;
    }
}
