/*******************************************************/
/* DESKTOP - FLEXBOX & PAGE SPECIFIC MICRO ADJUSTMENTS */
/*******************************************************/

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

    #CyberWeekSEO2017 h1 {

    }

    #CyberWeekSEO2017HeroCopy {
        margin-bottom: 14px; /* desktop */
    }

    #CyberWeekSEO2017HeroCopy p {
    	margin-left: 8%;
    	margin-right: 8%;
    }

    #CyberWeekSEO2017 h2 {
    	font-family: "HelveticaNeueW01", Helvetica, sans-serif;
    	font-weight: bold; /* 75 Bold */
    	font-size: 24px; /* desktop */
    	line-height: 1em;
    	text-transform: uppercase;
    	text-align: center;
    	margin-top: 30px; /* desktop */
    }

    #CyberWeekSEO2017 p {
    	font-size: 18px; /* desktop */
    	line-height: 1.33em;
    	text-align: center;
    	margin: 1% 7.5% 2.5%;
    }

    #CyberWeekSEO2017 p.CyberWeekSEO2017AltMargin {
    	margin-left: 9.5%;
    	margin-right: 9.5%;
    }

    .CyberWeekSEO2017PhotoLinkLeft, .CyberWeekSEO2017PhotoLinkRight {
    	text-align: center; /* center both 466px wide image and text in 480px column desktop, no rails */
    }

    .CyberWeekSEO2017PhotoLinkLeft a, .CyberWeekSEO2017PhotoLinkRight a {
    	display: inline-block;
    	font-family: "HelveticaNeueW01", Helvetica, sans-serif;
    	font-weight: bold; /* 75 Bold */
    	font-size: 16px; /* desktop */
    	line-height: 1em;
    	text-decoration: underline;
    	color: #333;
    	margin: 12px auto 30px; /* desktop */
    }

}


/**********/
/* MOBILE */
/**********/

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

    #CyberWeekSEO2017 h1 {

    }

    a.CyberWeekSEO2017CTA {
        margin-bottom: 7.5%;
    }

    #CyberWeekSEO2017 h2 {
        font-size: 7vw;
        text-align: left;
        text-transform: uppercase;
        margin: 7.5% 3.75% 3%;
    }

    #CyberWeekSEO2017 p {
        font-size: 5.5vw;
        line-height: 1.33em;
        margin-left: 3.75%;
        margin-right: 3.75%;
    }


    .CyberWeekSEO2017PhotoLinkLeft, .CyberWeekSEO2017PhotoLinkRight {
        text-align: center;
    }

    .CyberWeekSEO2017PhotoLinkLeft a, .CyberWeekSEO2017PhotoLinkRight a {
        display: inline-block;
        font-family: "HelveticaNeueW01", Helvetica, sans-serif;
        font-weight: bold; /* 75 Bold */
        font-size: 5vw;
        line-height: 1em;
        text-decoration: underline;
        color: #333;
        margin: 5% auto 10%;
    }
}




}

