/**
 * ---
 * Table of Contents:
 * ---
 * 1.0 - Large Blockquote Shortcode
 * 2.0 - Quick Links Shortcode
 * 3.0 - Stylized Title Shortcode
 * 4.0 - Social Media Shortcode Icons
 * 5.0 - News Carousel Shortcode
 * ---
 */

/**
 * 1.0 - Large Blockquote Shortcode
 */

.large-quote {
    margin: 0px 14px 0px 14px;
    font-size: 21px;
    display: block;
    border-top: 1px solid #fafafa;
}

.large-quote::before {
    content: '\201c';
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 1;
    color: #56a0d3;
    position: absolute;
    left: 0;
}

.large-quote p {
    margin-left: 1.5em;
    margin-top: 0.4em;
    font-family: "skippy-sharp",sans-serif;
    font-size: 3.6rem;
    line-height: 1.4;
}

/**
 * 2.0 - Quick Links Shortcode
 */

.quick-links_bg {
    padding: 10px 15px;
    margin: 14px 0;
    border: 1px solid rgba(0,0,0,.25);
    background-color: rgba(75, 156, 211, 0.85);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.85);
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.65rem;
}

.quick-links_bg aside.widget h3 {
    border-top: none;
}

.quick-links_bg .widget ul li a, .quick-links_bg .widget ul li a:hover {
    border-bottom: 1px solid rgba(255,255,255,.25);
    color: #FFFFFF;
    padding: 10px;
}

.quick-links_bg .widget ul li {
    display: block;
    transition: all .3s ease-out;
}

.quick-links_bg .widget ul li:last-child a {
    border-bottom: 0;
}

.quick-links_bg .widget ul li:hover {
    background-color: rgba(255,255,255,.25);
    transition: all .3s ease-out;
}

.quick-links_bg p {
    margin-left: 11px;
}

/**
 * 3.0 - Stylized Title Shortcode
 */

.icon-row {
    padding: 0;
    margin-bottom: 0;
    text-align:center;
}

.icon-row li {
    display: inline-block;
    padding: 7px 0;
    width: 23%;
    margin: 0 auto;
}

h2.section-som {
    font: 700 30px/50px Roboto,sans-serif;
    letter-spacing: .01em;
    text-align: center;
    text-shadow: none;
    color: #4B9CD3;
    height: 1px;
    margin-bottom: 2em;
    border-bottom: 4px solid #fbaf41;
    vertical-align: middle;
}

h2.section-som span {
    background: #ffffff;
    padding: 10px 14px;
    position: relative;
    top: -21px;
}

/**
 * 4.0 - Social Media Icon
 */

#menu-social-media.menu li a {
    border-bottom: none;
    display: inline-block;
    color: #ffffff;
    padding: 10px 10px 10px 0 !important;
}

.sidebar #menu-social-media.menu li a {
    color: #007fae;
}

.sidebar #menu-social-media.menu li a:hover, .sidebar #menu-social-media.menu li a:focus {
    color: #286c9b;
}

#menu-social-links-menu li a:link {
    padding-left: 0;
}

#menu-social-media.menu li a:hover {
    color: #286c9b;
}

/** Sidebar Styling  **/
.sidebar li.facebook-ico a::before, li.fb-ico a::before {
    background: url('../../images/icons/blue/facebook.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.twitter-ico a::before {
    background: url('../../images/icons/blue/twitter.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.instagram-ico a::before {
    background: url('../../images/icons/blue/instagram.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.snapchat-ico a::before {
    background: url('../../images/icons/blue/snapchat.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.yelp-ico a::before {
    background: url('../../images/icons/blue/yelp.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.youtube-ico a::before {
    background: url('../../images/icons/blue/youtube.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.googleplus-ico a::before, li.google+-ico a::before {
    background: url('../../images/icons/blue/googleplus.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.linkedin-ico a::before {
    background: url('../../images/icons/blue/linkedin.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.flickr-ico a::before {
    background: url('../../images/icons/blue/flickr.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.vimeo-ico a::before {
    background: url('../../images/icons/blue/vimeo.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.pintrest-ico a::before {
    background: url('../../images/icons/blue/pintrest.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.rss-ico a::before {
    background: url('../../images/icons/blue/rss.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

.sidebar li.itunes-ico a::before, .sidebar li.apple-ico a::before {
    background: url('../../images/icons/blue/itunes.png') center no-repeat;
    background-size: 20px 20px;
    position: relative;
    content:"logo";
    color:transparent;
    margin-right: 7px;
}

/** Footer Styling  **/
.footer-container #menu-social-media.menu li, .footer-container #menu-social-media-1.menu li {
    display: inline-block;
}

.footer-container #menu-social-media.menu li a:hover, .footer-container #menu-social-media-1.menu li a:hover {
    color: #ffffff;
    background: transparent;
}

.footer-container .facebook-ico, .footer-container .fb-ico {
    background: url('../../images/icons/blue/facebook.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .facebook-ico:hover, .footer-container .fb-ico:hover {
    background: url('../../images/icons/white/facebook.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .twitter-ico {
    background: url('../../images/icons/blue/twitter.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .twitter-ico:hover {
    background: url('../../images/icons/white/twitter.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .instagram-ico, .footer-container .ig-ico {
    background: url('../../images/icons/blue/instagram.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .instagram-ico:hover, .footer-container .ig-ico:hover {
    background: url('../../images/icons/white/instagram.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .snapchat-ico {
    background: url('../../images/icons/blue/snapchat.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .snapchat-ico:hover {
    background: url('../../images/icons/white/snapchat.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .youtube-ico {
    background: url('../../images/icons/blue/youtube.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .youtube-ico:hover {
    background: url('../../images/icons/white/youtube.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .googleplus-ico {
    background: url('../../images/icons/blue/googleplus.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .googleplus-ico:hover {
    background: url('../../images/icons/white/googleplus.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .linkedin-ico {
    background: url('../../images/icons/blue/linkedin.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .linkedin-ico:hover {
    background: url('../../images/icons/white/linkedin.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .flickr-ico {
    background: url('../../images/icons/blue/flickr.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .flickr-ico:hover {
    background: url('../../images/icons/white/flickr.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .apple-ico, .footer-container .itunes-ico {
    background: url('../../images/icons/blue/itunes.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .apple-ico:hover, .footer-container .itunes-ico:hover {
    background: url('../../images/icons/white/itunes.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .vimeo-ico {
    background: url('../../images/icons/blue/vimeo.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .vimeo-ico:hover {
    background: url('../../images/icons/white/vimeo.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .pintrest-ico {
    background: url('../../images/icons/blue/pintrest.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .pintrest-ico:hover {
    background: url('../../images/icons/white/pintrest.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .rss-ico {
    background: url('../../images/icons/blue/rss.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .rss-ico:hover {
    background: url('../../images/icons/white/rss.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer-container .yelp-ico {
    background: url('../../images/icons/blue/yelp.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.footer-container .yelp-ico:hover {
    background: url('../../images/icons/white/yelp.png') center no-repeat;
    background-size: 20px 20px;
    margin-top: 1.2em;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#menu-social-links-menu-1 li a:hover {
    background: transparent;
}

#menu-social-links-menu-1 li a:link {
    line-height: 0.5;
    border: none;
}

#menu-social-links-menu-1 li {
    margin-right: 14px;
    margin-top: 14px;
}

.footer-container .facebook-ico,
.footer-container .twitter-ico,
.footer-container .ig-ico, .footer-container .instagram-ico,
.footer-container .snapchat-ico,
.footer-container .youtube-ico,
.footer-container .googleplus-ico,
.footer-container .linkedin-ico,
.footer-container .flickr-ico,
.footer-container .vimeo-ico,
.footer-container .pintrest-ico,
.footer-container .rss-ico,
.footer-container .yelp-ico,
.footer-container .itunes-ico, .footer-container .apple-ico {
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 14px !important;
}

.footer-container #menu-social-media.menu li a, .footer-container #menu-social-media-1.menu li a {
    height: 20px;
    width: 20px;
    font: 0/0 sans-serif;
    margin-top: 14px;
    position: relative;
    top: -14px;
    display: block;
    padding: 10px;
    border: none;
}

.footer-container .facebook-ico::before, .footer-container .fb-ico::before,
.footer-container .twitter-ico::before,
.footer-container .yelp-ico::before,
.footer-container .youtube-ico::before,
.footer-container .linkedin-ico::before,
.footer-container .itunes-ico::before, .footer-container .apple-ico::before,
.footer-container .instagram-ico::before, .footer-container .ig-ico::before,
.footer-container .rss-ico::before,
.footer-container .pintrest-ico::before,
.footer-container .googleplus-ico::before, .footer-container .g+-ico::before
{
    display: none;
}

.footer-container .facebook-ico:hover, .footer-container .fb-ico:hover,
.footer-container .twitter-ico:hover,
.footer-container .yelp-ico:hover,
.footer-container .youtube-ico:hover,
.footer-container .linkedin-ico:hover,
.footer-container .itunes-ico:hover, .footer-container .apple-ico:hover,
.footer-container .instagram-ico:hover, .footer-container .ig-ico:hover,
.footer-container .rss-ico:hover,
.footer-container .pintrest-ico:hover,
.footer-container .googleplus-ico:hover, .footer-container .g+-ico:hover
{
    opacity: .85;
    transition: .5s;
}

.footer-container #menu-social-media.menu > li:last-child a, .footer-container #menu-social-media-1.menu > li:last-child a {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
}

/**
 * 5.0 - News Carousel Shortcode
 */

div#myCarousel .carousel-indicators {
    width: auto;
    position: absolute;
    z-index: 15;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    top: 0px;
}

div#myCarousel .carousel-indicators li {
    border: 1px solid #EEEEEE;
}

div#myCarousel .carousel-indicators .active {
    background-color: #EEEEEE;
}

.slide-btn-primary a {
    border: 3px solid #4B9CD3;
    padding: 7px 14px;
    color: #4B9CD3;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.slide-btn-primary a:hover, .slide-btn-primary a:focus {
    border: 3px solid #4B9CD3;
    background-color: #4B9CD3;
    padding: 7px 14px;
    color: #FFF;
}

.slide-btn-warning a {
    float: left;
    border: 3px solid #fbaf41;
    padding: 7px 14px;
    margin: 14px 0;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    display: inline;
    letter-spacing: 1px;
}

.slide-btn-warning a.btn:hover, .slide-btn-warning a.btn:active, .slide-btn-warning a.btn:focus {
    background-color: #fbaf41;
    color: #FFFFFF;
}

@media (min-width: 1200px) {
div#myCarousel .col-lg-8 {
    width: 38.888%;
}

main.main.col-sm-12 div#myCarousel .col-lg-8 {
    width: 60.888%;
}
}

@media (max-width: 1200px) {
div#myCarousel .col-lg-8 {
    width: 73.333%;
}

div#myCarousel .col-lg-4 {
    width: 73.333%;
}
}

/**
.news-box {
    text-align: left;
    font-size: 1.875rem;
    color: #ffffff;
}

.news-box a {
    text-decoration: none;
}

.news-box h2 {
    color: #007fae;
    text-shadow: none;
    font-size: 3.025rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    padding: 14px 0 0 7px;
}

.news-box p {
    color: #505962;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.4em;
    display: block;
    padding: 0 7px 14px 7px;
    margin: 0 auto;
}
 */
.department-intro {
    background-color: rgba(51,141,202,.75);
    color: #fff;
    padding: 10px 15px;
    margin: 14px 0;
}

.wc-theme-box {
    margin-left: -3%;
    z-index: -1;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    background-image: linear-gradient(to right,rgba(51,141,202,.5),rgba(102,153,204,0));
}

.department-intro h1, .department-intro h2 {
    color: #fff;
    font-family: Georgia, serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 0;
    border-bottom: 2px solid #fbaf41;
}

.department-intro .wc-theme-box {
    font-size: 1.85rem;
    line-height: 1.58;
    font-weight: 400;
    padding-left: 3%;
    padding-right: 7%;
    padding-bottom: 21px;
    padding-top: 21px;
}

.department-intro .lead {
    color: #fff;
    font-size: 1.85rem;
    line-height: 1.58;
    font-weight: 400;
    padding-left: 14px;
}

/**
 * 6.0 - FA Shortcode
 */
h2#bar-chart::after,
h2#bookmark::after,
h2#calendar::after,
h2#clock-o::after,
h2#envelope-o::after,
h2#gift::after,
h2#graduation-cap::after,
h2#flask::after,
h2#heart::after,
h2#map-marker::after,
h2#music::after,
h2#newspaper-o::after,
h2#pie-chart::after,
h2#quote-left::after,
h2#smile-o::after,
h2#star::after,
h2#stethoscope::after,
h2#thumbs-up::after,
h2#university::after,
h2#user-md::after,
h2#user::after{
    content: "";
    width: 7rem;
    height: .75rem;
    background-color: #fbaf41;
    margin: 2.2rem auto;
    display: block;
    text-align: center;
}

h2.icon.center.fa-bar-chart,
h2.icon.center.fa-bookmark,
h2.icon.center.fa-calendar,
h2.icon.center.fa-clock-o,
h2.icon.center.fa-envelope-o,
h2.icon.center.fa-graduation-cap,
h2.icon.center.fa-flask,
h2.icon.center.fa-heart,
h2.icon.center.fa-map-marker,
h2.icon.center.fa-music,
h2.icon.center.fa-newspaper-o,
h2.icon.center.fa-pie-chart,
h2.icon.center.fa-quote-left,
h2.icon.center.fa-smile-o,
h2.icon.center.fa-star,
h2.icon.center.fa-stethoscope,
h2.icon.center.fa-thumbs-up,
h2.icon.center.fa-university,
h2.icon.center.fa-user,
h2.icon.center.fa-user-md{
    color: #4B9CD3;
    text-transform: uppercase;
    font-size: 3.425rem;
    text-shadow: 2px 2px 0 #fff, 3px 3px 0 #fafafa;
    text-align: center;
    font-family: Roboto,sans-serif;
    letter-spacing: 1px;
}
