/**
 * Theme Name: Platypus
 * Theme URI: http://thevarsity.ca/
 * Author: The Varsity
 * Description: Theme for the 2014-2015 Varsity main website redesign.
 */

@import url('reset.css');

/* fonts */

@font-face {
    font-family: 'Legato Web';
    src: url('fonts/LegatoWeb.eot') format('eot'),
        url('fonts/LegatoWeb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Legato Web';
    src: url('fonts/LegatoWeb-Bold.eot') format('eot'),
        url('fonts/LegatoWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Legato Web';
    src: url('fonts/LegatoWeb-Demibold.eot') format('eot'),
        url('fonts/LegatoWeb-Demibold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Legato Web';
    src: url('fonts/LegatoWeb-Italic.eot') format('eot'),
        url('fonts/LegatoWeb-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Legato Web';
    src: url('fonts/LegatoWeb-BoldItalic.eot') format('eot'),
        url('fonts/LegatoWeb-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Legato Web';
    src: url('fonts/LegatoWeb-DemiboldItalic.eot') format('eot'),
        url('fonts/LegatoWeb-DemiboldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Legato Web Light';
    src: url('fonts/LegatoWeb-Light.eot') format('eot'),
        url('fonts/LegatoWeb-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Legato Web Light';
    src: url('fonts/LegatoWeb-LightItalic.eot') format('eot'),
        url('fonts/LegatoWeb-LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Pratt Pro';
    src: url('fonts/PrattPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pratt Pro';
    src: url('fonts/PrattPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pratt Pro';
    src: url('fonts/PrattPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Pratt Pro';
    src: url('fonts/PrattPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Pratt Pro Display';
    src: url('fonts/PrattProDisplay.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Pratt Pro Display';
    src: url('fonts/PrattProDisplayBold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Brown';
    src: url('fonts/Browrg__.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('fonts/Browb__.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('fonts/Browi__.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Brown';
    src: url('fonts/Browbi__.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
/*
@font-face {
    font-family: 'Old Standard';
    src: url('fonts/OldStandard-Regular.tff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Old Standard';
    src: url('fonts/OldStandard-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Old Standard';
    src: url('fonts/OldStandard-Italic.tff') format('truetype');
    font-weight: normal;
    font-style: italic;
}*/

/* standard ad sizes */
.ad-leaderboard {
    width: 728px !important;
    height: 90px !important;
}

.ad-square-300 {
    width: 300px !important;
    height: 300px !important;
    
    font-family: "Legato Web Light";
    font-size: 20px;
    background: #eee;
    color: #aaa;
    text-align: center;
    line-height: 300px;
}

.ad-med-rect {
    width: 300px !important;
    height: 250px !important;
    
    font-family: "Legato Web Light";
    font-size: 20px;
    background: #eee;
    line-height: 250px;
}


/* global styles */

html, body {
    margin: 0;
    padding: 0;
    /* For some reason setting height: 100% causes scrollTop to not work on the video section pages, and
     * I forgot why I had set this in the first place.
     */
    /* height: 100%; */
    font-family: "Pratt Pro", "Times New Roman", Times, serif;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

body {
    padding: 0;
}

strong, b {
    font-weight: bold;
}

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

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #4a91c7;
}

a.nameplate {
    display: inline-block;
    width: 430px;
    height: 50px;
    background-image: url('images/svg/nameplate-01.svg');
    background-size: cover;
    text-indent: -9999px;
}

p {
    margin: 0 0 0.8em 0;
}

blockquote {
    margin: 0 0 0 25px;
    color: #a1a1a1;
    font-style: italic;
}

ul, ol {
    margin: 0 0 16px 0;
}

ul ol, ul ul, ol ol, ol ul {
    margin: 8px 0 0 20px;
}

li {
    list-style-position: inside;
    margin: 0 0 8px 0;
    font-size: 18px;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

/* headings */

/* Aug 6: CHanged Font to Adelle */
h1 {
    font-family: "Adelle";
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3em;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
    color: #000;
}

.styled-h {
    border-bottom: 2pt solid #e7e7e7;
}

.h-hl {
    display: inline-block;
    border-bottom: 2pt solid #000;
    margin: 0 0 -2pt 0;
}

.post-content h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

/* Removed font family and display none */
.post-content h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.post-content h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

.post-content h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.post-content2 span{
font-family: "Georgia";
}

.post-content span{
font-family: "Georgia";
}
/* icons */

.follow-icon {
    display: inline-block;
    width: 18px;
    height: 16px;
    text-align: left;
    text-indent: -9999px;
    background: url('images/icons.png');
}

.search-icon {
    background-position: 0 0;
    border: 0;
}

.search-icon:focus {
    outline: none;
}

.twitter-icon {
    background-position: 0 -17px;
}

.facebook-icon {
    background-position: 0 -33px;
}

.instagram-icon {
    background-position: 0 -48px;
}

.rss-icon {
    background-position: 0 -64px;
}

/* image display */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

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

p.wp-caption-text {
    font-size: 13px !important;
    color: #a1a1a1;
    margin: 8px 0 0 0 !important;
}
p.wp-caption-text2 {
    font-size: 13px !important;
    color: #a1a1a1;
    margin: 0 !important;
    text-align: right;
}

/* wrapper */

#wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

#feature-wrapper {
    max-width: 1080px;
    overflow: hidden;
}

.marg-wrapper {
    box-sizing: border-box;
    max-width: 1080px;
    margin: 0 auto !important;
    padding: 0 10px;
}

#mobile-nav {
    display: none;
}

/* header */
#header {
    width: 100%;
    overflow: hidden;
}
#header2 {
    width: 100%;
    overflow: hidden;
    
}
#header-ad {
    text-align: center;
    line-height: 10px; /* 90px*/
    margin: 0 auto;
}

#header-mid {
    margin: 20px 0 0 0;
    width: 100%;
    position: relative;
}

#logo-box {
    width: 438px;
    height: 71px;
    margin: 0 auto;
}

/* Changed Font to Adelle Tony Aug 6 */
#logo-box p.header-tagline {
    font-weight: normal;
    text-align: center;
    margin-top: 7px;
    font-family: "Adelle-sans";
    font-size: 15px;
    color: #aaa;
}


#header-right {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 0;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
}

#header-left {
    position: relative;
    text-align: bottom;
    bottom: 0px;
    font-family: "Adelle";
	
    color: #aaa;
    font-size: small;
}

#header-left a.volunteer {
    
    color: white;
    font-size: small;
    text-decoration: none;
    display: inline-block;
    
    background-color:#0d5a84;
	padding: 4px 4px 4px 4px;
}

.hamburger-icon, .feature-hamburger-icon {
    display: none;
}

.header-icons .twitter-icon {
    margin: 0 7px 0 10px;
}

.searchform {
    display: inline-block;
}

#search-input {
    width: 160px;
    border: 0;
    border-bottom: 2px solid #ccc;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: -2px;
    padding-bottom: 2px;
}

#search-input:focus {
    outline: none;
}

/* =======================================================
    Sticky Header
    Added by Tony on June 15th, 2016
   =======================================================
*/

.sticky-header {
    position: fixed;
    display: none;
    max-width: 1080px;
    width: 100%;
    background: #FFF;
    margin-top: 0;
    top:0;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

.sticky-header .nav, .sticky-header .nav li {
    margin: 0;
}

@media (max-width: 1120px) {
    .sticky-header .nav {
        padding: 0 15px 0 15px;
    }
}

/* Changed by Tony on June 15th, 2016
 - Changed nav to class instead of ID
 - Aug 6: Changed font to Adelle;
*/
.nav {
    list-style: none;
    margin: 20px 0 0 0;
    font-family: "Adelle", sans-serif;
    text-transform: uppercase;
}

.nav li {
    width: 120px;
    width: 11.1111%;
    float: left;
    text-align: center;
    list-style: none;
    font-size: 16px;
    
    border-top: 4px solid #363234;
    border-bottom: 3px solid #e8e8e8;
}

.nav li a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid #e8e8e8;
    margin-bottom: -3px;
    padding: 6px 0;
    font-weight: bold;
    color: #000;
}

.nav li a:hover {
    color: #0d5a84;
    border-bottom: 3px solid #0d5a84;
}

a.news-nav:hover {
    color: #0d5a84 !important;
    border-bottom: 3px solid #0d5a84 !important;
}

a.comment-nav:hover {
    /* color: #5cab50 !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #5cab50 !important; */
    border-bottom: 3px solid #0d5a84 !important;
}

a.arts-nav:hover {
    /* color: #ed71af !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #ed71af !important; */
    border-bottom: 3px solid #0d5a84 !important;
}

a.science-nav:hover {
    /* color: #895c9f !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #895c9f !important; */
    border-bottom: 3px solid #0d5a84 !important;
}

a.sports-nav:hover {
    /* color: #4a91c7 !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #4a91c7 !important; */
    border-bottom: 3px solid #0d5a84 !important;
}
a.features-nav:hover {
    /* color: #4a91c7 !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #4a91c7 !important; */
    border-bottom: 3px solid #0d5a84 !important;
}a.video-nav:hover {
    /* color: #4a91c7 !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #4a91c7 !important; */
    border-bottom: 3px solid #0d5a84 !important;
}a.photo-nav:hover {
    /* color: #4a91c7 !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #4a91c7 !important; */
    border-bottom: 3px solid #0d5a84 !important;
}
a.mag-nav:hover {
    /* color: #cc0000 !important; */
    color: #0d5a84 !important;
    /* border-bottom: 3px solid #cc0000 !important; */
    border-bottom: 3px solid #0d5a84 !important;
}
/* =======================================================
    youtube player
    Added by Isaac on August 5th, 2016
   =======================================================
*/




.sidebar-post2 {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    display: none;
}

.sidebar-post2:last-child {
    border: 0;
}
.sidebar-post2.hypertab-noborder {
    border: 0;
    margin: 0 0 40px 0;
}

.sidebar-post2 .home-featured-image {
    margin: 0 0 5px 0;
}

.sidebar-post2 h1 {
    font-size: 22px;
    margin: 0 0 6px 0;
}

.sidebar-post2 p.featured-dek {
    font-size: 17px;
    /* color: #a1a1a1; */
}
.sidebar-post3 {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;

}

.sidebar-post3:last-child {
    border: 0;
}
.sidebar-post3.hypertab-noborder {
    border: 0;
    margin: 0 0 40px 0;
}

.sidebar-post3 .home-featured-image {
    margin: 0 0 5px 0;
}

.sidebar-post3 h1 {
    font-size: 22px;
    margin: 0 0 6px 0;
}

.sidebar-post3 p.featured-dek {
    font-size: 17px;
    /* color: #a1a1a1; */
}
/* =======================================================
    Features Header
    Added by Isaac on June 28th, 2016
   =======================================================
*/
#header2 {
    width: 100%;
    overflow: hidden;
    display: none
}
/* Dropdown Button */
.dropbtn {
display: inline-block;
position: relative;
  background-color: #ffffff; /* Green */
    color: black;
    padding: 1px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    border: none;
    font-weight: bold;
}
.dropbtn:focus, .dropbtn:active, .dropbtn.active, .dropbtn:focus:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-post-image3 img {
    
 display: block;
    margin: 50px 0 0 0;
    padding: 0;
    width: 100%;


}
 .dropdown{
display:inline-block;
vertical-align: middle;
margin-top: 6px;
margin-bottom: 10px;
}
.dropdown2{
display:inline-block;
vertical-align: middle;
margin-top: 6px;
margin-bottom: 6px;
}
.dropdown3{
display:inline-block;
vertical-align: middle;
margin-top: 20px;
margin-bottom: 10px;
}
.hide {
  display: block;
  left: -100%;
}
.show {
  display: block;
  left: 0;
}
.features-header {
    opacity: 1;
    height: 10px;
    max-width: 1080px;
    margin: 0 auto;
    position: fixed;
    left:0;
    right:0;
    z-index: 99;
    transition: all 1s;
}
.background-features-header{

    
}
.background-features-header-full-width{
    background-color: white;
    position: fixed;
    width: 100vw;
    left: calc(-50vw + 50%);
    height: 50px;
    box-shadow: 0px 1px 0px #000;
    border-width: 0px 0px 2px 0px;
}
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: white;
    display: block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
display: inline-block;
position: relative;
}
.dropdown2 {
display: inline-block;
position: relative;
margin-left: 0px;
}
.dropdown3 {
display: inline-block;
position: relative;

}
.social_margin {
display: inline;
position: relative;
float: right;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    height: auto;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showm {
    position: absolute;
    display:block;
    left: 0px;
    top: 50px;


}
a.nameplate_featured {
    display: inline-block;
    width: 200px;
    height: 23.5px;
    background-image: url('images/svg/nameplate-01.svg');
    background-size: cover;
    text-indent: -9999px;
}
.share-soc-footer2 {
    position: relative;
    width: 100%;
    
    left: 50%;
    padding: 5px 2px 5px 0;
    transform: translateX(-50%);
    z-index: 20;
    top: calc(100% - 55px);
    display: inline-block;
}
.share-soc-footer2 a {
    color: rgb(59, 89, 152);
    text-align: center;
}
.share-soc-footer3 {
    position: relative;
    width: 100%;
    
    left: 50%;
    padding: 5px 0 5px 0;
    transform: translateX(-50%);
    z-index: 20;
    top: calc(100% - 55px);
    display: inline-block;
}
.share-soc-footer3   a {
    color: rgb(64, 153, 255);
    text-align: center;
}
.btn-facebook-footer2 {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    width: 44%;
    /*padding: 8px;*/
    /*background: rgb(59, 89, 152);*/
    border-radius: 5px;
}

.btn-twitter-footer2 {
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    float: right;

    
    background: white;
    border-radius: 5px;
}
/*================================*/

/* main */

#main {
    margin: 10px 0 0 0;
    width: 100%;
}

.leftcol {
    width: 66.6%;
    max-width: 720px;
    float: left;
}

/* footer */

#footer {
   width: 100%;
    padding: 30px 50px;
    border-top: 3px solid #e8e8e8;
    overflow: hidden;
	background: white;
}

#footer-left {
    width: 438px;
    float: left;
    margin: 0 110px 0 0;
}

#footer-left p {
    text-align: center;
    font-weight: bold;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    margin: 10px 0 5px 0;
}

#footer-left p.footer-tagline {
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #aaa;
}

.footer-icons {
    text-align: center;
}

.footer-icons .follow-icon {
    margin: 0 5px;
}

.footer-nav {
    float: left;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-weight: bold;
    list-style-type: none;
    padding-left: 20px;
    padding-right: 20px;
}

.section-nav {
    margin: 0;
}

.footer-nav li {
    list-style-type: none;
    margin: 0 0 5px 0;
    text-align: center;
}

.footer-nav a {
    color: #282627;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #484687;
}

/* sidebars */

.sidebar {
    width: 27.7%;
    max-width: 300px;
    float: right;
}

.sidebar-widget {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
}

/* Aug 6: Changed font to Adelle */
.sidebar-widget h2 {
    font-family: "Adelle-sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.sidebar-widget h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 3px 0;
    line-height: 1.3em;
}

.sidebar-widget h3 a, .sidebar-widget h3 a:link, .sidebar-widget h3 a:visited,
.sidebar-widget h3 a:hover, .sidebar-widget h3 a:active {
    color: #000;
}

/* Aug 6: Changed font to Adelle and line-height 1.2 to 1.3 */
.sidebar-widget p {
    font-family: "Adelle-sans", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
}

/* single post */

/* Added by Tony on June 11, 2016 */
.photo-caption-mobile {
    display: none;
}

h1.single-hed {
    font-family: "Pratt Pro", "Times New Roman", Times, serif;
    margin: 0 0 20px 0;
    font-size: 41px;
    font-weight: bold;
}
h1.single-hed2 {
    margin: 50px 0 20px 0;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}

/* Changed by Tony on June 27th, 2016
    - margin-bottom 20 to 25px
*/
.single-dek {
    margin: 0 0 25px 0;
    font-size: 30px;
}
.single-dek2 {
    margin: 15px 60px 20px 60px ;
    font-size: 25px;
    text-align: center;
}

/* Changed on June 27th, 2016 by Tony
    - Display None
    - Changed font on sept 13, 2016
*/
.single-authorinfo {
    display: none;
    margin: 0 0 30px 0;
    font-size: 1.4em;
    font-family: "Pratt Pro", "Times New Roman", Times, serif;
    line-height: 16px;
}

.single-authorinfo-featured {
    margin: 0 0 30px 0;
    font-size: 1.4em;
    font-family: "Pratt Pro", "Times New Roman", Times, serif;
    line-height: 16px;
    text-align: center;
}

.single-authorinfo-featured a {
    color: inherit;
}
.single-authorinfo-featured2 {
    font-size: 1.15em;
}

@media screen and (max-width: 1080px){
.single-authorinfo-featured2 {

margin-left: 0px;
}
}
.single-authorinfo-featured2 a {
    color: inherit;
}
.single-authorinfo a {
    color: inherit;
}

.single-authorinfo a.author-twitter {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    background: url('images/icons.png') 0 -16px no-repeat;
    padding-left: 23px;
    margin-left: 10px;
}

.single-authorinfo-featured a.author-twitter {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    background: url('images/icons.png') 0 -16px no-repeat;
    padding-left: 23px;
    margin-left: 10px;
}
.mobile-date {
    display: none;
}

/* Changed on June 27th, 2016 by Tony
    - Removed height 100%
    - Removed overflow hidden
*/
.single-top {
    width: 100%;
    margin: 0 0 40px 0;
    display: table;
}

/* Added on June 27th, 2016 by Tony */
.single-top-left-authorinfo {
    padding-right: 10px;
    font-size: 1.4em;
    font-family: "Pratt Pro", "Times New Roman", Times, serif;
    line-height: 1.2em;
}

.single-topleft p.single-top-left-authorinfo {
    margin-bottom: 25px;
    color: #000;
}

.single-top-left-authorinfo a {
    color: inherit;
}

.single-topleft {
    display: table-cell;
    position: relative;
    width: 140px;
    height: 100%;
    vertical-align: top;
    font-family: Brown, "Legato Web", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.single-topleft p {
    color: #818181;
    margin: 0 0 5px 0;
    line-height: 1.2em;
}

.single-postmeta {
    width: 120px;
    margin: 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #818181;
}

.single-postmeta p {
    line-height: 1.2em;
}

p.modified-date {
    margin: 10px 0 5px 0;
}

p.post-vol {
    border-top: 1px solid #ebebeb;
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
}

p.post-vol a, p.post-vol a:link, p.post-vol a:visited, p.post-vol a:hover, p.post-vol a:active {
    color: #000;
}

.single-featured-image-caption {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mobile-featured-image-caption {
    display: none;
}

.camera-icon {
    width: 120px;
    height: 16px;
    padding: 0 0 3px 0;
    margin: 0 0 5px 0;
    background: url('images/icons.png') center -48px no-repeat;
    border-bottom: 1px solid #ebebeb;
}

.single-top .single-post-image {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 140px);
}

.single-post-image-curtain {
    position: fixed;
    width: 100%;
}

.main-wrapper {
    position: relative;
    background: #FFF;
}

.single-post-image2 img {
    
    width: 100%;
    left: calc(-50vw + 50%);
    height:auto;

}



.single-post-image2-filler {
    height: 800px;

}
@media screen and (max-width: 1290px){
 .single-post-image2-filler {
    height:720px;
}

}
@media screen and (max-width: 1080px) {
.single-post-image2 img {
    
 display: block;
    margin: 0;
    padding: 0;
    width: 100vw;
    position: relative;


}
.single-post-image2-filler {
    height:0;
}
}
@media screen and (min-width: 1800px) {
.single-post-image2 img {
    
    width: 100%;
    left: calc(-50vw + 50%);
    max-height: 900px;
    height:auto;


}
.single-post-image2-filler {
    height:900px;
}
}

.single-post-image img {
    
 display: block;
    margin: 0;
    padding: 0;
    width: 100%;


}


.single-3col {
    width: 100%;
    overflow: hidden;
}

.single-leftcol {
    width: 140px;
    float: left;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#single-social {
    float: left;
    padding-top: 7px;
}

#single-social .fb-like {
    margin: 0 0 5px 0;
    vertical-align: top;
}

#single-social .twitter-share-button {
    margin: 0 0 3px 0;
}

#single-social textarea {
    margin: 0;
    width: 110px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #666;
    border-radius: 3px;
}

#related-articles p {
    color: #666;
}


/* single post content */

/* Changed by Tony June 29, 2016
    - font family and size
*/
.post-content {
    float: left;
    max-width: 600px;

    font-family: 'Georgia';
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.post-content p {
    line-height: 1.4em;
    margin: 0 0 20px 0;
}

.post-content2 {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -140px;
    max-width: 680px;
    font-size: 18px;
    line-height: 1.4em;
}

.post-content-related {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    font-size: 18px;
    line-height: 1.4em;
}

.feature-curtain {
    padding-top: 40px;
}

.curtain-shadow {
    box-shadow: 0px -2px 10px #ccc;
}

.post-content-yale {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 680px;
    font-size: 18px;
    line-height: 1.4em;
}





.single-rightcol {
    width: 300px;
    float: right;
}

/* home page */

#home-content {
}

.breaking-news {
    font-size: 18px;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    margin: 0 0 18px 0;
    padding: 4px 0 3px 0;
    border-top: 2px solid #C70000;
    border-bottom: 2px solid #C70000;
}

.breaking-news a {
    color: #000;
}

.home-top {
    overflow: hidden;
    /* margin: 0 0 10px 0; */
}


/* =====================================================
 * Features Section on Homepage 
 *
 * Added by Tony on June 11, 2016
 */

.home-features-section {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
}

.home-features-section:last-child {
    overflow: hidden;
    border-bottom: none;
    padding: 0 0 5px 0;
}

.features-padding {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
     padding: 15px 0px 0px 0;
}

.home-features-section:first-child .features-padding {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
     padding: 0px;
}
/* ===================================================== */


.home-featured {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
}

/* Changed by Tony on June 11, 2016
 * Added home-opposite-featured-left
 */
.home-featured-left, .home-opposite-featured-left {
    width: 48.61%;
    float: left;
}

/* Changed by Tony on June 11, 2016
 * Added home-opposite-featured-right
 */
.home-featured-right, .home-opposite-featured-right {
    width: 50%;
    float: right;
}

/* Aug 6: Changed font to Adelle */
.home-type {
    color: #C70000;
    font-size: 14px;
    font-family: "Adelle-sans", sans-serif;
    text-transform: uppercase;
}

/* Changed by Tony on June 11, 2016
 * Added home-features-section h1
 * Changed line height to 1.3 from 1.05
 */
.home-featured h1, .home-features-section h1{
    line-height: 1.3em;
    margin: 0 0 10px 0;
}

.home-featured h1 a, .home-featured h1 a:link, .home-featured h1 a:visited,
.home-featured h1 a:hover, .home-featured h1 a:active {
    color: #000;
}

/* Aug 6: Changed font to Adelle */
.home-featured .featured-dek {
    font-size: 20px; /*prev: 24px */
    font-family: "Adelle-sans";
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif; */
    /* color: #a1a1a1; */
}

.home-featured-image {
    max-width: 100%;
}

.single-dek {
    font-family: "Pratt Pro", "Times New Roman", Times, serif;
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif; */
}

/* Aug 6: Changed font to Adelle and line height from 1.2 to 1.3 */
.featured-dek {
    line-height: 1.3em;
    font-family: "Adelle-sans";
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif; */
}

/* Aug 6: Changed font to Adelle */
.featured-byline {
    font-family: "Adelle-sans", sans-serif;
    /* font-family: "Pratt Pro", "Times New Roman", Times, serif; */
    font-size: 15px;
    color: #303030;
}

.featured-byline a {
    color: #606060;
}

/* Aug 6: Changed font to Adelle */
.related-article {
    font-family: "Adelle";
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif; */
}

/* Changed by Tony on June 11th, 2016 
 * - Added: position and right rules
 */
#home-sidebar {
    max-width: 300px;
    float: right;
    position: relative;
    right: 40px;
}

#home-sidebar a.h-hl {
    display: inline-block;
    color: #000;
}

#home-sidebar a.ep-link {
    margin-left: 15px;
    color: #e7e7e7;
    border-bottom-color: #e7e7e7;
}

#sidebar-editors-picks {
    display: none;
}

#sidebar-comics {
    display: none;
}

#sidebar-comics .home-featured-image {
}

#related-articles h2 {
    font-size: 17px;
}

.home-3col {
    width: 100%;
    padding-top: 10px;
}

.home-3col .home-col {
    float: left;
    width: calc(33.333% - 9px);
}

.home-3col .col-left {
    margin: 0 6px 0 0;
}

.home-3col .col-mid {
    padding: 0 6px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.home-3col .col-right {
    margin: 0 0 0 6px;
}

.home-col h1 {
    font-size: 22px;
    margin: 0 0 7px 0;
}

.home-col .home-featured-image {
    margin: 0 0 10px 0;
}

/* Aug 6: Changed line-height from 1.2 to 1.3 */
.home-col .featured-dek {
    font-size: 15px;
    /* color: #a1a1a1; */
    line-height: 1.3em;
}

/* Aug 6: Changed font to Adelle */
h1.section-title {
    font-size: 40px;
    font-family: "Adelle-sans", sans-serif;
    margin: 0 0 20px 0;
}

h1.section-title.styled-h {
    border-bottom-width: 3px;
}

h1.section-title .h-hl {
    border-bottom-width: 3px;
}

.home-section {
    margin: 0 0 20px 0;
}

.home-section .home-featured-left h1 {
    font-size: 30px;
}

/* Changed by Tony on June 11, 2016
 * Added home-features-section
 */
.home-section .home-featured-left p.featured-dek, .home-features-section p.featured-dek {
    font-size: 20px;
}

#news-section h1.section-title a, #news-section h1.section-title span {
    color: #0d5a84;
    border-color: #0d5a84;
}

#comment-section h1.section-title a, #comment-section h1.section-title span {
    /* color: #5cab50; */
    color: #0d5a84;
    /* border-color: #5cab50; */
    border-color: #0d5a84;
}

/* Added by Tony on June 11, 2016 */
#features-section h1.section-title a, #features-section h1.section-title span {
    /* color: #895c9f; */
    color: #0d5a84;
    /* border-color: #895c9f; */
    border-color: #0d5a84;
}

#arts-section h1.section-title a, #arts-section h1.section-title span {
    /* color: #ed71af; */
    color: #0d5a84;
    /* border-color: #ed71af; */
    border-color: #0d5a84;
}

#science-section h1.section-title a, #science-section h1.section-title span {
    /* color: #895c9f; */
    color: #0d5a84;
    /* border-color: #895c9f; */
    border-color: #0d5a84;
}

#sports-section h1.section-title a, #sports-section h1.section-title span {
    /* color: #4a91c7; */
    color: #0d5a84;
    /* border-color: #4a91c7; */
    border-color: #0d5a84;
}
#features-section h1.section-title a, #features-section h1.section-title span {
    /* color: #4a91c7; */
    color: #0d5a84;
    /* border-color: #4a91c7; */
    border-color: #0d5a84;
}
.home-subgrid {
    width: 100%;
    display: table;
    overflow: hidden;
}

.home-subgrid p.featured-dek {
    margin-bottom: 0;
    /* color: #a1a1a1; */
}

.home-subgrid-row {
    display: table-row;
}

.home-subgrid-left, .home-subgrid-right {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.home-subgrid-row:last-child .home-subgrid-left,
.home-subgrid-row:last-child .home-subgrid-right {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-subgrid-left {
    width: 66.6%;
    padding: 15px 15px 15px 0;
}

.home-subgrid-left h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.home-subgrid-right {
    width: calc(33.4% - 30px);
    border-left: 1px solid #ccc;
    padding: 15px 0 15px 15px;
}

.home-subgrid-right h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.sidebar-section h1.section-title {
    margin-bottom: 14px;
}

.sidebar-post {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
}

.sidebar-post:last-child {
    border: 0;
}

/* Added by Tony on June 11, 2016
 * Removes bottom hypertab sidebar border
 */
.sidebar-post.hypertab-noborder {
    border: 0;
    margin: 0 0 40px 0;
}

.sidebar-post .home-featured-image {
    margin: 0 0 5px 0;
}

.sidebar-post h1 {
    font-size: 22px;
    margin: 0 0 6px 0;
}

.sidebar-post p.featured-dek {
    font-size: 17px;
    /* color: #a1a1a1; */
}

.archives-image {
    width: 300px;
    height: 400px;
}

/* section pages */

body.tax-section .section-leftcol .home-featured .home-featured-left h1 {
    font-size: 32px;
}

.section-featured-table {
    width: 100%;
    display: table;
    margin: 0 0 30px 0;
}

.section-featured {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
}

.section-featured-left {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    width: 50%;
}

.section-featured-right {
    padding-left: 10px;
    width: 50%;
}

.section-featured .home-featured-image {
    margin-bottom: 10px;
}

.section-featured h1 {
    font-size: 28px;
    margin: 0 0 8px 0;
}

.section-featured p.featured-dek {
    /* color: #a1a1a1; */
    font-size: 18px;
}

.section-post {
    clear: both;
    border-bottom: 1px solid #ccc;
    margin: 0 0 7px 0;
    padding: 7px 0;
    overflow: hidden;
}

.section-post:last-child {
    border: 0;
}

.section-post .featured-image {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 231px;
}

.section-post h1 {
    margin: 0 0 7px 0;
    font-size: 28px;
}

.section-post p.featured-dek {
    font-size: 16px;
    /* color: #a1a1a1; */
}

.section-filter {
    font-size: 18px;
    margin: 0 0 6px 0;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
}

.section-filter a, .section-filter a:link, .section-filter a:visited,
.section-filter a:hover, .section-filter a:active {
    color: #a1a1a1;
}

.section-filter-current a, .section-filter-current a:link, .section-filter-current a:visited,
.section-filter-current a:hover, .section-filter-current a:active {
    color: #000;
}

.tip-us {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.tip-us a {
    color: #000 !important;
}

.section-leftcol .tip-us {
    display: none;
}

.section-about p {
    font-size: 16px;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
}

/* WP Pagenavi */
.wp-pagenavi {
    text-align: center;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0;
    
    font-size: 15pt;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
}

.wp-pagenavi span, .wp-pagenavi a {
    border: 0 !important;
    color: #000;
}

/* Photo section */
body.term-photo .home-featured {
    border: 0;
}

body.term-photo .home-featured h1 {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 30px;
}

body.term-photo .home-featured p {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 20px;
}

body.term-photo .section-post {
    max-width: 50%;
    width: calc(50% - 8px);
    float: left;
    margin: 0;
    padding: 0;
    clear: none;
    border: 0;
}

body.term-photo .section-post:nth-child(odd) {
    margin-right: 16px;
}

body.term-photo .section-post img.featured-image {
    max-width: 100%;
    width: 100% !important;
}

body.term-photo .section-post h1 {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-size: 25px;
}

body.term-photo .section-post p {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 17px;
}

/* Search results */

.gsc-input-box .gscb_a {
    line-height: 20px !important;
}

input.gsc-input {
    font-family: "Pratt Pro", "Times New Roman", Times, serif !important;
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif !important; */
}

.gsc-result-info {
    padding-left: 0 !important;
}

.gsc-above-wrapper-area {
    border-color: #ccc !important;
}

.gsc-result {
    padding: 20px 0 !important;
    border-bottom: 1px solid #ccc !important;
}

.gsc-url-top, .gsc-thumbnail-inside {
    padding: 0 !important;
}

.gs-title, .gs-title b {
    font-family: "Pratt Pro", "Times New Roman", Times, serif !important;
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif !important; */
    font-size: 28px !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.gs-web-image-box-landscape img.gs-image, .gs-web-image-box-portrait img.gs-image, img.gs-image {
    max-width: 165px !important;
    max-height: 110px !important;
}

.gs-snippet {
    font-family: "Pratt Pro", "Times New Roman", Times, serif !important;
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif !important; */
    font-size: 18px;
    line-height: 1.2em;
}

.gsc-results .gsc-cursor-box {
    margin: 20px 0 0 0 !important;
    font-family: "Legato Web", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    text-align: center !important;
}

/* Video section page */

.video-grid {
    width: 100%;
    clear: both;
    padding: 20px 0;
}

.video-grid-row {
    width: 100%;
    clear: both;
}

.video-grid-cell {
    width: calc(33.33% - 7px);
    float: left;
    margin: 0 5px;
}

.video-grid-cell:first-child {
    margin: 0 5px 0 0;
}

.video-grid-cell:last-child {
    margin: 0 0 0 5px;
}

.video-grid-cell img {
    max-width: 100%;
}

.video-grid-cell h2 {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin: 5px 0 18px 0;
}

.video-grid-cell h2 a, .video-grid-cell h2 a:link, .video-grid-cell h2 a:visited,
.video-grid-cell h2 a:hover, .video-grid-cell h2 a:active {
    color: #000;
}

.video-display {
    width: 100%;
    overflow: hidden;
    display: none;
    padding: 0 0 40px 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #eee;
}

.video-player {
    width: calc(66.66% - 10px);
    display: inline-block;
    position: relative;
    float: left;
}

.video-player:after {
    padding-top: 59.722%;
    display: block;
    content: '';
}

.video-player iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-right {
    float: right;
    width: calc(33.33% - 10px);
}

h2.video-title {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}

h2.video-title a, h2.video-title a:link, h2.video-title a:visited,
h2.video-title a:hover, h2.video-title a:active {
    color: #000;
}

.video-date {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    margin: 10px 0 14px 0;
}

.video-description {
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.video-description p {
    line-height: 1.2em;
}

/* Ad labels */
.ad-label {
    font-family: "Pratt Pro", "Times New Roman", Times, serif;
    /* font-family: "Old Standard TT", "Times New Roman", Times, serif; */
    font-size: 10px;
    color: #a1a1a1;
    text-align: center;
}

/* For grids with popups */

.popup-link {
    color: #616161;
}

.popuptext {
    display: none;
position: absolute;
    width: 530px; 
    left: -140px;
    right: 00px;
    background: #616161;
    color: #fff;
    z-index: 1;

    max-height:600px;
    overflow-y: scroll;
}

.popup-wrapper:hover .popuptext {
    display: inline;
}

.popuptext:hover .popuptext {
    display: inline;
}

.pop-grid-cell {
    height: 200px;
    width: 200px;
}

.pop-grid-lcol {
    position: relative;
}

.pop-grid-mcol {
    position: absolute;
    left: 200px; 
    bottom: 0px;
}

.popup-holder {
    width: 600px;
}

/* For forward/backward post navigation within series */

.next-last-post {
    position: fixed;
    top: 230px;
    visibility: hidden;
    overflow: hidden;
    max-width: 200px;
    opacity: 0;
    font-family: 'Legato Web', sans-serif;
}

.next-last-post a, .next-last-post a:link, .next-last-post a:visited {
    display: block;
    padding: 10px;
    color: #ccc;
    text-decoration: none;
}

.next-last-post a:hover, .next-last-post a:active {
    display: block;
    color: #000;
    text-decoration: none;
}

.post-nav-arrow {
    width: 48px;
    height: 72px;
    margin: 0 auto 12px auto;
}

.post-nav-arrow-hl {
    width: 48px;
    height: 72px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

#next-post .post-nav-arrow {
    background: url('images/next.png') top left no-repeat;
}

#next-post .post-nav-arrow-hl {
    background: url('images/next-hl.png') top left no-repeat;
}

#last-post .post-nav-arrow {
    background: url('images/previous.png') top left no-repeat;
}

#last-post .post-nav-arrow-hl {
    background: url('images/previous-hl.png') top left no-repeat;
}

.post-nav-link {
    text-align: center;
    margin: 0 0 0.5em 0;
    font-size: small;
}

.post-nav-hidden {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.post-nav-title {
    line-height: 1.3em;
    font-weight: bold;
    font-size: small;
    text-align: center;
    margin: 0 0 0.5em 0;
}

.post-nav-excerpt {
    text-align: center;
    font-size: x-small;
    line-height: 1.1em;
}
.next-last-post a:hover .post-nav-hidden,
.next-last-post a:hover .post-nav-arrow-hl {
    opacity: 1;
}


/* =========================================
    Share Social Media
    Added by Tony on June 19th, 2016
   =========================================
*/
.related-wrapper {
    background: #FFF;
    color: #000;
}

.footer-wrapper {
    position: relative;
    background: #FFF;
}

.advertise-us {
    display: block;
    text-align: center;
    background: #0d5a84;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    color: #FFF !important;
    font-family: 'Adelle';
    font-size: 1.2em;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
}

.clear-fix {
    clear:both;
}

.taek{
	flex-wrap: none;
}

.section-sidebar-nav {
    float: left;
    font-family: "Legato Web", Arial, Helvetica, sans-serif;
    font-weight: bold;
    list-style-type: none;
}

.section-sidebar-nav li {
    list-style-type: none;
    margin: 0 0 5px 0;
    text-align: center;
}

.section-sidebar-nav a {
    color: #282627;
    text-decoration: none;
}

.section-sidebar-nav a:hover {
    color: #484687;
}

.sidebar-nameplate {
    display: inline-block;
    width: 100%;
    height: 32px;
    background-image: url('images/svg/nameplate-01.svg');
    background-size: 100% 100%;
    text-indent: -9999px;
    padding-bottom: 10px;
}

.sidebar-tagline {
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.sidebar-pages-nav {
    margin: 0;
}

.sidebar-section-nav, .sidebar-pages-nav {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 10px;
}

.sidebar-section-nav li, .sidebar-pages-nav li {
    font-size: 0.9em;
}

@media (max-width: 1120px) {

    .sidebar-section-nav, .sidebar-pages-nav {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar-section-nav li, .sidebar-pages-nav li {
        font-size: 0.8em;
    }
}


@media (max-width: 1000px) {

    .sidebar-section-nav, .sidebar-pages-nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-section-nav li, .sidebar-pages-nav li {
        font-size: 0.75em;
    }
}

@media (max-width: 900px) {

    .sidebar-section-nav, .sidebar-pages-nav {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sidebar-pages-nav {
        padding-left: 10px;
    }

}

.yith-infs-loader {
    position:relative;
    top: 100px;
}

.share-soc-footer {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 50%;
    padding: 5px 0 5px 0;
    transform: translateX(-50%);
    z-index: 20;
    background: rgba(255, 255, 255, 1);
    top: calc(100% - 55px);
    display: none;
}

.btn-facebook-footer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    width: 46%;
    padding: 8px;
    background: rgb(59, 89, 152);
}

.btn-twitter-footer {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
    width: 46%;
    padding: 8px;
    background: rgb(64,153,255);
}

.padding-container {
    height: 100%;
    padding-left: 3%;
    padding-right: 3%;
}

@media (max-width: 550px) {
    .padding-container {
        padding-left: 1%;
        padding-right: 1%;
    }
    .btn-facebook-footer {
        width: 44%;
    }
    .btn-twitter-footer {
        width: 44%;
    }
    .taek{
	flex-wrap: wrap;
	}
}

.share-soc-footer a {
    color: #FFF;
    text-align: center;
}

.share-soc {
    position: fixed;
    z-index: 50;
    left: 3%;
    top: 85%;
    transform: translateY(-50%);
}

.fb-share-container {
    border-radius: 10px;
    height: 35px;
    margin-bottom: 25px;
}

.fb-share-container:hover {
    background: #FFF;
}

.twitter-share-container {
    border-radius: 10px;
    height: 55px;
}

.twitter-share-container:hover {
    background: #FFF;
}

.share-soc .fa-facebook-square {
    position: relative;
    top: -5px;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -ms-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    color: rgba(217, 217, 217, 0.7);
}

.share-soc .fa-facebook-square:hover {
    color: rgba(59, 89, 152, 1);
}

.share-soc .fa-twitter-square {
    position: relative;
    top: -5px;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -ms-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    color: rgba(217, 217, 217, 0.7);
}

.share-soc .fa-twitter-square:hover {
    color: rgba(64,153,255, 1);
}

.outer-dek {
    margin-bottom: 10px;
}

.inner-dek-border {
    display: inline-block; 
    padding: 5px 10px 5px 10px; 
    background: #0d5a84;
    border-radius: 5px;
    color: #FFF;
}

.inner-dek-border a {
    color: #FFF;
    text-decoration: underline;
}



@media (max-height: 520px) {

    #mobile-nav li a span {
        font-size: 16px;
        padding: 9px 0;
    }

}

@media (max-width: 1920px) {
    .share-soc {
        top: 50%;
        transform: translateY(-50%);
        left: calc((100% - 1250px)/2);
    }

    .yale-content {
        max-width: 980px;
    }

}

@media (max-width: 1570px) {

    .yale-content {
        max-width: 750px;
    }

}


@media (max-width: 1300px) {
    .share-soc {
        top: 91%;
        left: 1.3%;
    }
}

.maxvw{
width:100vw;
}