@font-face {
    font-family: 'PTSansRegular';
    src: url('../../fonts/PTS55F-webfont.eot');
    src: url('../../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/PTS55F-webfont.woff') format('woff'),
    url('../../fonts/PTS55F-webfont.ttf') format('truetype'),
    url('../../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url('../../fonts/PTS75F-webfont.eot');
    src: url('../../fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/PTS75F-webfont.woff') format('woff'),
    url('../../fonts/PTS75F-webfont.ttf') format('truetype'),
    url('../../fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansItalic';
    src: url('../../fonts/PTS56F-webfont.eot');
    src: url('../../fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/PTS56F-webfont.woff') format('woff'),
    url('../../fonts/PTS56F-webfont.ttf') format('truetype'),
    url('../../fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../../fonts/OpenSans-Light-webfont.eot');
    src: url('../../../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('../../../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('../../../fonts/OpenSans-Light-webfont.svg#Open Sans') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../../fonts/OpenSans-Regular-webfont.eot');
    src: url('../../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../../../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../../../fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('OpenSans Bold'), url('../../../fonts/OpenSans-Bold-webfont.eot');
    src: local('OpenSans Bold'), url('../../../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('../../../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('../../../fonts/OpenSans-Bold-webfont.svg#Open Sans') format('svg');
    font-weight: 700;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body
{
    font-family: "Open Sans", san-serif;
    margin: 0px;
    padding:0px;
    height: 100%;
}

.container{
    width: 100%;
    max-width: 760px;
    margin: auto;
    height: auto;
}

.container_logo{
    background: black;
    position: relative;
    margin: auto;
    padding: 30px 12px;
}

.center{
    text-align: center;
}

#upper
{
    padding: 0;
}
#pageHeadline,#headlineContent
{
    text-align: center;
    background-color: #ffffff;
    margin: auto;
    padding: 30px 12px;
}

.arrow{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    height: 0;
    width: 0;
    z-index: 1;
}

.arrow-white{
    border-top:20px solid white;
}

.arrow-gray{
    border-top:20px solid #DCDCDD;
}

.container_form, #offer-page{
    background-color: #DCDCDD;
    padding: 40px 12px 30px 12px;

}

.form{
    margin: 10px auto 10px;
    padding: 0px !important;
    text-align: center;
    max-width: 354px;
    background-color: #0079c1;
    position: relative;
}

.form #signupForm{
    padding: 18px 25px 0px 25px;
}

.form #buttonRowDiv{
    padding:18px 25px;
}

.form input, select,
.coregForm div.FormRow input,
.coregForm div.FormRow select,
.gslConsent{
    border: medium none;
    border-radius: 2px;
    color: #484848;
    font-size: 14px;
    margin: 6px 0 8px;
    padding: 10px 8px;
}

.gslConsent{
    display: table;
    overflow: hidden;
    position: relative;
    width: 92%;
    padding: 20px 8px 20px 15px;
    background: #FFFFFF;
    display: none;
}

.gslConsent div{
    display: table-cell;
}

.gslCheckbox{
    width: 38px;
    height: 45px;
}

.gslText{
    text-align: left;
    vertical-align: middle;
    padding-right: 15px;
}

.gslContainer{
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
    margin-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gslContainer input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.gslConstentCheckmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
}

/* On mouse-over, change checkbox border color to dark gray*/
.gslContainer:hover input ~ .gslConstentCheckmark {
    border: 2px solid darkgray;
}

/* Create the checkmark/indicator (hidden when not checked) */
.gslConstentCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.gslContainer input:checked ~ .gslConstentCheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.gslContainer .gslConstentCheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid green;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form input.text,
.coregForm div.FormRow input.text{
    width: 93%;
}

.form select,
.coregForm div.FormRow select{
    width: 99% !important;
    color: #999;
    background-color: #ffffff !important;
}

.form .FormContainer .inputFeedback{
    display: none;
}

.form .FormContainer .g-recaptcha{
    padding-left: 0px !important;
    margin-top: 3px;
}

@media screen and (max-width: 367px){
    .form .FormContainer .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media screen and (max-width: 308px){
    .form .FormContainer .g-recaptcha {
        transform:scale(0.7);
        -webkit-transform:scale(0.7);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

.form #FormAddon{
    margin-top:10px;
}

#buttonRowDiv .FontAdjustWrapperDiv{
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-top: 1px !important;
    display: inherit !important;
    padding: 8px !important;
    cursor: pointer !important;
}

.form .separate_bar{
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: none;
    border-right: none;
    height: 0px;
    margin: 18px 0px 10px;
}

.form div.childOptionDiv{
    display: none;
}

.form #signupForm table.RadioTableLabel,
.form #signupForm table.CheckBoxTableLabel
{
    font-size: 15px;
    color: #ffffff;
    width: auto !important;
    font-weight: 600;
    text-align: left !important;

}

.form #signupForm td.checkboxLabel,
.form #signupForm td.radio_label{
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}

.form #signupForm .hiddenRequiredDiv{
    display: none;
}

#two_columns{
    background-color: #2F2F2F;
    padding: 30px 12px;
    color:#f8f8f8;
}


a:link
{
	 color: #0071BC;
}
a:visited
{
	 color: #07285E;
}
a:hover,
a:active
{
	 color: #F37C21;
}


.blank_space{
    height: 5px;
    width: auto;
}
/*signup page*/

#upper #upper_left
{
    padding: 10px 40px;
    margin-top: 45px;
    width: 40%;
    float:left;
}

#upper #pageMainText{
    padding: 10px 40px;
    margin-top: 25px;
}

#upper #upper_left p.header
{
    font-size: 23pt;
    padding:0 2px;
    margin:0 auto;
}
#upper #upper_left ul, #pageMainText ul
{
    padding: 0;
    margin: 0;
    list-style: disc;
    font-size: 14px;
    font-weight: 400;
}
#upper #upper_left ul li
{
    line-height:22px;
    padding-left: 16px;
    padding-bottom: 15px;
}

#upper #pageMainText p
{
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
#upper #upper_right
{
    width: 40%;
    padding: 10px 10px 10px 30px;
    margin: 30px 0px 0px 24px;
    float:left;
}
#upper #upper_right a
{
    border: 0;
    text-decoration: none;
    outline-style: none;
}

#lower
{
    background-color: white;
    margin: 0px;
    padding: 20px 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

div.spotlight
{
    margin:0;
    padding:0px 10px 10px 10px;
}
div.spotlight p
{
    margin:0;
    padding:0 10px;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #333;
}

/*signup page*/
#lower #sb_only_logo
{
    height: 84px;
    padding: 0;
    position:relative;
    margin: 0 0 20px 25px;

}

#lower #smartbrief_only_spotlight_middle
{
    margin:0 0 0 15px;
    padding:0;
}

#lower #lower_left
{
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    vertical-align: top;
    padding: 10px;
    text-align: left;
    _margin-left: 6px; /*shows in IE6 and below */
}
#lower #lower_left #sb_logo
{
    margin-bottom: 20px;
    padding: 0;
    position:relative;
    text-align: center;
}
#lower #lower_left #sb_logo img
{
    bottom: 0;
    position: relative;
}

#lower #lower_left #sb_spotlight_middle
{
    margin:0;
    padding:0;
    height: auto !important;
}

#lower #lower_right
{
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    vertical-align: top;
    padding: 10px;
    text-align: left;
    _margin-right: 6px; /*shows in IE6 and below */
    _margin-top: 3px; /*shows in IE6 and below */
}
#lower #lower_right #partner_logo
{
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
#lower #lower_left #partner_logo img
{
    bottom: 0;
    position: relative;
}

#lower #lower_right #partner_spotlight_middle
{
    margin:0;
    padding:0px 0px 2px 0px;
    height: auto !important;

}

/*signup page*/

/*thankyou page*/
#lower #thankyouSb_logo
{
    margin: 0 0 15px 0;
    padding:0;
    width: auto;
    height: auto;
    text-align: center;
}

#lower .lowerContent{
    -ms-flex-negative: 1;
}

#lower .lowerContent .spotlight{
    padding: 0px 15% 30px 15% !important;
}

#lower #thankyouSb_spotlight_top
{
    margin:0 0 0 15px;
    padding:0;
    width: 613px;
    height:29px;
    background-image: url('/i/signupSystem/Spotlight-SmartBrief-ThankYouPage-top.gif');
    background-repeat:no-repeat;
}
#lower #thankyouSb_spotlight_middle
{
    margin:0 0 0 15px;
    padding:0;
    width: 613px;
    background-image: url('/i/signupSystem/Spotlight-SmartBrief-ThankYouPage-middle.gif');
}
#lower #thankyouSb_spotlight_bottom
{
    margin:0 0 0 15px;
    padding:0;
    width: 613px;
    height:9px;
    background-image: url('/i/signupSystem/Spotlight-SmartBrief-ThankYouPage-bottom.gif');
    background-repeat:no-repeat;
}
/*thankyou page*/

#footer
{
    background-color: #8B8C8D;
    margin: auto;
    padding: 30px 12px;
    position: relative;
    padding: 30px 12px;
    color: #ffffff;
    font-size: 10px;
}

.sb_footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer .sb_footer #footer_left
{

    line-height: 17px;
    padding: 0px 5px 0 10px;
    -ms-flex: 0 1 530px;
    flex: 0 1 530px;
}

#footer .sb_footer #footer_right
{
    -ms-flex: 0 0 162px;
    flex: 0 0 162px;
    padding-left: 10px;
}

#footer #footer_bottom
{
    padding: 0 10px 3px 10px;
}
#footer_privacy
{
    padding: 8px 0px 3px 10px;
}
#footer_privacy a{
    color: #ffffff;
}

#FormAddon div.adDiv
{
    clear:both;
    margin-top: 50px;
    width: 325px;
}                            

#FormAddon img
{
    float: left;
    height: 63px;
    padding: 0px 25px 0px 15px;
    width: 66px;
}

#FormAddon #lead_gen div.adDiv 
{                         
    clear:both;           
    margin-top: 20px;     
    margin-bottom: 20px; 
    width: 100%;      
    overflow:auto;           
}  

#FormAddon #lead_gen img
{
    padding-left: 0;
}

#FormAddon table
{
    height: auto;
}

#FormAddon td
{
    padding: 0px;
}

#FormAddon td.AdHeading
{
    font-size:15px;
    padding-bottom: 1px;
}

#FormAddon td.AdDescription
{
    color: #393939;
    font-size:13px;
    padding-left: 10px;
}

#FormAddon td.AdCheckBox
{
    width: 15px;
    vertical-align: top;   
}

#FormAddon td.AdCheckBox input
{     
    margin: 5px 0px; 

}

/*coreg*/


#upper #thankyouMainText.coreg p
{
    margin: 15px 0 10px;
}

.coregHeadline
{
	 color: white;
	 font-size: 14px;
	 font-weight: 600;
     text-align: left;
     padding: 0px 0px 15px 0px;
	 line-height: 22px;
}

.coregDescription p
{
    color: white;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left !important;
    margin-top: 0px;
}

#partner_coreg{
    margin-bottom: 15px;
}

#offer-page .form #signupForm{
    padding: 0px !important;
}

#offer-page .form #SignupDiv{
    margin: 0px !important;
}

#sb_coreg_by_brief .coregHeadline,
#sb_coreg_by_industry .coregHeadline,
#partner_coreg .coregHeadline,
#lead_gen .coregHeadline{
    padding: 18px 25px;
    font-size: 15px;
}

#sb_coreg_by_brief .FormRow,
#sb_coreg_by_industry .FormRow{
    background-color: white;
    padding: 18px 25px;
}


#partner_coreg .coregDescription,
#lead_gen .coregDescription{
    padding: 0px 25px;
}

#partner_coreg .coregForm,
#lead_gen .coregForm {
    padding: 0px 25px 18px 25px;
}

#offer-page .separate_bar
{
   margin-bottom: 0px;
}

#sb_coreg_detail{
    width:60%;
    float:left;
    margin:23px 0px 5px 0px;
    color:black !important;
}

.logo{
    height:90px;
    float:right;

}

.logo img{
    padding:0px !important;
    margin:0px 0px 10px 0px !important;
}

strong.light-bold
{
    color: #444;
    font-weight: 600;
    font-style: italic;
}

/*form*/

.coregForm{
    text-align: left!important;
    color: #ffffff;
}

.coregForm div.FormRow {
    clear: both;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.coregForm div.FormRow .DataColumn {
    margin-bottom: 5px;
}


.coregForm div.FormRow option
{
    font-size: 16px;
}
.coregForm div.FormRow input.text:focus, 
.coregForm div.FormRow select:focus 
{
    border: 2px solid #BC7122;
}

.coregForm .requiredDiv, 
.coregForm .hiddenRequiredDiv 
{
    float: left;
    width: 15px;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color:red;
}

.coregForm .hiddenRequiredDiv 
{
    display: none;
}

#sb_coreg_by_brief .CheckBoxTable
{
    font-size: 14px;
    text-align: left !important;
    font-weight: 400;
    background-color: white;
    color: #333 !important;

}
#sb_coreg_by_industry .CheckBoxTable{
    font-size: 14px;
    text-align: left !important;
    color: #ffffff !important;
}


#sb_coreg_by_industry .CheckBoxTable input,
#sb_coreg_by_brief .CheckBoxTable input{
    margin: 25px 10px;
    width: auto!important;
}

#partner_coreg .CheckBoxTable input{
    width: auto !important;
}

#sb_coreg_by_brief .CheckBoxTable td
{
    /*border-bottom: 1px solid #EEE;*/
    vertical-align: top;
}

#sb_coreg_by_brief .CheckBoxTable td.checkboxLabel,
#sb_coreg_by_industry .CheckBoxTable td.checkboxLabel,
#partner_coreg .CheckBoxTable td.checkboxLabel
{
    width: 100%;
}

#sb_coreg_by_brief .brief-subject-with-image,
#sb_coreg_by_industry .brief-subject-with-image
{
    display: inline-block;
    margin-bottom: 8px;
}
#sb_coreg_by_brief img,
#sb_coreg_by_industry img
{
    height: 80px;
    width: 92px;
}

@media screen and (max-width: 350px){
    .logo{
        float:none;
    }
    .sb_coreg_detail{
        margin: 0px 3px 5px 15px;
        float: none;
        width: 100%;
    }
    .blank_space{
        height: 0px;
    }
}
#partner_coreg .CheckBoxTable
{
    margin-bottom: 15px;
}

#partner_coreg .CheckBoxTable input
{
    margin-right: 5px;
}

.coregForm table.RadioTable 
{
    margin-left: 0px !important;
}

.coregForm table.RadioTable td 
{
	vertical-align: middle;
}

.coregForm table.RadioTable .radio_label 
{
    padding-left: 3px;
}

#FormAddon .coregForm table.RadioTable td.radio_input 
{
	padding-left: 5px;
}

.coregForm table.RadioTable td.radio_input input
{
    margin: 0;
    margin-top: -1px;
    margin-right: 5px;
    vertical-align: baseline;
    width: auto !important;
}

.coregForm table.CheckBoxTable
{
    padding-left: 5px;
}

.coregForm table.CheckBoxTable .checkboxLabel 
{
	padding-left: 3px;
}

.coregForm table.CheckBoxTable .checkbox 
{
	margin-top: 3px;
}

.coregForm div.LabelColumnError 
{
    float:left;
    width:240px;
    text-align:right;
    padding-right: 10px;
    color: red;
    font-weight:bold;
}

.coregForm div.childOptionDiv
{
    display:none;
    margin-left: 15px;
}

.coregForm p.errorMessage, div.errormessage 
{
    color:red;
    font-size:11px;
    font-weight:bold;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.coregForm div.inputFeedback 
{
    display:none;
}

.coregForm div.FormRowLabel
{
    font-size: 16px;
    padding: 0px 0px 3px 5px; 
}

.coregForm div.notes {
    color: #F37C21;
	 display: block;
	 float: right;
    font-size: 14px;
    margin-bottom: -5px;
    padding: 1px 23px 0 0;
    text-align: right;
    width: 170px;
}

.coregForm div.radio_checkbox_notes {
    color: #F37C21;
    font-size: 14px;
}

.ButtonDivs {
    background-color: #000000;
    text-align: center;
}

#Signup2ndBtnDiv, #secondBtnDiv{
    margin-top: 5px;
}

/*end of form*/
/*end of coreg*/

/**multiple select customization**/
button.ui-multiselect 
{
    width: 99% !important;
}

button.ui-multiselect.ui-widget
{
    background: #FFFFFF;    
    border: 1px solid #838383;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(/styles/PIE/PIE.htc);
    color:#484848;
    font-size: 14px;
    font-weight: 400;
    outline: 0 none;
    padding: 10px 8px;
    margin: 6px 0px 8px 0px;

}

button.ui-state-default .ui-icon 
{
   background-image: url("/common/js/jquery/stable/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png");
}

button.ui-state-default.ui-state-hover .ui-icon 
{
   background-image: url("/common/js/jquery/stable/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png");
}

button.ui-state-default.ui-state-active .ui-icon 
{
   background-image: url("/common/js/jquery/stable/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png");
}

div.ui-multiselect-menu
{
    background: #FFFFFF;
    border: 1px solid #838383;
    color:#4C4C4C;  
    padding:1px;
}

div.ui-multiselect-menu li
{
    padding: 0;	
}

div.ui-multiselect-menu .ui-state-hover
{
    background: #F4F4F4;
    border: 1px solid #838383;
    color:#000000;  
    cursor: pointer;
    font-weight: normal;
}

div.ui-multiselect-menu input[type="checkbox"]
{
    background: #FFFFFF;
    margin-right: 5px;
}

div.ui-multiselect-menu
{
    font-size: 16px;
}
/**end of multiple select customization**/
