/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* Hide xmp xmod pro xmodpro maintenance message via CSS */
p[style="font-family:Arial,Helvetica,sans-serif;font-weight:bold;color:#000;background-color:#CCC;width:100%;text-align:center;padding-top:5px;padding-bottom:5px;"] {display: none;}


/*CSS Style updates 6/8/2015*/
div#dnn_ctr492_FormMaster_ctl_bdef98e81cda4e7cbc091deb7a98ccc5div {
  margin-top: -16px!important;
}

.bordered-sidebar h2.sidebar-title {
	padding: 0 0 0 26px!important;
  	font-family: "Oswald", sans-serif!important;
}


div#dnn_ctr484_ModuleContent {
  min-height: 666px;
}
/*CSS updates 6-29-2015*/
#portfolio_categories ul li {
  margin-right: 0px!important;
}
ul.masonry_list{
padding:0;}
ul.masonry_list li {
    list-style: none;
}
 ul.masonry_list li {
    width: 22%;
}



/* temporarily remove social related items */
.header-social {display:none;}


 .slide .content{
        position: absolute;
        top: 0;
        left: 5%;        
        width: 40%;
        font-size: 4vw;
        line-height: 1;
        font-family: "bebasregular";
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 100%;
        color: #111;
   		word-spacing:10px;
   		text-align:left;
    }


