/*
Theme Name: LSC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lsc.cornell.edu
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lsc is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

----------------------------------------------------------------
>>> IMPORTANT NOTE FOR CYRUS: to complete theme also copy over
/includes/nav-menu-template.php
and set Primary menu in admin.
----------------------------------------------------------------
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Flex-Slider Overrides
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("//hello.myfonts.net/count/2f6954");
@font-face {font-family: 'PalatinoLTStd-Italic';src: url('fonts/2F6954_0_0.eot');src: url('fonts/2F6954_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F6954_0_0.woff2') format('woff2'),url('fonts/2F6954_0_0.woff') format('woff'),url('fonts/2F6954_0_0.ttf') format('truetype');}
@font-face {font-family: 'FrutigerLTPro-Bold';src: url('fonts/2F6954_1_0.eot');src: url('fonts/2F6954_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F6954_1_0.woff2') format('woff2'),url('fonts/2F6954_1_0.woff') format('woff'),url('fonts/2F6954_1_0.ttf') format('truetype');}
@font-face {font-family: 'PalatinoLT-Roman';src: url('fonts/2F6954_2_0.eot');src: url('fonts/2F6954_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F6954_2_0.woff2') format('woff2'),url('fonts/2F6954_2_0.woff') format('woff'),url('fonts/2F6954_2_0.ttf') format('truetype');}
@font-face {font-family: 'PalatinoLT-Bold';src: url('fonts/2F6954_3_0.eot');src: url('fonts/2F6954_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F6954_3_0.woff2') format('woff2'),url('fonts/2F6954_3_0.woff') format('woff'),url('fonts/2F6954_3_0.ttf') format('truetype');}
@font-face {font-family: 'FrutigerLTPro-Roman';src: url('fonts/2F6954_4_0.eot');src: url('fonts/2F6954_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F6954_4_0.woff2') format('woff2'),url('fonts/2F6954_4_0.woff') format('woff'),url('fonts/2F6954_4_0.ttf') format('truetype');}
@font-face {font-family: 'FrutigerLTPro-Light';src: url('fonts/2F6954_5_0.eot');src: url('fonts/2F6954_5_0.eot?#iefix') format('embedded-opentype'),url('fonts/2F6954_5_0.woff2') format('woff2'),url('fonts/2F6954_5_0.woff') format('woff'),url('fonts/2F6954_5_0.ttf') format('truetype');}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'FrutigerLTPro-Roman';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    font-size: 14px;
}

body {
	margin: 0;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 5px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;

	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	padding:0 0 0 8px;
	margin:20px 0 10px 0;
	line-height:0;
	display:block;
	height:90%;
	background-image: url(http://lsc.cornell.edu/wp-content/themes/wireframe/images/ico_blockquote_sideborder.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
blockquote p {
	position:relative;
	top:-5px;
	line-height:22px;
	font-size:14px;
	font-weight:normal;
	color:#746c3c;
	margin:0 0 0 14px;
	padding:0;
	-webkit-margin-before: 0 !important;
	-webkit-margin-after: 0 !important;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}


address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {

}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
    margin: 0 0 1.5em 0;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #89835d;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}






/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #b31b1b;;
}

a:visited {
	color: #b31b1b;
}

a:hover,
a:focus,
a:active {
	color: #89835d;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
.home .lsc-courses a {
	color: #85915a;
}
.home .lsc-courses a:hover,
.home .lsc-courses a:focus {
	color: #90A842;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.row .row {
    margin: 0 -0.83333rem;
    max-width: none;
    width: auto;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.columns {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.home .content-area .columns {
    /*padding-left: 30px;*/
}
.large-6 {
    width: 100%;
}

.home .content-wrapper.bottom_feature_section {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media screen and (min-width: 420px) {
    .large-6 {
        width: 50%;
    }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* MOBILE_FIRST menu. */
.desktop-navigation {
	display: none;
}
.desktop-navigation, .main-navigation, #dl-menu {
	background:#a9a274;
}

.desktop-navigation .desktop-only {
    display: none;

}
/* FABLET menu */
@media screen and (min-width: 420px) {
    #dl-menu { display:block; }

}
/* TABLET menu */
@media screen and (min-width: 720px) {
    #dl-menu { display:block; }
    .mobile-only {
        display: none !important;
    }
    .dl-menuwrapper .nav-secondary-static li {
    	height:45px;
    }
    .dl-menuwrapper .nav-secondary-static li a {
    	height:45px;
		padding-top:15px !important;
    	display:block;
    }

}
/* DESKTOP menu. */
@media screen and (min-width: 1024px) {
	#dl-menu { display:none; }

    .main-navigation, #mega-menu-wrap-primary-menu {
        display:block !important;
    }
    .desktop-navigation {
        clear: both;
        display: block !important;
        float: left;
        width: 100%;
        padding:0 0;
        margin:0;
    }

    .desktop-navigation ul {
        position: relative;
        display: block;
        list-style: none;
        margin: 0 auto;
        padding-left: 0;
    }

    .desktop-navigation > ul > li {
        float: left;
        position: static;
        margin:0;
    }
    .desktop-navigation > ul > li:first-child {
        margin-left: 0;
    }

    .desktop-navigation a {
        display: block;
        text-decoration: none;
        color: #FFF;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: normal;
        font-family: 'FrutigerLTPro-bold';
        padding: 11px 9px;


    }
    .desktop-navigation a:hover {
        background-color: #908a60;

    }

    .desktop-navigation .dl-submenu {
        background-color: #908a60;
        position: absolute;
        width: 100%;
        left: -9999px;
        padding: 20px 30px;
        opacity: 0;
        top: 39px;
        z-index: 99999;
        transition: opacity .3s ease-in-out;

    }
    .desktop-navigation .dl-menu > li > .dl-submenu {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    }


    /*.menu-item-262 .dl-submenu {
        opacity: 1;
        left: 0;
    }*/


    .desktop-navigation .dl-submenu {
        display: table;
    }
    .desktop-navigation .dl-submenu > li {
        vertical-align: top;
        display: inline-block;
        width: auto;
        max-width: 100px;
        margin-right: 50px;
		border:1px solid red;
    }
    .desktop-navigation .mega-menu-one-column .dl-submenu > li:not(.mega-menu-title) {
        padding: 0 !important;
        display: block !important;
        margin-right: 0 !important;
    }
    .desktop-navigation .mega-menu-one-column .dl-submenu > li a:not(.mega-menu-title) {
        font-family: 'FrutigerLTPro-Light' !important;
        text-transform: none !important;
    }
    .desktop-navigation .dl-submenu  .mega-menu-title {
        display: table-cell !important;
        width: 180px !important !important;
        padding: 0  30px 0 0 !important;
        margin-right: 0 !important;

    }
    .desktop-navigation .mega-menu-title a {
        background: transparent !important;
        cursor: default !important;
        margin: 0 !important;
        font-size: 22px !important;
        font-family: 'PalatinoLT-Roman' !important;
        color: #cdc8a4 !important;
        line-height: normal !important;
        font-weight: normal !important;
        text-transform: none !important;
    }
    .desktop-navigation .mega-menu-title a:hover {
        text-decoration: none !important;
        color: #cdc8a4 !important !important;

    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
    	clear:none !important;
    }
    
    /*
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:first-child {
    	background: transparent;
        cursor: default;
        margin: 0 !important;
        font-size: 22px !important;
        font-family: 'PalatinoLT-Roman' !important;
        color: #cdc8a4 !important;
        line-height: normal;
        font-weight: normal !important;
        text-transform: none !important;
    }
*/
    
    
    
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    	padding:0 8px 0 8px !important;
    }
    
    .desktop-navigation .dl-submenu > li a {
        padding: 0;
    }
    .desktop-navigation .dl-submenu > li a:hover {
        color: #ced996;
    }

    .desktop-navigation .dl-submenu .dl-submenu  {
        position: static;
        padding: 0;
        background: none;
        float: none;
        width: auto;
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .desktop-navigation .dl-submenu .dl-submenu  li {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }
    .desktop-navigation .dl-submenu .dl-submenu  li a {
        padding: 0;
        width: auto;
        display: inline;
        font-family: 'FrutigerLTPro-Light' !important;
        font-weight: normal;
        text-transform: none;
    }

    .desktop-navigation .dl-submenu .dl-submenu  li a:hover {
        color: #ced996;
    }

    .desktop-navigation > ul > li:hover .dl-submenu,
    .desktop-navigation > ul > li:focus .dl-submenu {
        opacity: 1;
    }

	.desktop-navigation ul ul li:first-child {
		border-top:0px;
	}

	.desktop-navigation li:hover > a,
	.desktop-navigation li.focus > a {
        background-color: #908a60;
	}

	.desktop-navigation ul ul :hover > a,
	.desktop-navigation ul ul .focus > a {
	}

	.desktop-navigation ul ul a:hover,
	.desktop-navigation ul ul a.focus {
	}

	.desktop-navigation ul li:hover > ul,
	.desktop-navigation ul li.focus > ul {
        left: 0;
        opacity: 1;
	}

	.desktop-navigation ul ul li:hover > ul,
	.desktop-navigation ul ul li.focus > ul {
        opacity: 1;
	}

	.desktop-navigation .current_page_item > a,
	.desktop-navigation .current-menu-item > a,
	.desktop-navigation .current_page_ancestor > a {
	}


    .desktop-navigation .desktop-only {
        display: block;
    }

    .desktop-navigation .dl-submenu .dl-submenu .dl-submenu li  {
       padding-left: 20px;
    }
}
/*END NAVIGATION*/



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}









/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}



.mobile-overview{display:none !important;}


/*--------------------------------------------------------------
# Flex-Slider Overrides
--------------------------------------------------------------*/
.site-content .slides {
	background:#f6f5ec;
}
.site-content .metaslider .caption-wrap {
    height: 40px;
    position: static;
    overflow: hidden;
	background:#f6f5ec;
	color: black;
	line-height: 1.4em;
    opacity: 1;


}
@media screen and (max-width: 420px) {
    .site-content .metaslider .caption-wrap {
        padding: 0;
        line-height: 30px;
        font-style: italic;
    }
    .site-content .metaslider .caption-wrap  .drop-caps {
        background: none;
        font-size:14px;
        float: none;
        display: inline;
        border: none;
        color: #000;font-family: FrutigerLTPro-Roman;
        height: inherit;
        padding: 0;
        margin: 0;
        outline: none;
        line-height: inherit;
    }
    .home-slider {
        margin-bottom: 0 !important;
    }
    .site-content .metaslider .image-wrap { 
    	width:100%; 
    }
}
.site-content .slides li img {

}


/* DESKTOP Flex-Slider */
@media screen and (min-width: 420px) {
	.site-content .metaslider .caption-wrap {
        float: left;
        position: static;
		height:100%;
		width: 50%;
		margin: 0;
		display: block;
		background: transparent;
		color: black;
		line-height: 1.6em;
        overflow: inherit;
	}
	.site-content .slides li img {
		float:left;
		width:50%;
		height:auto;
	}
    .site-content .metaslider .caption-wrap h3 {
        margin-top: 30px;
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* MOBILE FIRST Content Styles */
.site-content {

}

.entry-content p {
	margin:1em 0 .75em 0;
}
.entry-content h3 {
	clear:none;
}
.entry-content table {
	border:1px solid #eee;
}
.entry-content table thead {
	background:#eee;
}
.entry-content table thead td{
	font-weight:bold;
	font-size:larger;
}
.entry-content table td{
	border-bottom: 1px solid #eee;
}

.content-area {
	padding:1em;
	min-height:500px;
	background:#FFF;
}
.home .content-area {
    padding:0;
}
.widget-area {
	padding:1em;
	background:#b6d7a8;
}


.metaslider .flexslider {
	margin-bottom:0px !important;
}

h4 {
	margin:0;
}
.homeboxes {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.homeboxes li {
	margin:0 0 1em 0;
	padding:1em;
	width:100%;
	text-align: center;
	display:block;
	border:1px solid white;
}
.twoboxes li {
	min-height:300px;
	background:#b6d7a8;
}
.threeboxes li {
	min-height:100px;
	background:#d5a6bd;
}

.home-blog-loop {
	list-style:none;
	margin:0;
	padding:0;
	background:white;
	width:100%;
}
.home-blog-loop li {
	list-style:none;
	margin:0 0 1em 0;
	padding:1em;
	width:100%;
	background:white;
}

.blog-loop-thumb {
	margin:0;
	padding:0;
	width:100%;
}
.blog-loop-thumb img {
	width:100%;
	height:auto;
}

.comments-area {
	background:#f9cb9c;
	padding:1em;
}

img.avatar {
    float: left;
    margin-top:-10px;
    margin-right:1em;
}

/* DESKTOP Content Styles */
@media screen and (min-width: 1024px) {

	.content-area {
		padding:2.5em 2em;
	}
    .home .content-area {
        padding:0;
    }
	/* DESKTOP blog post 2-column layout */
	.blog-post-columns {
		float: left;
		margin: 0 -25% 0 0;
		width: 100%;
	}
	.blog-post-columns .site-main {
		margin: 0 25% 0 0;
	}
	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 25%;
	}
	.site-footer {
		clear: both;
		width: 100%;
	}
	/* end 2-col layout */

	.homeboxes li {
		margin:0;
		margin:0 0 1em 1%;
		float:left;
	}
	.homeboxes li:first-child {
		margin:0;
	}
	.twoboxes li {
		width:49%;
	}
	.threeboxes li {
		width:32.35%;
	}

	.home-blog-loop li {
		list-style:none;
		margin:0 0 1em 1%;
		float:left;
		width:32.35%;
	}
	.home-blog-loop li:first-child {
		margin:0 0 1em 0;
	}

	.blog-loop-thumb {
		margin:0 1em 1em 0;
		width:150px;
		float:left;
	}

}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background:#a9a274;
}
.logo {
	float:left;
	display:block;
	text-align:center;
	background:#cecece;
	font-weight:normal;
	color:#ffffff;
}

/* MOBILE FIRST Header*/
.desktop-branding {
	display:none;
}
.site-branding {
	display:block;
	padding:0;
}
h1.site-title {
	margin: 5px;
	padding: 5px 0 5px 5px;
	float:left;
	line-height: 100%;
	font-size: 1.5em;
	font-family: serif;
	font-weight:normal;
}
h1.site-title em {
    font-family: 'PalatinoLTStd-Italic';
}
h1.site-title a {
	color:#fff;
	text-decoration: none;
    font-weight: normal;
    font-family: 'PalatinoLT-Roman';
}
h1.site-title a.logo {
	width:60px;
	height:60px;
	font-size:.5em;
	padding-top:20px;
	line-height:11px;
	margin-right:.5em;
}
.site-description {
    background:#b31b1b;
	font-size:smaller;
	min-height:3em;
	padding: 10px 0px 10px 15px;
}

.content-wrapper {
    max-width: 1024px;
    margin: 0 auto;


}
@media screen and (min-width: 1024px) {
    .site-description {
        padding: 10px 30px 10px 30px;
    }
}
.site-description:after {
    content:'';
    display:block;
    clear: both;
}

.site-description .cornell-branding {
	float:left;
	width:40%;
	
}

.site-description .cornell-branding img {
    min-width: 150px;
    max-height:45px;
}

.site-description .header-icons {
	float:right;
	margin: 8px 0 0 0;
	padding:0;
}
.site-description .header-icons .search-form{
	font-size:0;
	margin-top:0;
	/*margin-right:15px;*/
}
.site-description .header-icons img {
	width:100%;

}
.site-description .header-icons a {
	float:left;
	margin:3px 4px 0 0;
	display:block;
	width:25px;
	padding:3px;
}

.site-description .header-icons a i {
    color: #FFF;
    font-size: 20px;
}

.nav-secondary-static {
    display: none;
    list-style: none;
    float:right;
    margin:0;
    padding:0;
}
.nav-secondary-static li {
    display:block;
    list-style: none;
    float:left;
    margin:0;

}
.nav-secondary-static li a {
    font-family: 'FrutigerLTPro-Bold';
    font-size: 14px;
    color:#fff;
    font-weight:normal;
    line-height:1em;
    display:block;
    width:100%;
    padding:1em 1em 1em 1em;
    margin:0;
    text-decoration:none;
    text-transform: uppercase;
}
.nav-secondary-static li:hover {
    background-color: #908a60;
}

.desktop-branding hr {
    display: none;
}
/* Tablet Header */
@media screen and (min-width: 420px) {


}

@media screen and (min-width: 720px) {


    .nav-secondary-static {
        display: block;
    }

}
/* DESKTOP Header. */
@media screen and (min-width: 1024px) {

	.site-branding {
		display:none;
	}
	.desktop-branding {
		display:block;
		margin:0;
	}
	.desktop-branding h1 {
		max-width:100%;
		margin:.3em 0em .25em 0;
		padding:0;
		line-height:1em;
		font-size:1.75em;
	}
	.site-branding h1.site-title {

	}
	.desktop-branding h1.site-title a {
		color:#fff;
		font-size:1em;
		text-decoration: none;
	}
	.desktop-branding .logo {
		width:100px;
		height:100px;
		font-size:16px;
		padding-top:30px;
		line-height:16px;
		margin-right:1em;
	}

	.desktop-branding hr {
		margin:0;
        display: block;
	}
    .site-description .header-icons a {

        margin:3px 8px 0 0;
    }
    .site-description .cornell-branding img {
        width: auto;
        max-width: 100%;
    }
}


/* Search Form with Toggle */
.search-form
.search-submit,
#form_mobile-search{
display:none;
}

/*Mobile search*/
@media screen and (max-width: 1024px) {
	.site-header .search-form {
		float:right;
		margin:0 5px 0 0;
		padding:0;
		background-image: url('images/ico-search.png');
		background-position: left;
		background-repeat: no-repeat;
		background-size: 27px 20px;
		width:35px;
		height:33px;
	}

	#mobile-search-button.search-form{width:35px !important;}

	.site-header .search-form label input {
		padding-left:5000px; /*hides 'search' text over icon*/
	}
	.site-header .search-field {
		background-color: transparent;
		cursor: pointer;
		border:none;
		width: 100%;
		height:20px;
	}

	/*updated mobile search*/
	.site-header .search-form.search-form-mobile{float:left; width:100%; height:42px; overflow:hidden; border:5px solid white;}
	.site-header .search-form.search-form-mobile .search-field {
		background-color: transparent;
		/*cursor: pointer;*/
		border:none;
		width: 100%;
		width:calc(100% - 35px);
		height:20px;
		display:block !important;
		z-index:999;
		color:#ffffff;
		position:relative;
		top:0;
		left:0;
		right:0;
		background-color: transparent;
		/*border-top: 1px solid #c3c0ab;
		border-bottom: 1px solid #c3c0ab;*/
		border-radius: 0;
		cursor: text;
		outline: 0;
		margin: 0 0 0 40px;
		padding: 8px 0px 8px 0px;
	}
	
	.site-header .search-form.search-form-mobile .search-field div {
		color:white;
	}

	.site-header .search-field:focus {
		position:absolute;
		top:0;
		left:0;
		right:0;
		background-color: #fff;
		border-top: 1px solid #c3c0ab;
		border-bottom: 1px solid #c3c0ab;
		border-radius: 0;
		cursor: text;
		outline: 0;
		width:100%;
		height: 25px;
		margin: 35px 0 0 0;
		padding: 8px 3px 8px 24px;
		/*position:absolute;
		top:0;
		left:0;
		right:0;
		background-color: #fff;
		border-top: 1px solid #c3c0ab;
		border-bottom: 1px solid #c3c0ab;
		border-radius: 0;
		cursor: text;
		outline: 0;
		width:100%;
		height: 25px;
		margin: 35px 0 0 0;
		padding: 8px 3px 8px 24px;*/
	}
}
/*Desktop search*/
@media screen and (min-width: 1024px) {
	#form_mobile-search{
	display:none;
	}
	.site-header .search-form {
		float:right;
		margin:10px 5px 0 0;
		padding:0;
	}

	.site-header .search-field {
		background-color: transparent;
		background-image: url('images/ico-search.png');
		background-position: left;
		background-repeat: no-repeat;
		background-size: 27px 20px;
		cursor: pointer;
		border:none;
		height: 20px;
		margin: 2px 0;
		padding: 3px 3px 3px 25px;
		position: relative;
		-webkit-transition: width 400ms ease, background 400ms ease;
		transition:         width 400ms ease, background 400ms ease;
		width: 0;
	}
	.site-header .search-field:focus {
		width: 350px;
		background-color: #fff;
		border: 2px solid #c3c0ab;
		cursor: text;
		outline: 0;
		margin-top:0px;
	}
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background:#a9a274;
	min-height:100px;
    color: #FFF;
}
.site-info {
	margin:0;
    padding: 1em 10px;
}
@media screen and (min-width: 1024px) {
    .site-info {
        margin:0;
        padding: 1em 0;
    }
}
.site-footer .nav-footer-static {
	list-style: none;
	float:right;
	margin:0;
	padding:0;
}
.site-footer .nav-footer-static li {
	display:block;
	list-style: none;
	float:left;
	margin:0;
	padding:0;
}
.site-footer .nav-footer-static li a {
	font-family: sans-serif;
	font-size: 1rem;
	font-weight:normal;
	line-height:1em;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	text-decoration:none;
}

.site-footer .column-1 {
    display: block;
    width: 55%;
    float: left;
}

.site-footer .column-1 h1.site-title {
    margin: 0;
    padding: 0;
    float: none;
    font-size: 28px;
}

.site-footer .column-2 {
    display: block;
    width: 45%;
    float: left;
}
.site-footer .column-2 h2 {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'FrutigerLTPro-Bold';

}

@media screen and (max-width: 420px) {
    .site-footer .column-1 {
        width: 100%;
        float: none;
    }

    .site-footer .column-2 {
        width: 100%;
        float: none;
    }
}
.site-footer .column-2 #widget_sp_image-3 h2 {
    margin-top: 40px;
}
.site-footer .column-2 #footer-calendar img {
    width: 93%;
    height: auto;
}
.site-footer #menu-footer-left {
    float: none;
    margin: 0;
    padding: 0;
}

.site-footer .site-info .column-1 h2 {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'FrutigerLTPro-Light';
}
@media screen and (min-width: 1024px) {
    .site-footer .site-info .column-1 h2 {
        margin: 40px 0 0 0;
        font-size: 16px;
    }
}

.site-footer #menu-footer-left .menu-item{
    margin: 0;
    padding: 0;
}
.site-footer #menu-footer-left li {
    display: block;
    float: none;
    margin: 10px 0;

}
.site-footer #menu-footer-left li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'FrutigerLTPro-Light';
    text-decoration: none;
}
.site-footer #menu-footer-left li a:hover {
    color: #454545;
}


/**********
new footer menu 09-25-17
**********/
.site-footer #menu-footer {
    margin: 0;
    padding: 0;
}
.site-footer #menu-footer .menu-item {
    margin: 0;
    padding: 0;
}
.site-footer #menu-footer li {
    display: block;
    float: none;
    margin: 10px 0;
}
.site-footer #menu-footer li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'FrutigerLTPro-Light';
    text-decoration: none;
}
.site-footer #menu-footer li a:hover {
    color: #454545;
}




.site-footer #menu-footer-right {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.site-footer #menu-footer-right li {
    width: 33%;
    float: left;
    display: block;
    padding-right: 20px;

}
.site-footer #menu-footer-right li:nth-child(3n) {

}

.site-footer #menu-footer-right li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-top: 2px solid #FFF;
    padding-top: 4px;
    margin-bottom: 30px;
    font-family: 'FrutigerLTPro-Bold';
}

.site-footer #menu-footer-right li a:hover {
    color: #5c6733;
    border-color: #5c6733;
}

@media screen and (max-width: 1024px) {
    .site-footer #menu-footer-right {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .site-footer #menu-footer-right li {
        width: 100%;
        float: none;
        display: block;
        padding-right: 0;
    }

    .site-footer #menu-footer-right li a {
        font-family: 'FrutigerLTPro-Bold';
        border-top: 1px solid #FFF;
        padding-top: 4px;
        margin-bottom: 20px;
    }

}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}







/*************************************************************************************************
MULTI-LEVEL MOBILE NAV (http://tympanus.net/codrops/2013/04/19/responsive-multi-level-menu/)
**************************************************************************************************/
/* Common styles of menus */
#dl-menu ul, #dl-menu ol {
	margin-left:0;
}
.dl-trigger {
	float:right;
	width:25px;
	margin-right:.5em;
	margin-top:.75em;
}
.dl-active{/*content: "&#x2612;"; */position:absolute; top:0; z-index:9999; right:0; top:0; background-image: none;}
.dl-menuwrapper button.dl-active{background-image:none; text-indent:0;  text-decoration:none; font-size:1.23em; color:#000; text-shadow:none;}

.dl-closemenu{float:right; z-index:9; color:#000; position:absolute; right:0; top:3px; width:20px; height:20px; text-decoration:none; font-size:1.23em;}
.dl-closemenu{display:none;}

.dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	z-index:99;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 0px;
}
.dl-menuwrapper button {
	/*background: #ccc;
	width: 28px;
	height: 25px;*/
	border: none;
	/*text-indent: -900em;*/
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;

	height:30px;
	width:30px;
    /*
	background-color: transparent;
	background-image: url(http://rasaspa.cyrus247.com/wp-content/themes/wireframe/images/ico-bars.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	box-shadow: none;
	*/
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
	/*background-image: url(http://rasaspa.cyrus247.com/wp-content/themes/wireframe/images/ico-bars-hover.png);*/
}


.dl-menuwrapper ul {
	background-color: #A9A274;
}
.dl-menuwrapper button:after {
	/*content: '';
	position: absolute;
	width: 68%;
	height: 3px;
	background: #fff;
	top: 0px;
	left: 6%;
	margin:0;
	padding:0;
	box-shadow:
		0 10px 0 #fff,
		0 20px 0 #fff;*/
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
    height: 40px;
    text-align: center;
}


.dl-menuwrapper li a {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: normal;
	font-weight: 300;
	color: #fff;
	outline: none;
    text-align: center;
}

.dl-menuwrapper #mobile-menu li {
    position: relative;
    height: auto;
    text-align: center;
}


.dl-menuwrapper  #mobile-menu li a {
    padding: 10px 20px;
    outline: none;
    text-align: center;
    text-decoration: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: #89835d;
}
.dl-menuwrapper li.dl-back  {
    height: 40px;
}
.dl-menuwrapper li.dl-back > a {
    height: 40px;
	padding-left: 35px;
	background: rgba(0,0,0,0.1);
	font-style: italic;
	font-size:smaller;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 30px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	/*content: "\e000" 00BB;*/
	content: "\21E2";
	color:#ffffff;
	font-weight:bolder;
	font-size:larger;
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color:#ffffff;
	font-weight:bolder;
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 45px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;

}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

#primary-menu {
    position: relative;
}
#mega-menu-wrap-primary {
    background: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    margin-left: -10px !important;
}


.desktop-navigation .mega-menu > li:first-child {
    /* margin-left: 30px !important; */
}
.mega-menu .mega-menu-link {
    font-family: 'FrutigerLTPro-Bold' !important;
}
.mega-sub-menu {
    background: #89835d !important;


}
.mega-sub-menu .mega-menu-link {
    font-family: 'FrutigerLTPro-Light' !important;

    font-weight: normal;
}


.mega-block-title {
    font-family: 'FrutigerLTPro-Bold' !important;
}
.mega-sub-menu .dl-menu li a:hover {
    color: #ced996 !important;
}
@media screen and (max-width: 1024px) {
    .mega-menu-wrap {
        display: none !important;

    }
	
}

@media screen and (min-width: 1024px) {
    .flex-control-nav {
        display: none;
    }
}

.caption-wrap {
    padding: 20px;
}
.drop-caps {
    font-family: 'PalatinoLT-Roman';
    font-size: 45px;
    line-height: 35px;
    height: 45px;
    padding: 10px 8px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ced996;
    outline: 5px solid #90a93a;;
    margin: 8px 20px 24px 5px;
    background: #90a93a;
    color: #FFF;
    float: left;
}



.dl-trigger {
    width: 30px;
    height: 35px;
    position: relative;
    margin:10px 10px 0 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
    cursor: pointer;
}

.dl-trigger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}


/* Icon 3 */

.dl-trigger span:nth-child(1) {
    top: 0px;
}

.dl-trigger span:nth-child(2),.dl-trigger span:nth-child(3) {
    top: 10px;
}

.dl-trigger span:nth-child(4) {
    top: 20px;
}

.dl-trigger.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.dl-trigger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dl-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dl-trigger.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}



.resources-wrapper {
    background: #ced996;
    padding-right: 15px;
}
.up-workshops-wrapper {
    background: #eae5d3;
    padding-left: 15px;
}

@media screen and (min-width: 420px) {
    .resources-wrapper {
        padding-right: 30px;
    }
    .up-workshops-wrapper {
        padding-left: 30px;
    }

}

.content-area h2 {
    color: #636363;
    font-size: 30px;
    font-family: 'PalatinoLT-Roman';
    font-weight: normal;
}
@media screen and (max-width: 1024px) {
    .content-area h2 {
       font-size: 25px;
    }
}
.home-video-wrapper {
    background: url('images/bg-home-video.jpg');
    border-bottom: 25px solid #a9a274;
    margin-bottom: 0;
}

.home-video-wrapper .drop-caps {
    font-family: 'PalatinoLT-Roman';
    font-size: 80px;
    line-height: 90px;
    height: 90px;
    padding: 10px 8px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ced996;
    outline: 5px solid #A9A176;;
    margin: 8px 30px 0 0;
    background: #A9A176;
    color: #FFF;
    float: left;
}
.home .content-area .home-video-text {
    display: none;
    padding-left: 0;
    padding-right: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (min-width: 420px) {
    .home .content-area .home-video-text {
        display: block;
    }
}

.video-column-wrapper {
    padding: 30px 20px 30px 20px;
}
@media screen and (min-width: 1024px) {
    .video-column-wrapper {
        padding: 30px 10px 30px 0 !important;
    }
}
.video-wrapper {
    position: relative;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.video-wrapper .video-screenshot {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.video-wrapper .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
}
.resource-item {
    margin-bottom: 50px !important;
    clear: both;
}
.resource-item:before, .resource-item:after {
    content: " ";
    display: table;
}
.resource-item:after {
    clear: both;
}
.resource-item .resource-image {
    width: 40%;
    padding: 0 0 0 0 !important;
    text-align: center;
    margin-right: 18px;
}
.resource-item .resource-image img {
    width: 100%;
    margin: 0 auto 20px auto;
}
.resource-item .resource-text {
    width: 60%;
    padding: 0 30px 0 0;
}

.resource-item  h2 {
    display: inline;
    clear: none !important;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 100%;
    font-size: 15px;
    font-family: 'FrutigerLTPro-Bold' !important;
}
.resource-item  p {
    clear: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.resource-item a,
.button-links {
    background: #85915a;
    color: #FFF !important;
    text-decoration: none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'FrutigerLTPro-Light' !important;
}
.resource-item a:hover,
.button-links:hover {
    background: #90A842;
}

.resource-item  .button-links {
    float: right;
}
@media screen and (min-width: 1024px) {
    .resource-item .resource-image {
        width: 25%;
    }
    .resource-item .resource-text {
        width: 75%;
    }
    .resource-item .resource-image img {
        width: 100%;
        margin: 0 auto;
    }

}

.home-slider {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
    .home-slider {
        margin-bottom: 35px;
    }
}
.slider-direction-nav {
    margin-top: 30px;
}
.slider-prev, .slider-next {
    text-decoration: none;
    color: #89835d;
    font-size: 20px;
}

.slider-prev:hover, .slider-next:hover {
    color: #90A842;
}
.slider-prev {
    margin-right: 10px;
}
.slider-next {
    margin-left: 10px;
}
.slider-prev:before {
    content: "\f060";
    font-family: fontawesome;
}
.slider-next {
    text-indent: -1000px;

}
.slider-next:before {
    content: "\f061";
    font-family: fontawesome;
}
/*
.slider-prev:before {
    display: inline-block;
    padding-top: 5px;
    content: url(images/arrow-left.png) ;

}
.slider-next:before {
    content: url(images/arrow-right.png) ;
}
*/
.link-download-calendar,
.link-download-planner {
    position:relative;
    display: block;
    float: left;
    width: 46%;
    padding: 0 40px;
    border: 1px solid #89835d;
    min-height: 170px;
    padding-top: 105px;
    text-align: center;
    font-family: 'FrutigerLTPro-Bold';
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    line-height: 130%;
}
.link-download-calendar:visited,
.link-download-planner:visited {
    color: #FFF;
}

.link-download-calendar:hover,
.link-download-planner:hover {
    color: #5c6733;
    border: 1px solid #90A842;
}

.link-download-calendar {
    margin-right: 2%;

}
.link-download-calendar span {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
    left: 0;
    right: 0;
    display: block;
    width: 52px;
    height: 54px;
    background:transparent url("images/footer-calendar.png") no-repeat 0 0;
    background-position: -54px 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.link-download-calendar:before {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
    left: 0;
    right: 0;
    display: block;
    width: 52px;
    height: 54px;
    background:transparent url("images/footer-calendar.png") no-repeat 0 0;
    background-size: 104px 54px;
    content: " ";
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}


.link-download-planner {
    margin-left: 2%;
}

.link-download-planner span {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
    left: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 54px;
    background:transparent url("images/footer-planner.png") no-repeat 0 0;
    background-position: -56px 0;
    
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.link-download-planner:before {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
    left: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 54px;
    background:transparent url("images/footer-planner.png") no-repeat 0 0;
    background-size: 112px 54px;
    content: " ";
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.link-download-calendar:hover span,
.link-download-planner:hover span {
    opacity: 1;
}

.link-download-calendar:hover:before,
.link-download-planner:hover:before {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .link-download-calendar,
    .link-download-planner {
        width: 48%;
        font-family: 'FrutigerLTPro-Light';
        padding-bottom: 20px;
        height: auto;

        font-size: 12px;
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .link-download-planner {
        margin-bottom: 0;
        margin-right: 0;
    }
}


.footer-back-to-top:before {
    content: " ";
    display: table;
    clear: both;
}
.footer-back-to-top {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #D0C9A6;
    clear: both;
    text-align: center;

}
.footer-back-to-top a {
    color: #fff;
    font-family: 'FrutigerLTPro-Bold';
    text-decoration: none;
}
.bottom_feature_section {
    padding: 0 15px;
}
.bottom-featured-section-wrapper {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    min-height: 220px;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 2rem;
    font-family: 'PalatinoLT-Roman';
}
.bottom-featured-section-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    background-color:#FFF;

}
.bottom-featured-section-wrapper p {
    padding: 0;
    margin: 0 0 20px 0;
}
.bottom-featured-section-wrapper a {
    background: #85915a;
    color: #FFF !important;
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: 'FrutigerLTPro-Bold';
}

.bottom-featured-section-wrapper a:hover {
    background: #90A842;

}
.supplemental-wrapper {
    padding-bottom: 20px;
}

.supplemental-wrapper  .dropdown-wrapper {
    background-color: #EBEBEB;
    margin: 20px 0 0 0;
    padding: 20px 20px 30px 20px;
}
.supplemental-wrapper  .dropdown-wrapper h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.0em;
}

.custom-dropdown {
    padding: 0;
    color: #000;
    background-color: #fff;
    background-image: url('images/img-dropdown-arrow.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    width: 50%;
    min-height: 33px;
    padding-top: 33px;
}

@media screen and (max-width: 1024px) {
    .custom-dropdown {
        width: 100%;
    }
}

.custom-dropdown ul {
    list-style: none; padding: 0; margin: 0;
    position: relative;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;

    box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: none;
}

.custom-dropdown li {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 15px;

}
.custom-dropdown li a,
.custom-dropdown span.selected a {
    padding: 10px 0;
    font-family: 'FrutigerLTPro-Bold';
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.custom-dropdown li.selected { display: none; }

.custom-dropdown li:hover { background-color: #cdc8a4; color: #fff; }

.custom-dropdown.open { color: #000; }
.custom-dropdown.open ul { color: #000; }

.custom-dropdown .break-line a {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}



/************
SIDEBAR MENU
************/
.secondary-page .side-bar {
    float: left;
    padding-right: 20px;
    max-width: 200px;

}
.secondary-page .site-main {
    float: left;
    width: 79%;
}
/*
.secondary-page .site-main.test {
    max-width:550px !important;
}
*/

@media screen and (max-width: 1024px) {
    .secondary-page .side-bar {
        float: none;
        display: none;
    }
    .secondary-page .site-main {
        float: none;
        width: 100%;
    }
}
.secondary-page .side-bar > ul {
    padding: 10px 30px 10px 0 !important;
    border-top: 1px solid #89835d;
}

.secondary-page .side-bar ul {

    list-style: none;
    padding: 0;
    margin: 0;
}
.secondary-page .side-bar ul li {
    padding-bottom: 2px;
}

.secondary-page .side-bar ul li a {
    color: #656566;
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 14px;
    margin-bottom: 10px;
    font-family: 'FrutigerLTPro-Roman';
}
.secondary-page .side-bar ul li a:hover {
    color: #90A842;
}
.secondary-page .side-bar .dl-menu > li > a {
    font-family: 'FrutigerLTPro-Bold';
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}
.secondary-page .side-bar .mega-menu-title {
    display: none !important;
}
.content-area .entry-title {
    margin: 0;
    font-size:30px;
    line-height: 100%;
    font-family: 'PalatinoLT-Roman';
    color: #636363;
    font-weight: normal;
}
.secondary-page .content-area h2 {
    margin: 20px 0;
}
.secondary-page .content-area h3 {
    margin-top: 30px;
    margin-bottom: 0;
}
.secondary-page .content-area p {
    margin-bottom: 5px;
}
.secondary-page .content-area object,
.secondary-page .content-area iframe {
    width: 100%;
    height: 250px;
}

.link-see-all {
    float: right;
    display: inline-block;
    font-size: 12px;
}
.workshop-custom-hr{border-top: 1px solid #b8b59d; margin:2px 0 10px 0; width:100%; clear:both;}
.workshop-item h2 a {
    display: block;
    text-decoration: none;
    font-family: 'FrutigerLTPro-Bold';
    font-size: 15px;
    padding: 8px 0 3px 0;
    margin: 0;
    line-height: 20px;
    border-top: 1px solid #b8b59d;
    border-bottom: 1px solid #b8b59d;
    color: #636363;
}

.workshop-item h2 a:hover {
    border-top: 1px solid #7FA11E;
    border-bottom: 1px solid #7FA11E;
    color: #000;
}

.workshop-item .date {
    color: #a9a274;
    font-family: 'FrutigerLTPro-Bold';
}
.workshop-item h3 {
    color: #a9a274;
    font-family: 'FrutigerLTPro-Bold';
    font-size:14px;
    clear:none;
    font-weight:normal;
}

.resources-workshop-wrapper {
    background: linear-gradient(90deg, #CED996 50%, #EAE5D3 50%);
}
.resources-workshop-wrapper .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.resources-wrapper,
.up-workshops-wrapper {
    flex:1;
}
@media screen and (max-width: 1024px) {
    .resources-workshop-wrapper .content-wrapper {
       display: block;
    }

    .resources-wrapper,
    .up-workshops-wrapper {
        flex:1;
    }
}
.secondary-page .content-area h2.blog-title {
    margin: 20px 0 0 0;
    padding: 0;
}
.blog-title a {
    font-size: 23px;
    text-decoration: none;
}
/*
.site {
    max-width: 1024px;
    margin: 0 auto;
}
*/
.blog-post-columns .wp-post-image{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 300px;
}
.workshop-item .featured-image {
    width: 25%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#mobile-menu  li a {
    text-decoration: none;
    text-align: center;
}
/* 09-24-17 TEMPORARY FIX*/

#mobile-menu .sub-menu {
    display: none;
    background-color: #c4be8e;
    text-align: left;
}
#mobile-menu > .sub-menu {
    padding-left: 6px;
    overflow: hidden;
    display: none;
    text-align: left;

}

#mobile-menu .sub-menu .sub-menu {
    display: block !important;
    height: auto;
}
#mobile-menu  .sub-menu li {
    text-align: left;
}
#mobile-menu  .sub-menu.show {
    padding: 10px 10px 10px 6px !important;
}

#mobile-menu > li.open > a {
    background-color: #88815e;
}



.dl-menuwrapper li > a:not(:only-child):after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-left: 10px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\21E2";
    color: #ffffff;
    font-weight: bolder;
    font-size: larger;
    text-align: center;
}


#mobile-menu .sub-menu .menu-item-has-children a:after {
    display: none !important;
}

#mobile-menu .sub-menu  a {
    font-weight: normal;
    color: #efebd1;
}
#mobile-menu  .sub-menu .menu-item-has-children > a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#mobile-menu .sub-menu  .menu-item-has-children {
    margin: 8px 0;
}
.secondary-page .site-content {
    max-width: 1024px;
    margin: 0 auto;
}

.secondary-page .site-content .content-area {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 1024px) {
    padding-left: 0;
    padding-right: 0;
}

.home-image-slider {
    position: relative;
    max-width: 100% !important;
    background-color: #F6F5EC;
}
.home-image-slider .mobile-slider-direction-nav {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 77;
    background-color: rgba(246, 245, 236, 0.9);
    font-style: normal;
    font-weight: normal;
    padding: 5px 10px;
}
@media screen and (min-width: 420px) {
    .home-image-slider .mobile-slider-direction-nav {
        display: none;
    }
}



.home-note {
    width:100%;
}
.home-note .content-wrapper img {
    float:left !important;
    margin:0 20px 0 0;
    width:48%;
}
.home-note .content-wrapper a.nostyle {
    background-color: none !important;
	padding: 0px;
}
.home-note .content-wrapper p {
	font-size:18px;
}
.home-note .content-wrapper p a {
	background: #85915a;
	color: #FFF !important;
	text-decoration: none;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'FrutigerLTPro-Light' !important;
}
@media screen and (max-width: 767px) {
    .home-note .content-wrapper p {
        margin:15px;
    }
    .home-note .content-wrapper img {
        display: none;
    }
}





.featherlight .featherlight-content {
    padding: 0 !important;
    border-bottom: none !important;
}
.lightbox {
    display: none;
    background-color: #000;
}


.metaslider .slides li {
    overflow: hidden;
    display: table;
}

.image-wrap {
    width: 50%;
    position: relative;
    float: left;
    height: 100%;
    flex: 1;
}
#content .metaslider .image-wrap img {
width: 100%;
}

.site-content .metaslider .caption-wrap {
    float: right;
    flex: 1;
}







/*************
STAFFER PLUGIN
**************/
/*
.staffer-archive-grid {
    margin: 0;
    padding: 0;
}
*/
ul.staffer-archive-grid {
    margin: 0 !important;
    padding: 0 !important;
}
@media screen and (min-width: 420px) {
    ul.staffer-archive-grid .columns:nth-child(odd) {
        padding-left: 0 !important;
    }
    ul.staffer-archive-grid .columns:nth-child(even) {
        padding-right: 0 !important;
    }
}
/*
.staff-item {
    background-color: #e9efcd;
    margin: 0 !important;
}
*/
li.staff-li {
    background-color: #e9efcd !important;
    margin: 0 !important;
}



ul.staffer-archive-grid h3.staffer-staff-title, ul.staffer-archive-grid em {
	text-align:left !important;
}
ul.staffer-archive-grid h3.staffer-staff-title {
	font-size:20px !important;
	margin-bottom:10px;
}
ul.staffer-archive-grid em {
	margin-bottom: 2px;
    font-family: 'FrutigerLTPro-Roman';
    font-weight: normal;
    font-size: 15px;
}

/*
.staff-content, .staffer-staff-header {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
*/
header.staffer-staff-header {
    margin: 0;
    padding: 12px 6px 6px 8px !important;
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-family: 'FrutigerLTPro-Bold';
    float: right !important;
}
ul.staffer-archive-grid .aligncenter {
	margin-left:0px !important;/*important for staff photos*/
	width:100%;
}


ul.staffer-archive-grid .columns {
    margin-bottom: 30px;
}

ul.staffer-archive-grid li {
	flex: 0 48% !important;
	margin-right:2% !important;
	padding:0px !important;
	margin-bottom:18px !important;
}
@media screen and (max-width: 735px) {
	ul.staffer-archive-grid li {
		margin-right:0% !important;
	}
    /*
ul.staffer-archive-grid .columns {
        float: none;
        width: 100%;
    }
*/
	ul.staffer-archive-grid li {
		flex:0 100% !important;
	}
}

/*
header.staffer-staff-header img {
    width: 100%;
}
header.staffer-staff-header a {
    display: block;
}
header.staffer-staff-header span {
    background-color: rgba(255,255,255, 0.9);
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 8px 5px 3px 5px;
    text-align: center;
    color: #5c6733;
    text-transform: uppercase;
    font-family: 'FrutigerLTPro-Bold';
}
*/
.staff-content { /*image and bio link*/
    margin: 0;
	padding: 0px 0px 0 0px;
	font-family: 'FrutigerLTPro-Roman';
	width: 50%;
	display: block;
	float:left !important;
}
.staff-content img { /*image and bio link*/
    
}
.staff-content .biolink {/*styles hack in staffer plugin. Add this to line 301 in class-staffer-public.php: <div class="biolink">Read My Bio</div>*/
	display:block;
	background-image:url(http://lsc.cornell.edu/wp-content/themes/wireframe/images/bg_white_transparent.png);
	background-repeat: repeat;
	padding-top:8px;
	height:34px;
	width:100%;
	text-align: center;
	position:relative;
	margin-top:-34px;
	font-weight:bold;
	color: #5c6733;
	text-transform: uppercase;
    font-family: 'FrutigerLTPro-Bold';
}


/*
.entry-content .staff-content  .staffer-staff-title {
    margin-top: 0;
    font-weight: normal;
    font-family: 'FrutigerLTPro-Bold';
    line-height: 100%;
}
.entry-content .staff-content  h4 {
    margin-bottom: 20px;
    font-family: 'FrutigerLTPro-Roman';
    font-weight: normal;
}
*/
.staff-details .staff-content {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    font-family: 'FrutigerLTPro-Roman';
}

.staff-more-info {
    border-top: 1px solid #a9a274;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 16px;
}

.staff-more-info h4 {
    font-family: 'FrutigerLTPro-Bold';
}




.secondary-page .featherlight-content {
    width: 65%;
}
@media screen and (max-width: 720px) {
    .secondary-page .featherlight-content {
        width: 90%;
    }
}
@media screen and (max-width: 420px) {
    .secondary-page .featherlight-content {
        width: 97%;
    }
}



.secondary-page .staff-details h3 {
    margin-top: 0;
    font-weight: normal;
    font-family: 'FrutigerLTPro-Bold';
}

.featherlight .featherlight-close-icon {
    background-color: #90a93a !important;
    color: #FFF !important;
    top: 5px !important;
    right: 5px !important;
    font-size: 28px !important;
    padding: 5px;
    height: 35px  !important;
    width: 35px  !important;
}
.custom-dropdown {
    margin-bottom: 20px;

}

.course-schedule-button {
    padding-left: 20px;
    text-align: left;
}
@media screen and (max-width: 420px) {
    .course-schedule-button {
        padding-left: 0;
        text-align: left;
    }
}
.course-schedule-button .link-see-all {
    float: left;
}


.course-schedule tr td {
    padding: 3px;
}

.course-schedule .table-titles td {
    padding: 0;
    text-decoration: underline;
}
.course-schedule .table-titles td:first-child {
    padding: 0;
    text-decoration: underline;
    text-align: left;
}
.course-schedule tr .in-support {
    border-left: 1px solid #000;
    padding-left: 10px;
}

.course-schedule tr td:first-child {
    padding-left: 30px;
}
.subject-title {
    padding-left: 0 !important;
    padding-top: 30px !important;
    font-weight: bold;
}
.subject-title:first-child {
    padding-top: 0 !important;
}
.no-top-padding {
    padding-top: 0;
}
.other-courses td {
    padding-top: 30px !important;
}

.secondary-page.page-staff .site-main {
    width: 100% !important;

}
.dl-menuwrapper li a {
    padding: 10px 20px !important;
    text-align: center !important;
}
.dl-submenu li a {
    text-decoration: none !important;
}
#mobile-menu .sub-menu li a {
    padding: 2px 15px !important;
    text-align: left !important;
}

#mobile-menu > .sub-menu > li > a {
    padding: 10px 10px !important;
    text-align: left !important;
}


@media screen and (max-width: 1024px) {
	.mobile-overview{display:block !important;}
	.mega-menu-title, .sub-menu .mega-menu-title {
		display: none !important;
	}
}



.secnavstat hr{
	margin: 0;
}