/*
Theme Name: Sweet Briar College Theme
Theme URI: https://sbc.edu/
Author: William Alexander
Author URI: http://www.williamalexander.co
Description: Custom Theme developed for Sweet Briar College by William Alexander
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: custom-theme
Tags:

*/

@import url('_s.css');
@import url('http://www.w3schools.com/lib/w3.css');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');

a, a:link, a:visited, a:active {
    color: #e63077;
    text-decoration: none;
}

a:hover {
    color: #77BC1F;
}

aside#secondary a {
    color: black;
}

figure {
    margin: 0;
}

.wp-caption-text {
    text-align: left;
    line-height: 1.2em;
    font-size: .9em;
}



.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons {
    text-rendering: optimizeLegibility;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

body {
    font-family: 'Nunito Sans', sans-serif;
}

div.content-area {
    max-width: 1226px;
    margin: 0 auto;
}

a.search-icon-r {
    display: none;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none !important;
}

a:visited {
    // color: black;
}

/* Header */

    header#masthead {
        background: white;
        padding-bottom: 20px;
    }

    a.site-logo {
        position: absolute;
    }

    .site-branding {
        max-width: 1140px;
        margin: 0 auto;
    }

    /* Navigation */

        nav#top-site-navigation {
            background: #002a48;
            background: -moz-linear-gradient(top,  #002a48 0%, #111820 100%);
            background: -webkit-linear-gradient(top,  #002a48 0%,#111820 100%);
            background: linear-gradient(to bottom,  #002a48 0%,#111820 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a48', endColorstr='#111820',GradientType=0 );
            border-bottom: 4px solid #77BC1F;
        }

        nav#top-site-navigation ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        nav#top-site-navigation ul li {
            display: inline-block;
            margin: 0;
            padding: 10px;
        }

        nav#top-site-navigation ul li a {
            text-decoration: none;
            text-transform: uppercase;
            color: white;
            font-weight: 100;
            transition: color .5s;
        }

        nav#top-site-navigation ul li a:hover {
            color: #ed2b74;
        }

        .top-header-container {
            max-width: 1140px;
            margin: 0 auto;
            position: relative;
        }

        .menu-redesign-top-menu-container {
            text-align: right;
        }

        .top-header-container form.search-form {
            float: right;
            margin-top: 8px;
            margin-left: 15px;
        }

        .top-header-container input.search-field {
            text-transform: uppercase;
            padding: 1px 6px;
            border-radius: 0px;
            background-color: rgba(255, 255, 255, 0.18);
            color: white;
        }

        .top-header-container input.search-submit {
            background: none;
            border: none;
            box-shadow: none;
            color: white;
            text-shadow: none;
            position: absolute;
            right: 5px;
            top: 11px;
        }

        nav#site-navigation {
        }

        nav#site-navigation ul {
            list-style-type: none;
            margin: 0;
            padding: 50px 0;
        }

        nav#site-navigation ul li {
            display: inline-block;
            margin: 0;
            padding: 0px 9px;
            float: none;
        }

        nav#site-navigation ul li a {
            text-decoration: none;
            text-transform: uppercase;
            color: black;
            font-weight: 700;
            font-size: 1.2em;
            transition: color .5s;
        }

        nav#site-navigation ul li a:hover {
            color: #ed2b74;
        }

        .menu-redesign-main-menu-container {
            max-width: 1140px;
            margin: 0 auto;
            text-align: right;
        }


/* Google Custom Search */

div#___gcse_0 {
    width: 17%;
    float: right;
    margin-top: 8px;
    margin-left: 15px;
    display: grid;
}

.gsc-control-cse.gsc-control-cse-en {
    background: none;
    border: 0px;
    display: inline-block;
    width: 100%;

}

.gsc-control-wrapper-cse {
    width: 100%;
    display: inline-block;
}

input#gsc-i-id1 {
            text-transform: uppercase;
            padding: 0 !important;
            border-radius: 0px;
            background: none !important;
            color: white;
            text-indent: 0 !important;
}

.gsc-input-box {
    border: 0px solid #D9D9D9;
    background: none !important;
}

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: none !important;
    background-color: none !important;
}

.gsib_a {
    padding: 0;
}

.gsc-input-box {
            border-radius: 0px;
            background: rgba(255, 255, 255, 0.18) !important;
    height: inherit !important;
}

.gsc-control-cse {
    padding: 0 !important;
}

.gsib_a {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding: 0 !important;

}

input#gsc-i-id1 {
    padding: 13px 6px !important;
}

table#gs_id50 {
    margin: 0 !important;
}

#___gcse_0 td.gsc-search-button {
   margin:0 !important;
   padding: 0 !important;
   width: inherit !important;
   height: inherit !important;
}

#___gcse_0 input.gsc-search-button, #___gcse_0 input.gsc-search-button:hover, #___gcse_0 input.gsc-search-button:focus {
    border: 0 !important;
    background:  none !important;
    filter: none;
   margin:0 !important;
   padding: 0 !important;
   width: inherit !important;
   height: inherit !important;

}

#___gcse_0 input.gsc-search-button {
    background: none;
    border: none;
    box-shadow: none;
    color: white;
    text-shadow: none;
    position: absolute;
    right: 7px;
    top: 13px;
}

#___gcse_0 .cse .gsc-search-button input.gsc-search-button-v2, #___gcse_0 input.gsc-search-button-v2 {
    min-width: 16px !important;
}

#___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}


/* Footer */

    footer#colophon {
        background: #002a48;
        background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
        background: -webkit-linear-gradient(top, #002a48 0%,#111820 100%);
        background: linear-gradient(to bottom, #002a48 0%,#111820 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a48', endColorstr='#111820',GradientType=0 );
        padding-bottom: 100px;
        padding-top: 35px;
        text-align: center;
        border-top: 4px solid #77BC1F;
    }

    a.site-logo-footer {
        mix-blend-mode: screen;
    }

    .find-your-fierce {
        color: white;
        text-transform: lowercase;
        font-family: 'Arvo', serif;
        font-size: 4.5em;
        position: relative;
        top: -.2em;
    display: none;
    }

    .find-your-fierce span {
        color: #ed2b74;
        text-transform: uppercase;
        font-size: 1.25em;
        position: relative;
        top: .125em;
        font-weight: 600;
    }

    form.footer-search-form {
        margin-top: 20px;
    }

    .footer-search-form input.search-field {
        border-radius: 0;
        padding: 7px;
        width: 45%;
        margin-top: 10px;
        font-family: 'Arvo', serif;
        font-size: 1.2em;
        font-style: italic;
    }

    .footer-search-form input[type="submit"] {
        border-radius: 0;
        padding: 12px 0 11px;
        width: 9%;
        font-family: 'Arvo', serif;
        font-size: 1.2em;
        text-transform: uppercase;
        background: white;
        margin-left: 10px;
    }

    .footer-info {
        display: flex;
        color: white;
        font-weight: 100;
        justify-content: center;
        max-width: 1140px;
        margin: 50px auto 10px;
        font-size: 1.1em;
        line-height: 1.5em;
        text-transform: uppercase;
        align-items: flex-start;
    }

    .footer-info div {
        margin: 5px 45px;
    }

    .footer-info a:hover {
        color:  #ed2b74 !important;
    }
    .column-one {
        text-align: right;
    }
    
    .column-three {
        text-align: left;
    }


    a.socials-footer {
        margin: 30px;
        display: block;
    }

    a.site-seal-footer {
        display: block;
    }

a.site-seal-footer img {
    height: 170px;
    mix-blend-mode: screen;
    margin-bottom: 10px;
}

ul#column-one-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#column-one-menu li {
    margin: 0;
    padding: 0;
}

ul#column-one-menu li a {
    white-space: no-wrap;
    color: white;
    text-decoration: none;
}

div.menu-left-footer-menu-container {
    margin: 0;
    padding: 0;
}

.column-two a {
    color: white;
    text-decoration: none;
}

ul#column-three-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#column-three-menu li {
    margin: 0;
    padding: 0;
}

ul#column-three-menu li a {
    white-space: no-wrap;
    color: white;
    text-decoration: none;
}

div.menu-right-footer-menu-container {
    margin: 0;
    padding: 0;
}

ul#socials-footer {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:flex;
    justify-content: center;
}

ul#socials-footer li {
    margin: 30px 2px;
    padding: 0;
}

ul#socials-footer li a {
    white-space: no-wrap;
    color: white;
    text-decoration: none;
    background-image: url('i/Socials.png');
    width: 46px;
    height: 46px;
    display: block;
    background-repeat: no-repeat;
    background-position: 4px center;
    text-indent: -10000px;
    transition: all .25s;
}

ul#socials-footer li a:hover {
    background-image: url('i/socials-hover.png');
}

ul#socials-footer li.twitter a {
    background-position: -45px center;
}

ul#socials-footer li.instagram a {
    background-position: -94px center;
}

ul#socials-footer li.youtube a {
    background-position: -143px center;
}

ul#socials-footer li.af a {
    background-position: -192px center;
}

ul#socials-footer li.linkedin a {
    background-position: -241px center;
}

ul#socials-footer li.flickr a {
    background-position: -290px center;
}


/* Footer Google Search */

.footer-google-search div {
}

div#gsc-iw-id2 {
    background: none;
    border: none;
}

.footer-google-search td.gsc-input {
    padding: 0 !important;
}

.footer-google-search table.gsc-search-box {
    width: 55%;
    margin: 0 auto;
}

input#gsc-i-id2 {
    background-image: none !important;
    text-indent: 0 !important;
    border-radius: 0 !important;
    padding: 12px 7px !important;
    width: 100% !important;
    margin-top: 10px !important;
    font-family: 'Arvo', serif;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.2em !important;
    height: inherit !important;
}

.footer-google-search td.gsc-search-button {
    width: 17% !important;
}

.footer-google-search input[type="submit"] {
    border-radius: 0;
    padding: 15px 0 14px;
    width: 100%;
    font-family: 'Arvo', serif;
    font-size: 1.2em;
    text-transform: uppercase;
    background: white;
    margin-left: 10px;
    position: relative;
    top: -5px;
    color: black;
    font-weight: normal;
    height: inherit;
}

.footer-google-search input[type="submit"]:hover, .footer-google-search input[type="submit"]:focus {
    border-color: white !important;
    border: 0px !important;
    background-color: white !important;
    background-image: none;
    filter: none;
    box-shadow: none !important;
}

div#gsc-iw-id2 {
    background: none !important;
}

.gsc-results {
    text-align: left;
}



/* Home Page Content */


    div.contents {
        max-width: 1226px;
        margin: 0 auto;
    }

    div.soliloquy-container {
        margin-bottom: 0 !important;
    }

    .hero-section {
        background: #333d47;
        overflow: hidden;
    }

    .hero-section .contents {
        max-width: 1226px;
        margin: 0 auto;
        // display: flex;
        // align-items: stretch;
        // justify-content: center;
    }

    .hero-section .contents a {
        // margin: 0 5px;
        // line-height: 0;
        // text-align: center;
        // flex-grow: 1;
        // flex-shrink: 1;
        // width: 30%;
    }
    
    .hero-title {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        // right: 0;
        // bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 3em;
        font-weight: bold;
        font-family: 'Arvo', serif;
        padding: 0 20%;
        text-transform: uppercase;
        line-height: 1.1em;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    }

    .hero-title {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: none;
    bottom: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Arvo', serif;
    padding: 30px 20%;
    text-transform: uppercase;
    line-height: 1.1em;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.5);
}

    .hero-one {
        background: #77bc1f;
        text-decoration: none;
    }

    .hero-one div {
        line-height: 1em;
    }

    .hero-one img {
        border-bottom: 10px #333d47 solid;
        width: 100%;
    }

    .hero-one .find-your-hero {
        color: white;
        text-transform: lowercase;
        font-family: 'Arvo', serif;
        font-size: 2.5em;
        display: block;
        padding: 30px;
    }

    .hero-one .find-your-hero span {
        color: #ed2b74;
        text-transform: uppercase;
        font-size: 1.25em;
        position: relative;
        top: .125em;
        font-weight: 600;
        display:block;
    }


    .hero-two {
        background: #c9c8c7;
        text-decoration: none;
    }

    .hero-two div {
        line-height: 1em;
    }

    .hero-two img {
        border-top: 10px #333d47 solid;
        width: 100%;
    }

    .hero-two .find-your-hero {
        color: white;
        text-transform: lowercase;
        font-family: 'Arvo', serif;
        font-size: 2.5em;
        display: block;
        padding: 30px;
    }

    .hero-two .find-your-hero span {
        color: #ed2b74;
        text-transform: uppercase;
        font-size: 1.25em;
        position: relative;
        top: .125em;
        font-weight: 600;
        display:block;
    }

    .hero-three {
        background: #ed2b74;
        text-decoration: none;
    }

    .hero-three div {
        line-height: 1em;
    }

    .hero-three img {
        border-bottom: 10px #333d47 solid;
        width: 100%;
    }

    .hero-three .find-your-hero {
        color: white;
        text-transform: lowercase;
        font-family: 'Arvo', serif;
        font-size: 2.5em;
        display: block;
        padding: 30px;
    }

    .hero-three .find-your-hero span {
        color: #111820;
        text-transform: uppercase;
        font-size: 1.25em;
        position: relative;
        top: .125em;
        font-weight: 600;
        display:block;
    }

    .apply-section {
        background: #c9c8c7;
    }

    .apply-section a {
        text-align: center;
        display: block;
        padding: 20px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 2em;
        font-family: 'Arvo', serif;
        transition: all .5s;
    }

    .apply-section a:hover {
        color:white;
        background: #333d47;
    }


    .give-section {
        background: #333D47;
    }

    .give-section a {
        text-align: center;
        display: block;
        padding: 20px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 2em;
        font-family: 'Arvo', serif;
        transition: all .5s;
        color: white;
    }

    .give-section a:hover {
        color:black;
        background: #c9c8c7;
    }




    .life-section {
        padding-bottom: 80px;
    }

    .life-section .contents {
        max-width: 1140px;
        margin: 0 auto;
    }

    .life-section .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .life-section .home-section-header {
        color: #111820;
        text-transform: lowercase;
        font-family: 'Arvo', serif;
        font-size: 3em;
        display: block;
        padding: 30px;
        text-align: center;
    }

    .life-section .home-section-header span {
        color: #ed2b74;
        text-transform: uppercase;
        font-size: 1.25em;
        position: relative;
        top: .125em;
        font-weight: 600;
    }

    .life-box {
        background-image: url('i/campus-life.png');
        display: flex;
        justify-content: center;
        align-content: center;
        margin: 7px;
        color:white;
        width: 32.1%;
        background-size: cover;
        background-position: center;
        align-items: stretch;
        text-decoration: none;
        min-height: 318px;
    }

    .life-box h2 {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 110px 50px;
        line-height: 1.1em;
        margin:0;
        width: 100%;
        text-align: center;
        color: white;
        font-family: 'Arvo', serif;
        font-size: 3em;
        font-weight: 700;
        flex-direction: column;
        justify-content: center;
        display: flex;
        transition: all .3s;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    }

    .two-col {
        flex-grow: 2;
        width: 60%;
    }

    a.life-box:hover h2 {
        background-color: rgba(0, 0, 0, 0);
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1), 0px 0px 2px rgba(0, 0, 0, 1);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
    }

    .sweet-101-section {
    }

    .sweet-101-section .home-section-header {
        color: #111820;
        text-transform: lowercase;
        font-family: 'Arvo', serif;
        font-size: 3em;
        display: block;
        padding: 30px;
        text-align: center;
    }

    .sweet-101-section .home-section-header span {
        color: #ed2b74;
        text-transform: uppercase;
        font-size: 1.25em;
        position: relative;
        top: .125em;
        font-weight: 600;
    }


    .sweet-101-section .boxes  {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: space-between;
    padding-bottom: 100px;

    }

.sweet-101-box.photo {
    flex-grow: 2;
    flex-basis: 49%;
    display: flex;
    padding: 0;
}
.sweet-101-box {
    flex-grow: 1;
    background: #c9c8c7;
    flex-basis: 24%;
    margin: 6px;
    padding: 20px;
    text-align: center;
}

a.sweet-101-box-photo {
    display: block;
    background: slategray;
    width: 100%;
    background-position: center;
    background-size: cover;
}

span.sweet-101-num {
    font-family: 'Arvo', serif;
    font-weight: bold;
    font-size: 4em;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    color: #ed2b74;
    line-height: 1em;
}

.sweet-101-box:nth-child(even) span.sweet-101-num {
    color: #77bc1f;
}


p.sweet-101-text {
    margin: 20px 0;
    padding: 0;
    font-size: 1.1em;
}

.sweet-101-box {
    flex-grow: 1;
    background: #c9c8c7;
    flex-basis: 24%;
    margin: 6px;
    padding: 30px 20px;
    text-align: center;
}

a.sweet-101-subj {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.3em;
    color: #333d47;
    line-height: 1em;
}

    .find-section {
        background: #c9c8c7;
        overflow: auto;
        padding-bottom: 100px;
    }

    .find-section .home-section-header {
        color: #111820;
        text-transform: lowercase;
        font-family: 'Arvo', serif;
        font-size: 3em;
        display: block;
        padding: 30px;
        text-align: center;
    }

    .find-section .home-section-header span {
        color: #ed2b74;
        text-transform: uppercase;
        font-size: 1.25em;
        position: relative;
        top: .125em;
        font-weight: 600;
    }

    .find-section .boxes {
        display:flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .news-post {
        background: white;
        display: flex;
        align-items: stretch;
        margin-bottom: 13px;
    }

    .big-post {
        flex-basis: 49%;
        position: relative;
        margin-bottom: 13px;
    }

    .three-posts {
        flex-basis: 50%;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .big-post .news-post:first-child {
        flex-wrap: wrap;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    a.post-image {
        display: block;
        flex-basis: 41%;
        background: slategrey;
        background-size: cover;
        background-position: center;
    }

    .big-post .news-post:first-child a.post-image {
        height: 60%;
        flex-basis: 100%;
    }

    .post-content {
        padding: 19px 23px;
        flex-basis: 59%;
    }

    .big-post .news-post:first-child .post-content {
        padding: 38px 57px;
        flex-basis: 100%;
    }

    a.post-more {
        text-align: right;
        display: block;
        color: #c9c8c7;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        padding: 0px 5px;
        font-size: .8em;
    }

    a.post-more:hover {
        color: white;
        background: #c9c8c7;
    }

    span.post-cat {
        color: #c9c8c7;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .post-cat a {
        text-decoration: none;
    }

    h2.post-head {
        font-family: 'Arvo', serif;
        margin: 0;
        padding: 0;
        color: #333d47;
        font-size: 1.5em;
        line-height: 1.2em;
    }
 
    h2.post-head a {
        color: #333d47;
    }

    p.post-text {
        margin: 0;
        padding: 0;
        color: #333d47;
    }

    .post-content p {
        margin: 5px 0 0;
    }

div#content {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: stretch;
}

.page div#content, .single div#content, .category div#content, .attachment div#content {
    max-width: 1180px;
    display: flex;
}

#primary {
    width: 70%;
    border-right: 1px solid black;
    padding-right: 2%;
    padding-top: 20px;
}

aside#secondary {
    width: 25%;
    padding-top: 20px;
    font-family: 'Arvo', serif;
}

.menu-main-sidebar-navigation-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-main-sidebar-navigation-container ul li {

}

.menu-main-sidebar-navigation-container ul li a {
    text-decoration: none;
    padding: 6px 0;
    text-transform: uppercase;
    display: block;
}

.menu-main-sidebar-navigation-container ul li a:hover {
    color: gray;
    transition: all .25s;
}

.menu-main-sidebar-navigation-container ul li ul {
    padding-left: 20px;
    border-left: 1px solid lightgray;
    margin: 4px 0;
}

li.current_page_item {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', serif;
    line-height: 1.1em;
    clear: none;
}

/* Featured Image */

.page .featured-image {
    background-color: #333d47;
}

.page .featured-image .contents {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.entry-content .aside, #news-page-column-right {
background: #e3e3e3;
    padding: 10px 30px;
    width: 45%;
    float: right;
    margin: 0 20px 20px 0px;
}

.entry-content .aside {
    margin: 0 20px 20px 20px;
}


.news-aside {
    background: #e3e3e3;
    padding: 10px 30px;
    width: 35%;
    float: right;
    margin: 0 20px 10px 20px;
}

.news-aside hr {
    margin: 0;
}

.news-aside p {
    margin: 0 0 10px 0;
    line-height: 1.2em;
}

a.more-link {
    text-align: right;
    display: block;
}


.invitation {
    background: #e3e3e3;
    padding: 10px 30px;
    margin: 0;
    text-align: center;
}

.entry-content .aside h3 {
    font-weight: bold;
}

.page-template-page-news-homepage main#main {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}

.page-template-page-news-homepage h3.news-page a {
    text-decoration: none;
}

.page-template-page-news-homepage h3.news-page {
    font-size: 1.1em;
    line-height: 1.2em;
}

div#news-page-column-left {
    flex-basis: 60%;
    padding-bottom: 40px;
}

div#news-page-column-right {
    flex-basis: 40%;
}

div#news-page-column-right h2 {
    text-transform: uppercase;
    font-size: 1.5em;
}

div#news-page-column-left h2 {
    text-transform: uppercase;
}

div#news-page-column-left h3 {
    font-size: 1.5em;
}

div#news-page-column-left h3 a {
    text-decoration: none;
}

div#news-page-column-left hr {
    clear: both;
}

a.virtualtour_embed {
    display: block;
}

.site-id-12 #primary {
    width: 82%;
}

.site-id-12 aside#secondary {
    width: 13%;
}

.site-id-12.single div#content {
    max-width: 850px;
}

.site-id-12.single #primary, .site-id-12.category #primary {
    width: 78%;
}

.site-id-12.single aside#secondary, .site-id-12.category aside#secondary {
    width: 18%;
}

a.more-news, a.top-of-page {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 5px;
    transition: all .2s;
}

a.more-news::after, a.top-of-page::after {
    content: ' >';
}

a.more-news:hover, a.top-of-page:hover {
    background: darkgray;
    color: white;
}

div#sidenav-location-contact iframe {
    display: block;
}

div#header-image-title h1 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px;
    color: white;
    text-transform: uppercase;
}

div#header-image-title {
    background: #002a48;
    background: -moz-linear-gradient(top,  #002a48 0%, #111820 100%);
    background: -webkit-linear-gradient(top,  #002a48 0%,#111820 100%);
    background: linear-gradient(to bottom,  #002a48 0%,#111820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a48', endColorstr='#111820',GradientType=0 );
}

.entry-content hr {
    clear: both;
}

.entry-content img {
    margin-bottom: 10px;
}

.a-z-index {
    display: flex;
    justify-content: space-between;
}

.a-z-index a {
    padding: 2px 7px;
    background: lightgray;
}


table.simple {
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #3d3d3d;  /* Dark Gray */
	line-height: normal;
	text-align: left;
	border-right: solid 1px #3d3d3d;  /* Dark Gray */
	border-bottom: solid 1px #3d3d3d;  /* Dark Gray */
	}
	
table.simple th {
	font-size: 12px;
	text-align: left;
	border-top: solid 1px #3d3d3d;  /* Dark Gray */
	border-left: solid 1px #3d3d3d;  /* Dark Gray */
	padding: 5px 5px 5px 5px;
	background-color: #cccccc;   /* Light Gray */
	} 

table.simple td {
	border-top: solid 1px #3d3d3d;  /* Dark Gray */
	border-left: solid 1px #3d3d3d;  /* Dark Gray */
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	background-color: #f4f3f3;  /* Very Light Gray */
	}

table.simple ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}

table.simple li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}




.discipline-info {
    width: 240px;
    float: right;
    background-color: #ebebeb;
    font-size: 13px;
    line-height: normal;
    margin: 0px 0px 20px 20px;
    padding: 20px;
	}

.discipline-info h4 {
	margin: 0;
	padding: 0;
	}

.discipline-info ul {
    margin: 5px 0 10px 0;
    padding: 0;
    list-style-type: none;
	}

.discipline-info li {
	margin: 0;
	padding: 0;
	}







/* Responsive */

@media only screen and (max-width: 1200px) {
.site-branding {
    padding-left: 20px;
}

.site-branding a {
    width: 22%;
}

.site-branding a img {
    width: 100%;
}

nav#top-site-navigation {
    padding-right: 20px;
}

nav#site-navigation {
    padding-right: 20px;
    width: 79%;
    float: right;
}

nav#site-navigation ul {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* padding-right: 20px; */
}

nav#site-navigation ul li a {
    font-size: 1.1em;
}

nav#top-site-navigation ul li a {
    font-size: .9em;
}

aside#secondary {
    padding-right: 2%;
    margin-right: 2%;
    padding-left: 2%;
    width: 25% !important;
}

#primary {
    margin-left: 2%;
}


.sweet-101-box {
    flex-basis: 14%;
}

.sweet-101-section .boxes {
    padding-bottom: 50px;
}

.life-box {
    margin: .4%;
    width: 32.45%;
}

.two-col {
    width: 60%;
}

.find-your-hero {
    font-size: 2em !important;
}


}



@media only screen and (max-width: 1100px) {

.site-branding a {
    width: 19%;
}

.footer-info {
    font-size: 1em;
}

.life-box h2 {
    padding: 20% 2%;
    font-size: 3em;
}

.life-section {
    padding-bottom: 50px;
}

.find-your-hero {
    font-size: 1.75em !important;
}

}


@media only screen and (max-width: 1000px) {

nav#top-site-navigation ul {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    float: right;
}

.menu-redesign-top-menu-container {
    overflow: auto;
    flex-grow: 1;
}

.top-header-container {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 2%;
}

nav#site-navigation ul li a {
    font-size: 1em;
}

nav#site-navigation ul {
    padding: 40px 0;
}

nav#site-navigation {
    padding: 0 10%;
}

nav#site-navigation ul {
    justify-content: center;
}

form.search-form {
    display: none;
}

a.search-icon-r {
    display: block;
    padding: 10px;
}

a.search-icon-r:hover + form.search-form {
    display: block;
    position: absolute;
    background: #002a48;
    right: 10px;
}

form.search-form:hover {
    display: block;
    position: absolute;
    background: #002a48;
    right: 10px;

}

.top-header-container input.search-submit {
    top: 3px;
}

.footer-search-form input.search-field {
    width: 60%;
    font-size: 1.2em;
    border-radius: 0;

}

.footer-search-form input[type="submit"] {
    width: 15%;
    font-size: 1.2em;
}

.find-your-hero {
    font-size: 1.5em !important;
}



}

@media only screen and (max-width: 900px) {

a.hero-three {
    display: none;
}
.footer-info {
    display: block;
}
.column-one, .column-three {
    text-align: center;
}

.footer-info div {
    margin-bottom: 10px;
}

a.site-logo-footer img {
    width: 70%;
}

.find-your-fierce {
    font-size: 4em;
}

.life-box h2 {
    font-size: 2.5em;
}

.find-your-hero {
    font-size: 2.5em !important;
}


}

@media only screen and (max-width: 800px) {

nav#top-site-navigation ul li {
    padding: 10px 5px;
}

nav#site-navigation ul {
    padding: 20px 0;
}

.site-branding a {
    width: 22%;
}

.find-your-fierce {
    font-size: 3.5em;
}

.find-your-hero {
    font-size: 2em !important;
}

#news-page-column-right {
    width: 100%;
    float: none;
    margin: 0;
}

.page-template-page-news-homepage main#main {
    display: block;
}

}

@media only screen and (max-width: 700px) {

.single .entry-content figure {
    width: 100% !important;
}

.single .entry-content figure.alignright {
    display: block;
    float: none;
    margin-left: 0;
}

.single .entry-content figure.alignleft {
    display: block;
    float: none;
    margin-left: 0;
}


main#main {
    display: flex;
    flex-wrap: wrap-reverse;
}

.news-aside {
    background: #e3e3e3;
    padding: 10px 30px;
    width: 99%;
    float: none;
    margin: 0 20px 10px 0px;
}


nav#top-site-navigation ul li a {
    font-size: .8em;
}

.find-your-fierce {
    font-size: 3em;
}

.three-posts, .big-post {
   display: block;
}

.news-post {
    position: relative !important;
    display: block;
}

a.post-image {
    height: 300px !important;
    width: 100%;
    flex-basis: 100%;
}

.big-post .news-post:first-child .post-content {
    padding: 19px 23px;
    flex-basis: 59%;
}

.life-section .boxes {
    display: block;
}

.life-box, .two-col {
    width: 100%;
}

.find-section .boxes {
    display: block;
    padding: 10px;
}

.home-section-header {
    line-height: 1em;
}

.sweet-101-section .boxes {
    display: block;
}

.sweet-101-box.photo {
    height: 290px;
}

#primary {
    width: 100%;
    border-bottom: 1px solid black;
    border-right: 0px;
    padding: 20px;
}

.site-id-12.single #primary {
    width: 100%;
}

aside#secondary {
    width: 100% !important;
    padding: 20px;
}

.page .featured-image .contents {
    height: 300px;
}

div#content {
    flex-wrap: wrap;
}

.site-id-12 #primary {
    width: 100%;
}

.entry-content .aside {
    width: 100%;
    float: none;
}

}

@media only screen and (max-width: 650px) {
.find-your-hero {
    font-size: 1.75em !important;
}

nav#site-navigation ul li a {
    font-size: .9em;
}

nav#top-site-navigation ul li a {
    font-size: .7em;
}

.footer-search-form input.search-field {
    width: 50%;
    font-size: 1em;
}

.footer-search-form input[type="submit"] {
    width: 20%;
    font-size: 1em;
}

.footer-google-search table.gsc-search-box {
    width: 90%;
    margin: 0 auto;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 20px !important;
}

#___gcse_0 input.gsc-search-button.gsc-search-button-v2 {
    display: none;
}

input#gsc-i-id1 {
    height: 30px !important;
}

}


@media only screen and (max-width: 600px) {
.hero-section .contents {
    display: block;
}

.hero-title {
    font-size: 1.5em;
}

.find-your-hero {
    font-size: 2.5em !important;
}

a.hero-two {
    display: none;
}

.menu-redesign-top-menu-container {
    display: none;
}

.menu-toggle, .main-navigation.toggled ul {
    display: inline-block;
    border: 0px;
    border-color: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: white;
    font-size: 1.5em;
    font-size: 1rem;
    padding: 10px;
    text-shadow: none;
}

nav#top-site-navigation.toggled div#___gcse_0 {
    display: none;
}

nav#top-site-navigation.toggled .top-header-container {
    width: 100%;
    position: absolute;
}

.menu-toggle:hover {
    border-color: none;
    box-shadow: none;
}


.top-header-container {
    display: inline-block;
    text-align: right;
    float: right;
}

nav#top-site-navigation {
    padding-right: 0px;
    overflow: auto;
}

.site-branding a {
    width: 24%;
}

a.site-logo {
    position: absolute;
    left: 50%;
    transform: translate(-45%);

}





.find-your-fierce {
    font-size: 2.2em;
}

#top-site-navigation form.search-form {
    background: #002a48;
    left: 0px;
    top: 0px;
    margin: 0;
    float: none;
    width: 100%;
}

#top-site-navigation a.search-icon-r:hover + form.search-form, #top-site-navigation form.search-form:hover {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0;
}

#top-site-navigation input.search-field {
    width: 100%;
    border: 0px;
    border-radius: 0;
    padding:15px;
    box-sizing: border-box;
}

.top-header-container input.search-submit {
    top: 15px;
    right: 15px;
}

nav#site-navigation {
    display: block;
    width: 100%;
    padding: 0 2%;
}

nav#site-navigation ul {
    padding: 20px 0 0;
}

nav#top-site-navigation.toggled .menu-redesign-top-menu-container {
    display: block;
}

nav#top-site-navigation.toggled .top-header-container {
    float: none;
}

nav#top-site-navigation.toggled nav#top-site-navigation ul li {
    padding: 14px 5px;
}

nav#top-site-navigation.toggled ul {
    width: 100%;
    justify-content: center;
}


nav#top-site-navigation.toggled a.search-icon-r {
    display: none;
}

nav#top-site-navigation.toggled {
    background: #002a48;
    background: -moz-linear-gradient(top, #002a48 0%, #111820 100%);
    background: -webkit-linear-gradient(top, #002a48 0%,#111820 100%);
    background: linear-gradient(to bottom, #002a48 0%,#111820 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a48', endColorstr='#111820',GradientType=0 );
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0;
}

#site-navigation button.menu-toggle {
    visibility: hidden;
}

.hero-one div {
    background: #77bc1f;
} 

.hero-section .contents a {
    margin: 0;
}

.life-box {
    margin: 7px 0;
}

.life-section {
    padding-bottom: 0px;
}

.find-section {
    padding-bottom: 0px;
}

.sweet-101-section .boxes {
    padding-bottom: 0px;
}

div#___gcse_0 {
    width: 100%;
    margin-right: 17px;
}

input.gsc-search-button {
    right: 22px;
}

.top-header-container {
    width: 25%;
}

}

@media only screen and (max-width: 500px) {

.site-branding a {
    width: 28%;
}

}


@media only screen and (max-width: 420px) {

.site-branding a {
    width: 35%;
}

}




/* 
Responsive Table Styles
*/
@media 
only screen and (max-width: 700px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

    tr:nth-of-type(1) {
 		position: absolute;
		top: -9999px;
		left: -9999px;
     }
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	// td:nth-of-type(1):before { content: "First Name"; }
	// td:nth-of-type(2):before { content: "Last Name"; }
	// td:nth-of-type(3):before { content: "Job Title"; }
	// td:nth-of-type(4):before { content: "Favorite Color"; }
	// td:nth-of-type(5):before { content: "Wars of Trek?"; }
	// td:nth-of-type(6):before { content: "Porn Name"; }
	// td:nth-of-type(7):before { content: "Date of Birth"; }
	// td:nth-of-type(8):before { content: "Dream Vacation City"; }
	// td:nth-of-type(9):before { content: "GPA"; }
	// td:nth-of-type(10):before { content: "Arbitrary Data"; }
}
