/*
 Theme Name:   3D Animation Dawson College
 Description:  Child theme of Dawson College Theme
 Author:       Dawson College - Chris Georgieff
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college
 Version:      1.0.0
 Text Domain:  dawson-college-child
*/


.slick-arrow{ padding:10px 0; padding:1rem 0; height: auto!important; width: auto!important; }
.slick-arrow::before{ top:0; left:0; padding: 10px;padding: 1rem; }

main {
    border-top:none;
    background-image: url(/wp-content/themes/dawson-college/images/pattern.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #f8f8f8!important;
}
.post-type-archive-graduate main{   background-color: rgba(0,0,0,0.8)!important; background-image: none; }

h1{ font-family: Oswald, arial, sans-serif;}
footer{
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.pre-foot{ display: none; }
.select-options-box{ position: relative; z-index: 644; margin: 30px 0;margin: 3rem 0;}
.selecter{ display: inline-block!important; width: 100%; margin: 0!important; margin-right: 5px!important;margin-right: 0.5rem!important; }
/*.selecter, .archive-year-list, .archive-cat-list{position: relative; z-index: 633!important;}
.selecter+.selecter{z-index: 632!important;}*/
.archive-meta{ }
main .search-form{ visibility: visible; display: block; opacity: 1; position: static;}
.dc_accordion:last-child{ margin-bottom: 0; }
img{ vertical-align: bottom;}
#content h2{ }
#content h3{  }

.archive-item{ margin-bottom: 30px;margin-bottom: 3rem;}
.archive-item .dc_accordion{ margin-bottom: 0;  }
.user-resources .dc_accordion .dc_accordion-title{ border-top: none;}

.archive-item .dc_accordion .dc_accordion-title a{ background:#444; color: #fff; padding-top:10px; padding-top:1rem; padding-bottom: 10px;padding-bottom: 1rem; text-transform: capitalize;  }
.archive-item .dc_accordion .dc_accordion-title a:hover{ background:#444; color: #fff; }
.archive-item .dc_accordion .dc_accordion-title a:before{ color: #fff;}


.list-terms{  padding:3px 10px;padding:0.3rem 1rem; border: 1px solid #e4edf4;border: 0.1px solid #e4edf4; font-size: 14px;font-size: 1.4rem; }
.list-terms:hover{ background: #548ec4; color: #fff; }
.size-thumbnail{ width: auto;}


.list-divider{ background: #548EC4; color: #fff!important; padding: 10px 20px; padding: 1rem 2rem; text-transform: uppercase;  margin-top: 10px;margin-top: 1rem; font-size: 22px!important;font-size: 2.2rem!important; margin-left: -20px;margin-left: -2rem; border-radius: 5px;border-radius: 0.5rem; }
.user-resources .list-divider{ margin-bottom: 0; }
.sub-list-divider{ background: #666; color: #fff!important; padding: 10px 20px; padding: 1rem 2rem; text-transform: uppercase; font-weight: normal; margin-top: 10px;margin-top: 1rem;  }
.user-resources .sub-list-divider{ margin-bottom: 0;}
.sub-list-divider .show-cat{font-family:"Open Sans"; font-size:12px;font-size:1.2rem; color:#fff; display: inline-block; margin-left: 10px;margin-left: 1rem; background: #41A849; padding: 3px 8px; padding: 0.3rem 0.8rem; float: right;  }
.term-list li.term-item{ margin-bottom: 8px;margin-bottom: 0.8rem;}
.term-list li.term-item a{ display: inline-block;}
.term-list{ margin-left: 0!important; padding-left: 0!important; }
.term-item{ display: inline-block; list-style: none; margin-right: 5px; margin-right: 0.5rem; margin-bottom:25px;margin-bottom:2.5rem;  }
.term-item a{ text-decoration: none!important; background: #fff; padding: 10px 8px 10px 12px;padding: 1rem 0.8rem 1rem 1.2rem;}
.term-item span{ background: #efefef; display: inline-block; padding: 5px 10px;padding: 0.5rem 1rem; margin-left:10px;margin-left:1rem; }

.search-results article{ background: #fff; margin:20px 0 30px 0;margin:2rem 0 3rem 0; padding: 20px;padding: 2rem; }

td .search-bar{ width: 75%!important;}
td .search-submit{ width: 25%!important; }

.tipper{ width: 50px!important;width: 5rem!important;}

a.credittip{ padding: 0 5px;padding: 0 0.5rem;}
a.credittip span {
    padding: 10px;padding: 1rem; display: block;
}
.backdrop{ background: none!important; border:none!important;}
/*.post-type-archive-credit .slick-prev:before, .post-type-archive-credit .slick-next:before{ color: #fff;}
*/
.apply_submit{

    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding:10px 14px;padding:1rem 1.4rem;
    color:#fff;
    font-family:'Helvetica Neue',sans-serif;
    font-size:14px;font-size:1.4rem;
    border-radius:4px;border-radius:0.4rem;
    -moz-border-radius:4px;-moz-border-radius:0.4rem;
    -webkit-border-radius:4px;-webkit-border-radius:0.4rem;
    border:1px solid #1A87B9;
    margin: 5px;margin: 0.5rem;
    vertical-align:text-bottom;
    cursor: pointer;
}

.page main{ padding-bottom: 0;}

.divide{ background: #4e97da; padding: 10px 0 10px 0;padding: 1rem 0 1rem 0; margin-bottom:20px;margin-bottom:2rem; text-transform: uppercase; font-family: Oswald; letter-spacing: 0.11rem;  }
.divide span{ display: block;}
.divide h2{ color:#fff; font-weight: normal;  /*font-variant: small-caps;*/}

.buttons a{ display:block;}
#content img{ max-width:100%;}
.user-resources .dc_accordion{ margin-bottom: 0; }
.dc_accordion .dc_accordion-title a{ /*font-family:Oswald; font-size:18px; letter-spacing:.5px; text-transform:uppercase;*/  }
.dc_accordion .dc_accordion-title a:hover {color: #548ec4;}
.dc_accordion .dc_accordion-title a.image-bg{}
.dc_accordion .dc_accordion-body{
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.dc_accordion .dc_accordion-body.image-bg{}
.dc_accordion .dc_accordion-title{}
.dc_accordion .dc_accordion-title img.image-bg{ display:none;}


.credit{ /*visibility: hidden;*/ height: 24rem;  overflow: hidden;}
.credit div {
    visibility: hidden;
}

.credit a.pre-init{ visibility: hidden; opacity: 0; transition:opacity 5s linear; -webkit-transition:opacity 5s linear; }
.credit a{ visibility: visible; opacity: 1; transition:opacity 5s linear; -webkit-transition:opacity 5s linear; }
.slick-slider{ margin-bottom: 0;}
.credit div:first-child{ visibility: visible;}
.alumni-credit{ /*overflow: hidden;*/ text-align: center;}

.tax-specialty .backdrop img{ border:1px solid #e3e3e3;}

.single-graduate h3{ text-transform: uppercase;}
.graduate-poster{ margin-bottom: 10px;margin-bottom: 1rem;}
.graduate-poster img{ border:1px solid #e3e3e3;border:0.1rem solid #e3e3e3;}
.graduate-image-gallery{ width:32.666%; margin:0 1% 1% 0; vertical-align:top; display:inline-block; overflow: hidden; }
.graduate-gallery a:nth-child(3n+1){ margin-right: 0; }
.graduate-videos{ margin-bottom:10px;margin-bottom:1rem;}
.graduate-video-section{ position: relative; z-index:0;  }
.graduate-interests{ margin-bottom: 20px;margin-bottom: 2rem;}
.specialty-term{
    display: inline-block;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    background: #fff;
    border: 1px solid #e6e6e6;border: 0.1rem solid #e6e6e6;
}
@media only screen
and  (min-width: 750px){

    .dc_accordion .dc_accordion-title a.image-bg{padding:50px 60px;padding:5rem 6rem; padding-left:160px;padding-left:16rem;}
    .dc_accordion .dc_accordion-body.image-bg{padding:30px 60px;padding:3rem 6rem;}
    .dc_accordion .dc_accordion-title{ max-height:150px;max-height:15rem;}
    .dc_accordion .dc_accordion-title img.image-bg{
        display: block;
        width: auto;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    h1.single-graduate-name{ font-weight:normal; font-size:50px;font-size:5rem; line-height: 1.1; margin-left: 10px;margin-left: 1rem; }

    .specialty-term{ font-size: 16px;font-size: 1.6rem; }
    #compList.triple li  { width:33.333%; }


}


@media (max-width: 499px) {


    #compList li  { width:100%;}
    .feature-image{ width: 100%!important;}

}

@media (min-width: 500px) {
    .post-content{ overflow: hidden;}
    #compList.double li  { width:50%;}
}



@media (max-width: 739px){
    #searchsubmit{ width: 35%!important;}
    #s{ width:65%!important;}
    #og-grid .og-details img{ display: none;  }
    #og-grid .og-details img{ display: none;  }

    #og-grid .visit-profile{ margin-top: 15px;margin-top: 1.5rem; font-size: 14px; font-size: 1.4rem; }
    #og-grid .og-details a.visit-profile{ padding: 10px 15px;padding: 1rem 1.5rem;}
    #og-grid .og-details a.visit-profile::before{ content: "";margin: 0; font-size: 14px; font-size: 1.4rem;}

    #site_title br{
        display: none!important;
        display: inline-block;
    }

    /*#og-grid .og-details{ max-height: 100%; overflow-y:auto; }*/

}

@media (max-width : 979px) {

}


.grad_companies{ padding: 0px 0 10px 0;padding: 0 0 1rem 0;}
.grad_companies ul{
    width:80%;
    margin-bottom:20px;margin-bottom:2rem;
    margin: 0 auto;
    overflow:hidden;
    padding: 0 30px;padding: 0 3rem;
    /*border-top:1px solid #ccc;*/
}
.grad_companies li{
    line-height:1.5em;
    /*border-bottom:1px solid #ccc;*/
    float:left;
    /*text-align: center;*/
    /*list-style: disc;*/
    /*display:inline;*/

}
.grad_companies li:before{
    content: "\2022";
    display: inline-block;
    list-style: disc;
    padding-right: 8px;padding-right: 0.8rem;
}
/*#double li  { width:50%;}
#triple li  { width:33.333%; }
#quad li    { width:25%; }
#six li     { width:16.666%; }*/


@media (min-width: 980px) {
    #site_title a.title-text{margin-left:-54px;margin-left:-5.4rem;}
    .graduate-videos{ margin-top:-52px;margin-top:-5.2rem; }
    #compList.quad li    { width:25%; }

}

@media (min-width: 1920px) {

}

@media (max-width: 1024px){

}
#content .masonry-entry {
    visibility: hidden ;
    opacity: 0;
    transition:visibility 0.3s, opacity 0.3s;
    width: 48%;
    margin: 1%;
}
@media (max-width: 739px){
    #content .masonry-entry {
        width: 100%;
        margin: 2% 0;
    }
}

.no-js #content .masonry-entry{ visibility: visible; opacity: 1; }

/** CHILD **/

#site_title{ line-height: 1.2; }
#site_title a{ color: #fff;}
#site_title img{ display: none;}
.content-row ul{padding-top: 0!important; margin-top: 0!important; padding-bottom: 0!important; margin-bottom: 0!important;}
.dc_logo.program {margin-top:16px;margin-top:1.6rem;}


/** Video Slider */
.slick-dots{ float: right; width: auto; background: #fffd00; padding: 3px;padding: 0.3rem; position: static;}
.slick-dots li button:before{ font-size: 11px;font-size: 1.1rem;}
.item.slick-slide{ position: relative; }
.slick-active .video_title{ display: block; position: absolute; top: 10px;top: 1rem; left: 15px;left: 1.5rem; z-index: 45;}
.video_title h2{ background: rgba(0, 0, 0, 0.46); padding: 8px 20px;padding: 0.8rem 2rem; }
.playing .video_title, .video_title{ display: none;}
.video_thumb{ position: relative; max-width: 100%; cursor: pointer; }
.slick-current .video_thumb:before{ transform:translateY(-50%); position: absolute; content: "\f144";  z-index: 684; font-size: 80px;font-size: 8rem; color: #fff; top: 50%; width: 100%; text-align: center; font-family: FontAwesome;}
.content-header-img{ margin-bottom: 20px;margin-bottom: 2rem; border:none; box-shadow: none; overflow: visible;}



.breadcrumbs{ padding-top: 6px;padding-top: 0.6rem; display: none;}
.footer{ background: #423f3f!important}
.header-left .content-right{border: none;}
.header-left .content-right ul{ margin-top: 0;}

/* FULL HEADER */
.pre-foot{ display: none;}
/*.header-full img, .page-header-image img{ margin-top: -50%; transform:translateY(50%); }
*/

/** layout for programs **/


.sub-head-bar{ background:#4d9ce6; position:relative; /*border-bottom:20px solid #303030;*/ margin-bottom: 30px;margin-bottom: 3rem; box-shadow: 1px 1px 1px #4F4F4F;box-shadow: 0.1rem 0.1rem 0.1rem #4F4F4F;}
.sub-title{color:#fff; padding:20px 0;padding:2rem 0; margin:0; font-size: 30px;font-size: 3rem; font-weight: normal;}


/* DARK THEME */
/*#content h2{ color: #222;}

  .program-brochure:after{ background: rgba(130, 130, 130, 0.47);}

  .program-brochure{ background: #474747;}
  .program-brochure:after{ background: #828282; }
  .contact-person{ border: none;}
  .contact-person .position{ background: #474747; color: #fff; background: rgba(71, 71, 71, 0.5);}

  .home .contact-person, .program-person{ background: #585858; background:rgba(88, 88, 88, 0.19);}
  .home .program-meta-section .program-brochure{ border: none; background: rgba(71, 71, 71, 0.68);}
  .home .contact-meta{ color: #fff;}
  .home .contact-meta a{ color: #fff;}
  .home #content h1, .home #content h2, .home #content h3, .home #content h4, .home #content h5, .home #content h6, .home #content p, .home #content li, .home #content li a{ color: #fff;}
  .home main{ background: #292929!important; background-image: none;}
  */


/* TRANSLUCENT HOME */
/*  .home .top_nav{background:rgba(71, 71, 71, 0.61)!important;}
    .home .page-header{background:rgba(0, 0, 0, 0.22)!important;}
    .home main{background:rgba(0, 0, 0, 0.69)!important;}
    .home .footer{ background: rgba(0, 0, 0, 0.50)!important;}
    .home aside.top{ background: none;}
    .home aside.top #rightpane{background: rgba(38, 38, 38, 0.36);}

*/


.site-content .post:after{ content: ""; display: block; clear: both;   }
/*     .site-content .post img{ width: 50%; height: auto;}*/
#rightpane .categories{ padding: 10px;padding: 1rem; color: #333; }
.categories li{ color: #333; }
.home .post{ margin-bottom: 20px;margin-bottom: 2rem; background: #fff; box-shadow: 0 1px 1px #dfdfdf;box-shadow: 0 0.1rem 0.1rem #dfdfdf;}
.single-format-standard #main-content{ background: #fff; padding:20px;padding:2rem; box-shadow: 0 1px 1px #dfdfdf;box-shadow: 0 0.1rem 0.1rem #dfdfdf; }
.single .post{ /*padding: 10px;*/}
.post-entry{ padding: 20px;padding: 2rem; overflow: hidden; background: #fff;}
.post-entry .post-img{ float: left; width: 25%; display: inline-block; margin:0 3% 15px 0;margin:0 3% 1.5rem 0;}
.home .post-entry .post-img{ margin-bottom:0;}
footer{ transition:all, 2s, ease; transform-style: preserve-3d;}
@media only screen
and (max-width: 499px) {
    .post-entry .post-img{ float: left; width: 100%; }

}

main{ min-height: 800px!important; }
.post-entry img{ float: left; display: block; width: 100%; }
.post-entry h2{ background: none; border: none; box-shadow: none; margin: 0; padding: 0; font-weight: bold; display: inline; }
.post-entry h2 a{ color: #000; display: block; margin: 0 0 1rem 0;margin: 0 0 1rem 0;}
.post-entry a{ display: inline;}
.post-entry p{ margin-bottom:0;  }
.post-entry .meta{ display: block; text-transform: uppercase; color: rgb(108, 108, 108); font-size: 13px;font-size: 1.3rem;}
.post-content { }
#grid .mix{display: none;}
.card.effect__hover:hover .card__front {
    /* -webkit-transform: rotateY(-180deg);
             transform: rotateY(-180deg);*/
}

.card.effect__hover:hover .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.card {
    position: relative;
    /*float: left;*/
    padding-bottom: 34.2%;
    width: 23%;
    text-align: center;
    overflow: hidden;
    border:1px solid #2c2c2c;border:0.1rem solid #2c2c2c;
}

@media only screen
and (max-width : 739px) {
    .card{ width: 48%; padding-bottom: 72%;}
}

@media only screen
and (max-width : 500px) {
    .card{ width: 100%; padding-bottom: 150%;}
    .video_title h2{ font-size: 14px;font-size: 1.4rem; width: 99%; text-overflow:ellipsis; overflow: hidden; white-space: nowrap; }
    .video_title{ width: 100%; }
}

.card__front,
.card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__front,
.card__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.card__front {
    /*background-color: #ff5078;*/
}

.card__back {
    background-color: #1e1e1e;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card__back a{ pointer:cursor!important;}
.filterbtns{ text-align: center; margin-bottom: 40px;margin-bottom: 4rem;}
.filterbtns .filter.active{ background: #1EB7E0; color: #fff;}
.filterbtns button{ display: inline-block; padding: 10px 15px;padding: 1rem 1.5rem; font-size: 14px;font-size: 1.4rem; cursor: pointer; border-radius: 0; border: none; border-top: 2px solid #1eb7e0; border-top: 0.2rem solid #1eb7e0; color: #fff; background: #303030; margin: 1px;margin: 0.1rem; }
.filterbtns button:hover{ background: #474747; color: #fff; }
.graduate-item{ background-size: 100%!important; position: absolute; top: 0; height: 101%; width: 100%; background:#000; background: rgba(0, 0, 0, 0.74); }
.graduate-item span{position: relative; transform:translateY(-50%); top:50%; display: inline-block; color: #fff; padding: 5px 15px;padding: 0.5rem 1.5rem; vertical-align:top;text-shadow: 0 1px 10px #000;text-shadow: 0 0.1rem 1rem #000; }

.graduate-item span.view-graduate{ background: green; }
.graduate-item span.view-graduate:hover{background: #548ec4;}
#grid.grid{ text-align: center; padding:0; margin: 0; }
.grid li{ margin:1%; margin-top:0; margin-left:0; margin-bottom: 5px;margin-bottom: 0.5rem; }


.home_feature_container{ background: #000;}

#rightpane .menu .current-menu-item, #rightpane .menu .current-menu-item>a {
    background: #00b5e4!important;
}

@media only screen and (min-width: 1919px) {
    .child-theme aside.top li a{   font-size: 18px!important;font-size: 1.8rem!important; }
    .top #rightpane #menu-secondary-menu{ text-align: left;}
    .dc_logo.program {margin-top:13px;margin-top:1.3rem;}
}

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

    /*#site_title a{ font-size: 18px!important; vertical-align: middle;}*/
    #site_title a{ font-size: 32px!important;font-size: 3.2rem!important;}

}


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

    aside .naver-handle{ border: none; width: 320px;width: 32rem; margin:0 auto; }
    .header-full img, .page-header-image img{ margin-top: 0!important;}
    .downloads h2{ font-size: 28px!important;font-size: 2.8rem!important;}
    #site_title a{ font-size: 26px!important;font-size: 2.6rem!important;}
}

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

    aside .naver-handle{ border: none; width: 480px;width: 48rem; margin:0 auto; }
}

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

    aside .naver-handle{ border: none; width: 720px;width: 72rem; margin:0 auto; }
}

.home.child-theme main{ padding-bottom: 0;}

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

    .top_nav{ background: #002f3c;}
    .front-page .background-wrapper{ width: 100%; }

    .mid_nav{ /*display: none!important;*/ }
    .child-theme aside.main-sidebar.top{ background: #002f3c;  }
    .child-theme .page-header{  background: rgba(0, 0, 0, 0.6)!important; border-bottom: 1px solid #4a4a4a; }
    .child-theme .top.main-sidebar #rightpane{ background: none!important; }
    .child-theme aside.top #rightpane{ line-height: 1.8; }
    .child-theme aside.top #rightpane .menu > li { background: none; border:none; margin-bottom: 2px;margin-bottom: 0.2rem; margin-top: 1px;margin-top: 0.1rem; }
    .child-theme aside.top #rightpane ul.menu > li > a { color: #fff; padding-bottom:5px;padding-bottom:0.5rem; padding-top:5px;padding-top:0.5rem;}
    .child-theme aside.top #rightpane ul.menu > li > a:hover{ text-shadow:1px 1px 2px #3c3c3c;text-shadow:0.1rem 0.1rem 0.2rem #3c3c3c;}
    .child-theme aside.top #rightpane ul.menu > li > .sub-menu { margin-top: 7px;margin-top: 0.7rem; }
    .child-theme .root{ background-image: url('/3d/wp-content/uploads/sites/2/10712376_768153659922348_4185487322024503920_o.jpg'); }
    .child-theme #rightpane .menu>.current-menu-ancestor, #rightpane .menu>.current-menu-ancestor>a{ background: none;}
    #rightpane .menu>li.current-menu-parent>span.arrow:after{ color: #fff;}
    .home_feature_container{ background:#000; background: rgba(0, 0, 0, 0.6); }


    #site_title img{ position: relative; left: -4px; left: -0.4rem; top: -4px; top: -0.4rem; margin-right: 6px;margin-right: 0.6rem; vertical-align: middle; display: inline;}
    .text-right{ text-align: right;}

    .home.child-theme .page-header, .home.child-theme{
        animation-duration: 1s;
        animation-name: backfade;
    }

    .home_feature_container {
        /*animation-delay: 2s;*/
        animation-duration: 3s;
        animation-name: backfade;
        /*-webkit-animation-delay: 2s;  Safari 4.0 - 8.0 */

    }

    @keyframes backfade {
        from {
            background:#000;
        }

        to {
            background: rgba(0, 0, 0, 0.6);
        }
    }

}

@media only screen and (max-width: 979px) {
    /*aside.top{   margin:0!important; border: none; }
    aside .naver-handle{ border: none; width: 720px; margin:0 auto; }*/
    
}


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

    #site_title{ font-size: 28px;font-size: 2.8rem;}

}


.dc_social{ display: none; }

.grad-prev-next{ text-align: right; }
.grad-prev-next a{ line-height: 1.3; display: inline-block; padding: 5px 10px;padding: 0.5rem 1rem; color: #fff; font-size:50px;font-size:5rem; }
.content #main-content{/* padding-right: 0;*/}

.graduate-contact{ /*position: absolute; top:100%;*/}
.graduate-contact i{ font-size: 50px;font-size: 5rem;}
.graduate-contact a:hover i{ color: #00B6E2;}
.back-to-archive a{ color:#000; padding:10px;padding:1rem; display:inline-block; }
.back-to-archive a:hover{ color: #000;}
main i{ margin:0 6px;margin:0 0.6rem;}

@media only screen
and (max-width : 739px) {
    .graduate-profile-pic{ width: 100%; background: #000; text-align: center;}
}

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

    .graduate-contact{ position: static;}
    .graduate-profile-pic{ margin-bottom:20px;margin-bottom:2rem; }

}



#crumbs a {
    background: #43776b;
    padding: 10px 13px;
    color: #fff;
    display: inline-block;
}
.cp-block figcaption{

    background: #fff;
}

#rightpane .menu .current-menu-item, #rightpane .menu .current-menu-item>a{
    background: #275449!important;
}
img.size-full{ width: 100%; }

