  /*----------------------Ask the professor------------------*/
/*--------- Ask the professor Home Page ----------*/
.askprof-wrap {
	background-color: #041e42; 
}

.ATP-link{
    color: #041e42; 
	font-size: 1.5rem; 
	text-align: center;
	background-color:transparent;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width:13rem;
	margin: 0 auto;
	border-bottom:2px solid #041e42;
	font-family:"myriad-pro",sans-serif;
	text-transform:none;
	padding-bottom:4px;
	
}
.ATP-link:hover{
    color:#fff;
    border-bottom:2px solid #fff;
}
.askprof-header{
	margin-bottom: 3.625rem;
}
.askprof-header h1{
	color: #041e42 !important; 
	font-size: 3.25rem; 
	text-align: center; 
	margin:5.5rem 0rem .5rem 0rem;
	font-family:"myriad-pro",sans-serif;
}
.askprof-header p{
	color: #041e42; 
	font-size: 28px; 
	text-align: center; 
	background-color: #fff;
	padding:16px;
	font-weight: bold;
	display: block;
	width:43%;
	margin: 0 auto;
	margin-bottom: 32px;
	font-family:"myriad-pro",sans-serif;
}
.askprof-header a{
    margin-left:45%;
    background-color:#041e42;
    color:#fff;
    font-weight:bold;
    padding:0.5em 1em;
}
.askprof-header a:hover{
    background-color:#fff;
    color:#041e42;
}
.prof-profile{
	border-top:1px solid #eee; 
	border-bottom: 1px solid #eee; 
	padding:8px;
}
/* Got a question CTA*/
.got-CTA {
	background-color: #041e42;
	padding:32px;
	margin: 0 auto;
	text-align: center;
}
.got-CTA-title{
	font-size: 3rem;
	font-family:"myriad-pro",sans-serif;
	color: #041e42;
	font-weight: bold;
	line-height: 1.25;
	margin-top:1.25rem;
}
.got-CTA-subtitle{
	font-size: 3.5rem;
	font-family:"myriad-pro",sans-serif;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}
.got-CTA-tag{
	color: #fff;
	font-size: 2rem;
	font-family:"myriad-pro",sans-serif;
}
/*a.button.button-secondary{
    margin-bottom:2rem;
    border-radius:1px;
    background:#041e42;
    border:none;
    color:#fff;
    text-align:center;
    font-size:1.33rem;
    max-width:20rem;
    transition:all 0.5s;
    cursor:pointer;
    margin-left:38%;
}
a.button.button-secondary:hover{
    text-decoration: underline;
}
a.button.button-secondary:after{
    content:'/00bb';
    position:absolute;
    opacity:0;
    top:0;
    right:-20px;
    transition:0,5s;
}
.button .button-secondary{
    display: flex;
  justify-content: center;
  align-items: center;
}*/
/*-----------------------------------------------ATP landing page styles*/
.fsFirst.fsLast.fsFieldCell{
    width:40em;
}

.fsRowBody p{
    width:50em;
}
.fsSubFieldGroup{
    width:40em;
    
}
.fsBody .fsFieldRow{
    margin-left:2rem;
}

.askprof-header-landing{
    background-color:#041e42;
    width:55em;
    height:10em;
}
.askprof-header-landing h1{
    color: #fff !important; 
	font-size: 3.25rem; 
	text-align: center; 
	text-transform:uppercase;
	font-family:"myriad-pro",sans-serif;
	padding-top:50px;
}
.askprof-header-landing p{
    color: #fff !important; 
	font-size: 2rem; 
	text-align: center; 
	font-family:"myriad-pro",sans-serif;
}

.askprof-header p{
	color: #041e42; 
	font-size: 28px; 
	text-align: center; 
	background-color: #fff;
	padding:16px;
	font-weight: bold;
	display: block;
	width:43%;
	margin: 0 auto;
	margin-bottom: 32px;
	font-family:"myriad-pro",sans-serif;
}
.atp-landing-wrap p:first-child{
    background-color:#fff;
    color:#041e42; !important;
    font-family:"myriad-pro",sans-serif;
    width:40em;
}
/*-----------------------------------------------Media Queries*/
/*XX large screens -- 2270px and up*/
@media only screen and (min-width: 141em){
    .askprof-wrap{
        background-size:100% 25%;
    }
    .askprof-header{
        margin-top:3rem;
    }
    .askprof-header h1{
        margin-top:5rem;
        font-size:5.25rem;
    }
    .askprof-header p{
        width:19.7em;
        font-size:2rem;
        margin-bottom:2rem;
        margin-top:0.8rem;
    }
    .askprof-header-landing{
        width:55em;
        height:10em;
    }
    .askprof-header-landing h1{
        font-size:1.75em;
        padding-top:1.5em;
    }
    .askprof-header-landing p{
        font-size:1.2em;
    }
    .atp-landing-wrap p:first-child{
        width:55em;
        margin-top:1em;
        font-size:1em;
        line-height:1.2em;
    }
    .fsSubFieldGroup{
        width:55em;
    
    }
    .fsFirst.fsLast.fsFieldCell{
        width:55em;
    }
    .fsBody .fsFieldRow{
        margin-left:1.5em;
    }
}
/*Extra large screens -- 1200px to 2269*/
@media only screen and (max-width:140em) and (min-width:75em){
    .askprof-wrap{
        background-size:100% 11%;
    }
    .ATP-link{
        font-size:1.58rem;
        
    }
    .askprof-header h1{
        margin:0 auto;
        font-size:4.25rem;
        margin-top:5.25rem;
    }
    .askprof-header p{
        width:15.7em;
        padding:0.95rem 0rem;
        font-size:2.5rem;
        margin-bottom:1rem;
        margin-top:0.35em;
        
    }
    .askprof-header h1{
        font-size:3rem;
        margin-top:0rem;
    }
    .askprof-header-landing{
        width:64em;
        height:10em;
    }
    .askprof-header-landing h1{
        font-size:1.75em;
        padding-top:1.5em;
    }
    .askprof-header-landing p{
        font-size:1.2em;
    }
    .atp-landing-wrap p:first-child{
        width:55em;
        margin-top:1em;
        font-size:1em;
        line-height:1.2em;
    }
    .fsSubFieldGroup{
        width:55em;
    
    }
    .fsFirst.fsLast.fsFieldCell{
        width:55em;
    }
    .fsBody .fsFieldRow{
        margin-left:1.5em;
    }
    
}
/*Large screens -- 992 to 1199*/
@media only screen and (max-width:48em) and (min-width:64em){
    .askprof-wrap{
        background-size:79.5em 22.5em;
    }
    .askprof-header-landing{
        width:55em;
        height:10em;
    }
    .askprof-header-landing h1{
        font-size:1.75em;
        padding-top:1.5em;
    }
    .askprof-header-landing p{
        font-size:1.2em;
    }
    .atp-landing-wrap p:first-child{
        width:55em;
        margin-top:1em;
        font-size:1em;
        line-height:1.2em;
    }
    .fsSubFieldGroup{
        width:55em;
    
    }
    .fsFirst.fsLast.fsFieldCell{
        width:55em;
    }
    .fsBody .fsFieldRow{
        margin-left:1.5em;
    }
}
/*Medium screens -- 768px to 991px*/
@media only screen and (max-width:63em) and (min-width:47em){
    .ATP-link{
        font-size:1.58rem;
        
    }
    .askprof-wrap{
        background-size: 61.9em 17em;
    }
    .askprof-header{
        margin-bottom:0rem;
    }
    .askprof-header h1{
        margin:0 auto;
        font-size:3.25rem;
    }
    .askprof-header p{
        width:15.8em;
        padding:0.5rem 0rem;
        font-size:1.9rem;
        margin-bottom:1rem;
        margin-top:0.2em;
    }
    .askprof-header-landing{
        width:40.35em;
        height:10em;
    }
    .askprof-header-landing h1{
        font-size:1.75em;
        padding-top:1.5em;
    }
    .askprof-header-landing p{
        font-size:1.2em;
    }
    .atp-landing-wrap p:first-child{
        width:43em;
        margin-top:1em;
        font-size:1em;
        line-height:1.2em;
    }
    .fsSubFieldGroup{
        width:43em;
    
    }
    .fsFirst.fsLast.fsFieldCell{
        width:43em;
    }
    .fsBody .fsFieldRow{
        margin-left:1.5em;
    }
}
/*Small screens -- 600px tp 767px*/
@media only screen and (min-width:37em) and (maxwidth:46em){
    .askprof-wrap{
        background-size: 2600px 1300px;
    }
}
/*Extra small screens -- 600px and smaller*/
@media only screen and (max-width:36em){
 .askprof-wrap{
        background-size: 40em 12em;
    }
    .askprof-header{
        margin-bottom:0rem;
    }
    .askprof-header h1{
        margin:0 auto;
        font-size:2.21rem;
    }
    .askprof-header p{
        width:18em;
        padding:0.5rem 0.5rem;
        font-size:1.15rem;
        margin-bottom:1rem;
        line-height:1.2em;
        font-size:1em;
    }
    .got-CTA-title{
        font-size:2.9rem;
    }
    .got-CTA-subtitle{
        font-size:2rem;
    }
    .got-CTA-tag{
        font-size:1.35rem;
    }
    .askprof-header-landing{
        width:18.5em;
        height:10em;
    }
    .askprof-header-landing h1{
        font-size:1.75em;
        padding-top:1.5em;
    }
    .askprof-header-landing p{
        font-size:1.2em;
    }
    .atp-landing-wrap p:first-child{
        width:20em;
        margin-top:1em;
        font-size:1em;
        line-height:1.2em;
    }
    .fsSubFieldGroup{
        width:20em;
    
    }
    .fsFirst.fsLast.fsFieldCell{
        width:20em;
    }
    .fsBody .fsFieldRow{
        margin-left:1.5em;
    }
}

