@charset "utf-8";
/* CSS Document */

@font-face { font-family: RobotoThin; src: url('../fonts/Roboto-Thin-Inst.ttf'); }
@font-face { font-family: RobotoRegular; src: url('../fonts/Roboto-Regular-Inst.ttf'); }
@font-face { font-family: AdventProLight; src: url('../fonts/adventpro-light.ttf'); }
@font-face {
font-family: 'Calibri Light';
font-style: normal;
font-weight: normal;
src: local('Calibri Light'), url('../fonts/calibril.woff') format('woff');
}
#logo { padding: 0px 20px; }
#logo a {margin: 0px; padding: 0px; }
#logo a img { width: 140px; height: auto; padding: 0px; margin: 0px; }

.full_width_content { display: block; position: relative; width: 100%; }
.main_content {
   position: relative; 
   margin: 30px auto 0px;
   width: 90%;
   max-width: 1000px;
   font-family:'Calibri Light';
}
.gradient_panel { background-image: linear-gradient( to bottom right, #5E6BEF, #D04388 ); }

.main_content h1 { font-size: 36px; color: #333; text-align: left; font-family: RobotoThin, sans-serif; }
.main_content h2 { font-size: 28px; color: #000; text-align: center; font-family: RobotoThin, sans-serif; }
.main_content h3 { font-size: 24px; color: #000; text-align: center; font-family: RobotoRegular, sans-serif; margin: 0px; padding: 10px 0px; }
.main_content h4 { font-size: 20px; color: #000; text-align: center; font-weight: bold; }
.main_content p { font-size: 18px; color: #000; text-align: center; line-height: 150%; margin: 0px; padding: 0px; }
.main_content ul { list-style-type: circle; }
.main_content li { font-size: 20px; color: #333; text-align: left; line-height: 170%; }
.main_content p span { font-weight: bold; }
.main_content img { display: block; width: 100%; max-width: 550px; height: auto; margin: 70px auto 0px; }

.no_top_margin { margin-top: 0px; }
.plus_spacer { margin-top: 50px; }
.plus_larger { margin-top: 80px; }
.narrow { max-width: 800px; }
.narrower { max-width: 600px; }
.wider { max-width: 1100px; }
.widerer { max-width: 1200px; }
.widest { max-width: 1400px; }
.inline_desktop_only { display: inline; }
.inline_mobile_only { display: none; }
.clearfix::after { content: ""; clear: both; display: table; }
a { text-decoration: none }

button {
    display: block;
    min-width: 170px;
    background-color: #000;
    border: 2px #000 solid;
    border-radius: 5px;
    color: #FFF;
    margin: 0px auto;
    padding: 6px 12px 6px 12px;
    font-family: RobotoRegular, sans-serif;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;	
}
button.big {
    padding: 12px 20px 12px 20px;
    font-size: 24px;
}
button:hover {
    background-color: #FFF;
    color: #000;
}

/* Footer code */
div#footer_background { 
    margin: 0px;
    border: 1px solid transparent;
	padding: 20px 0px 0px;
    width: 100%;
    display: block;
    background-color: #212A35;
}
div#footer_background h1 { 
    font-size: 22px; 
    font-family: Arial,sans-serif; 
    color: #FFF; width: 100%; 
    text-align: center;
    padding: 0px 0px 20px; 
}
div#footer_container {
    margin: 0px;
	padding: 0px 0px 10px;
    width: 100%;
    max-width: 1110px;
	margin: 0px auto;
}
ul.footer_list, div.footer_list {
   display: block;
    margin: 0px;
	padding: 0px;
   width: 200px;
   float: left;
   font-family: Arial,sans-serif; 
   font-size: 14px;
   color: #FFF;
}
div.footer_list { width: 300px; }
div.footer_list h3, ul.footer_list h3 { font-size: 16px; }
ul.footer_list li { list-style: none; padding: 3px 0px; }
ul.footer_list li a { text-decoration: none; color: #FFF;  }
div.footer_list p { text-align: left; }
div.footer_list a { text-decoration: none; display: inline; color: #FFF; }
div.footer_list a img.icons { height: 30px; width: 30px; padding: 0px; }
ul.footer_list li a:hover, div.footer_list a:hover { color: #99F; }

.breaker, .breaker_half { display: none; }

@media screen and (max-width:1300px) {
.main_content h1 { font-size: 30px; }
.main_content h2 { font-size: 22px; }
.main_content h3 { font-size: 20px; }
.main_content h4 { font-size: 20px; }
.main_content p { font-size: 18px; }
.main_content li { font-size: 18px; }
}
@media screen and (max-width:900px) {
.breaker_half { display: block; }
}
@media screen and (max-width:725px) {
.inline_desktop_only { display: none; }
.inline_mobile_only { display: block; }
}
@media screen and (max-width:580px) {
div#logo a img { width: 90px; height: auto; }
div#logo_2 img { width: 70px; height: auto; }
.breaker { display: block; }
button.big {
    padding: 8px 15px 8px 15px;
    font-size: 18px;
}
.main_content ul { margin-left: 0px; padding-left: 5px; }
.main_content ul li { margin-left: 0px; }
}

/* Additions for Menu */
div.topnav { display: block; position: relative; border-left: 1px solid #FFF; width: 100%; height: 39px; background: #000; margin: 10px 0px 0px; }
div.topnav ul { display: block; list-style-type: none; margin: 0px; padding: 0px; }
/* Float the list items side by side */
div.topnav ul li { display: inline-block; position: relative; margin: 0px 3px; }
div.topnav ul li#overview { width: 100px; }
div.topnav ul li#checklist { width: 105px; }
div.topnav ul li#ebook { width: 110px; }
div.topnav ul li#case_study { width: 130px; }
div.topnav ul li#contact { width: 95px; }
/* Style the links inside all list items */
div.topnav ul li a { display: inline-block; color: #FFF; text-align: center; padding: 8px 10px; text-decoration: none; font-family: RobotoRegular, sans-serif; font-size: 16px; }
div.topnav ul li a.current { color: #C25CDC; }
div.topnav ul p { display: inline-block; color: #FFF; text-align: center; padding: 8px 10px; font-family: RobotoRegular, sans-serif; font-size: 16px; margin: 0px; }
/* Restyle and hide the icon for the link that should open and close the topnav on small screens */
div.topnav ul li.mobile_menu { display: none; }
/* Style and hide sub-menu */
div.topnav ul li.submenu ul { z-index: 1000; position: absolute; top: 38px left: 0px; display: none; background: #000; width: 85px; }
div.topnav ul li.submenu ul li { position: relative; left: -35px; width: 100px; }
div.topnav ul li.submenu ul li a { margin: 0px 0px 0px 20px; }
/* Highlight links on hover and open submenu */
div.topnav ul li:hover a { font-weight: bold; padding: 8px 9px; }
div.topnav ul li.submenu:hover ul { display: block; font-weight: normal; }
div.topnav ul li.submenu:hover ul li a { font-weight: normal; }
div.topnav ul li.submenu ul li:hover a { font-weight: bold; }

div.topnav ul { padding: 0px 20px; }

/* Mobile menu */
@media screen and (max-width:900px) {
div.topnav { border-left: 1px solid #000; border-right: 1px solid #000; }
div.topnav ul { padding: 0px; width: 260px; }
div.topnav ul li { display: none; }
div.topnav ul p { width: auto; text-align: left; }
div.topnav ul li.mobile_menu { display: inline-block; }
div.topnav ul li.mobile_menu a img { width: 15px; height: 14px; }

div.topnav.responsive ul { background: #000; width: 100%; max-width: 260px; }
div.topnav.responsive ul li { display: block; z-index: 1200; background: #000; }
div.topnav.responsive ul li#overview, div.topnav.responsive ul li#checklist, div.topnav.responsive ul li#ebook, div.topnav.responsive ul li#case_study, div.topnav.responsive ul li#contact { width: 260px; }
div.topnav.responsive ul li.mobile_menu { position: absolute; top: 2px; left: 214px; }

/* Style and hide sub-menu */
div.topnav.responsive ul li.submenu ul { z-index: 1200; position: relative; left: 0px; display: block; background: transparent; }
div.topnav.responsive ul li.submenu ul li { width: 230px; left: 0px; padding: 0px; margin: 0px; }
div.topnav.responsive ul li.submenu ul li a { margin: 0px 0px 0px 10px; }
}

/* Formatting for generic email form */
.contact_page_email, .case_study_page_email { float: right; width: 400px; background-color: transparent; padding: 0px 10px; margin: 60px 0px; }

.left_contact_page_panel { display: block; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); text-align: left; padding: 0px;}
.left_contact_page_panel h1 { font-size: 56px; color: #000; font-family: RobotoThin, sans-serif; padding: 0px; margin: 0px; }
.left_contact_page_panel h1 span { color: #FFF; }
.left_contact_page_panel p { width: 550px; font-size: 18px; padding: 0px; margin: 10px 0px; color: #FFF; text-align: left; }

@media screen and (max-width:1300px) {
.left_contact_page_panel h1 { font-size: 52px; }
}
@media screen and (max-width:1100px) {
.left_contact_page_panel h1 { font-size: 36px; }
.left_contact_page_panel p { width: 430px; }
}
@media screen and (max-width:1000px) {
.left_contact_page_panel h1 { font-size: 30px; }
.left_contact_page_panel p { width: 300px; }
}
@media screen and (max-width:850px) {
.contact_page_email, .case_study_page_email { width: 300px; }
}
@media screen and (max-width:725px) {
.left_contact_page_panel { display: block; position: static; top: 0px; left: 0px; transform: translateY(0%); width: 100%; }
.left_contact_page_panel h1 { font-size: 48px; padding: 20px 0px 0px 0px; width: 380px; margin: 10px auto; text-align: center; }
.left_contact_page_panel p {  display: block; width: 430px; margin: 10px auto; text-align: center; }
.contact_page_email, .case_study_page_email { float: none; display: block; margin: 10px auto; }
}
@media screen and (max-width:580px) {
.left_contact_page_panel h1 { font-size: 30px; width: 250px; }
.left_contact_page_panel p { width: 90%; }
}

[id*="email_form"] p { font-size: 24px; padding: 0px; margin: 10px 0px; color: #FFF; text-align: left; }
[id*="email_form"] p.disclaimer { margin-left: 40px; padding: 5px 0px 0px 0px; font-size: 12px; }
[id*="email_form"] p.disclaimer a { color: #FFF; text-decoration: underline; }

[id*="email_form"] input {
    margin: 12px auto 12px;
    width: 100%;
    max-width: 500px;
    display: block;
    border: none;
    color: #FFF;
    font-family:'Calibri Light';
    background-color: #000;
    font-size: 16px;
}
@media only screen and (min-width: 725px) {
[id*="email_form"] input {
    display: inline-block;
	width: 48%;
	margin: 6px 0.6%;
}
}
[id*="email_form"] input[type=text] {
    padding: 4px 10px;
    box-sizing: border-box;	
    border-radius: 4px;
    cursor: text;
    text-align: left;
}
[id*="email_form"] textarea {
	height: 55px;
	padding: 5px 10px;
	margin: 6px 0px;
    width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	border: none;
	resize: none;
	cursor: text;	
    color: #FFF;
    font-family:'Calibri Light';
    background-color: #000;
    font-size: 16px;
}
[id*="email_form"] input[type=submit] {
    display: block;
    margin: 8px auto 8px;
    background-color: #000;
    border: 2px #000 solid;
    color: #FFF;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    text-align: center;
    width: 100px;
    cursor: pointer;
    border-radius: 0px;
}
[id*="email_form"] input[type=submit]:hover {
    color: #000; 
    background-color: #FFF; 
    border: 2px #000 solid;
}
@media only screen and (min-width: 725px) {
[id*="email_form"] textarea { width: 98.8%; }
}
@media screen and (max-width:400px) {
.case_study_page_email { width: 260px; }
}
@media screen and (max-width:360px) {
.contact_page_email { width: 260px; }
}

/* Modal overlay formatting */
.modal {
  display: none; 
  position: fixed; 
  z-index: 3000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(224,224,224); 
  background-color: rgba(128,128,128,0.6); 
}
/* Modal Content Box */
.modal-content {
  background-color: #2F5597;
  border: 4px solid #FFF;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 1.5%;
  width: 40%; 
  min-width: 500px;
}
.close {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
	color: #CCC;
	text-decoration: none;
	cursor: pointer;
}
.modal-content p { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px; 
  color: #FFF; 
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width:580px) {
.modal-content {
  width: 90%; 
  min-width: 280px;
}
}

/* Code specific to analogue Switch-off landing page */

#landing_top_panel { 
  background: url(../images/content/switch_off_main.jpg); 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center center; 
  padding-top: 40%;
  position: relative;
  top: -1px;
}
#landing_top_panel .text  { position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; }
#landing_top_panel .text h1 { color: #000; font-family: RobotoThin, sans-serif; font-size: 76px; text-align: center; line-height: 140%; width: 100%; max-width: 600px; margin: 10% auto; border: transparent solid 1px; }
#landing_top_panel .text h1 span { color: #FFF; }
#landing_top_panel .text img { position: absolute; top: 10px; right: 10px; height: 96px; width: 96px; }
#landing_top_panel .text a { position: absolute; width: 100%; left: 0px; bottom: 50px; border: transparent 1px solid; }
@media screen and (max-width:1500px) {
#landing_top_panel .text h1 { font-size: 56px; line-height: 150%; max-width: 750px; margin: 11% auto; }
}
@media screen and (max-width:1100px) {
#landing_top_panel .text h1 { font-size: 42px; margin: 12% auto; max-width: 450px; }
}
@media screen and (max-width:900px) {
#landing_top_panel { padding-top: 350px; }
#landing_top_panel .text h1 { font-size: 42px; margin: 110px auto; max-width: 450px; }
#landing_top_panel .text a { bottom: 20px; }
}
@media screen and (max-width:580px) {
#landing_top_panel { 
  background: url(../images/content/switch_off_main_small.jpg); 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center bottom; 
  padding-top: 380px;
}
#landing_top_panel .text h1 { font-size: 36px; margin-top: 90px; width: 270px; line-height: 120%; }
#landing_top_panel .text h1 span { display: block; }
#landing_top_panel .text img { height: 64px; width: 64px; }
#landing_top_panel .text a { bottom: 50px; }
}
@media screen and (max-width:400px) {
#landing_top_panel { 
  background: url(../images/content/switch_off_main_smallest.jpg); 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center bottom; 
  padding-top: 520px;
}

#landing_top_panel .text h1 { margin: 180px 0px 0px 100px; width: 250px; line-height: 120%; text-align: left; }
#landing_top_panel .text img { height: 48px; width: 48px; }
#landing_top_panel .text a { left: 100px; width: 180px; bottom: 70px; }
}
.landing_list_panel { position: relative; width: 100%; margin-bottom: 50px; }
.landing_list_panel img.icon { 
  display: block; 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  left: 0px; 
  width: 100px; 
  height: auto; 
  margin: 0px;
}
.landing_list_panel div.icon { margin-left: 110px; }
.landing_list_panel div.icon p { text-align: left; }
@media screen and (max-width:1300px) {
.landing_list_panel img.icon { width: 80px; }
.landing_list_panel div.icon { margin-left: 90px; }
}
@media only screen and (max-width: 550px) {
.landing_list_panel { margin-bottom: 30px; }
.landing_list_panel img.icon { position: static; transform: translateY(0%); margin: 0px auto; }
.landing_list_panel div.icon { margin-left: 0px; }
.landing_list_panel div.icon p { text-align: center; }
}

.landing_cta_panel { padding: 0px; }
.landing_cta_panel [class*="reverse_"] { float: left; width: 40%;  padding: 0px; margin: 0px; }
.landing_cta_panel .reverse_right { float: right; }
.landing_cta_panel div.reverse_left { width: 59.5%; font-family: Verdana, Geneva, sans-serif; }
.landing_cta_panel div.reverse_left h2 { font-size: 30px; color: #FFF; text-align: center; }
.landing_cta_panel div.reverse_left img { width: 180px; height: auto; display: block; margin: 30px auto 10px; padding: 5px; }
.landing_cta_panel .reverse_right img { display: block; width: 100%; max-width: none; height: auto; margin: 0px auto 0px; }
.landing_cta_panel div.reverse_left p { color: #FFF; font-size: 16px; padding: 0px; margin: 10px; text-align: center; }
.landing_cta_panel div.reverse_left a button { margin: 15px auto; }
@media screen and (max-width:1150px) {
.landing_cta_panel div.reverse_left img { width: 120px; margin: 15px auto 8px; }
.landing_cta_panel div.reverse_left p { font-size: 14px; }
}
@media only screen and (max-width: 900px) {
.landing_cta_panel div.reverse_left, .landing_cta_panel div.reverse_right { float: none; width: 100%; max-width: none; }
.landing_cta_panel div.reverse_left h2 { padding: 8px; }
.landing_cta_panel div.reverse_left img { width: 150px; margin: 30px auto 10px; }
.landing_cta_panel div.reverse_left p { font-size: 16px; padding: 8px; }
}

/* Code specific to analogue Switch-off Contact page */

.main_content p span.phone_number { font-size: 24px; font-weight: bold; }

.contact_comment { display: block; position: relative; width: 95%; max-width: 550px; height: auto; margin: 70px auto 0px; padding: 55px 15px; background-color: #E0D5F5; }
.contact_comment img { position: absolute; width: 58px; height: auto; } 
.contact_comment img.open_quote { top: -92px; left: 0px; }
.contact_comment img.close_quote { bottom: -22px; right: 0px; }
.contact_comment p { font-size: 20px; font-family: RobotoRegular, sans-serif; }
.contact_comment p.attribution { font-size: 14px; margin: 15px; }
.contact_comment p.savings { font-size: 18px; color: #51139C; } 

.main_content.contact_page h4 { margin-top: 90px; }

@media screen and (max-width:1300px) {
.main_content.contact_page h3 { font-size: 18px; }
.main_content.contact_page h4 { font-size: 16px; }
.main_content.contact_page p { font-size: 16px; }
.main_content p span.phone_number { font-size: 20px; }
}
@media screen and (max-width:580px) {
.contact_comment { margin: 50px auto 0px; padding: 55px 10px; }
}
.social_media_container { width: 140px; margin: 10px auto; }
.social_media_container a { display: inline-block; text-decoration: none; cursor: pointer; }
.social_media_container a img { width: 30px; height: 30px; padding: 0px; border-radius: 100%; margin: 5px; }
.social_media_container a:hover { opacity: 0.8; }

.counter_container {
  height: 95px;
  width: 317px;
  border: none;
  background-color: #2E2E2E;
  margin: 0px auto;  
  padding: 0px 0px 0px 3px;
}
.counter_container img { display: inline-block; width: 60px; height: 95px; margin: 0px; padding: 0px; } 

@media screen and (max-width:400px) { h2.justify { text-align: justify; } }

/* Code specific to analogue Switch-off Checklist page */

.main_content.checklist h2 { text-align: justify; }
.main_content.checklist h3 { padding: 20px 0px 0px 0px; font-weight: bold; text-align: center; }

.left_checklist_page_panel button.big {
    padding: 8px 16px 8px 16px;
    font-size: 20px;
}

.left_checklist_page_panel { display: block; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); text-align: center; border: transparent 1px solid; padding: 0px;}
.left_checklist_page_panel h1 { font-size: 56px; color: #000; font-family: RobotoThin, sans-serif; text-align: center; padding: 0px; margin: 0px; }
.left_checklist_page_panel h1 span { color: #FFF; }
.left_checklist_page_panel p { width: 600px; font-size: 38px; padding: 0px; margin: 15px auto; color: #FFF; text-align: center; }
.right_checklist_page_panel { float: right; width: 25%; max-width: 350px; background-color: transparent; padding: 0px; margin: 2% 0px; }
.right_checklist_page_panel img { width: 100% height: auto; margin: 0px; }

@media screen and (max-width:1300px) {
.main_content.check_list h3 { font-size: 18px; }
.left_checklist_page_panel h1 { font-size: 48px; }
.left_checklist_page_panel p { font-size: 34px; }
}
@media screen and (max-width:1000px) {
.left_checklist_page_panel h1 { font-size: 36px; }
.left_checklist_page_panel p { width: 450px; font-size: 22px; }
.right_checklist_page_panel { width: 250px; margin: 3% 0px; }
}
@media screen and (max-width:900px) {
.left_checklist_page_panel { display: block; position: static; top: 0px; left: 0px; transform: translateY(0%); width: 100%; }
.left_checklist_page_panel h1 { font-size: 48px; margin-top: 15px; }
.left_checklist_page_panel p {  display: block; width: 430px; margin: 10px auto; font-size: 30px; }
.left_checklist_page_panel button { margin-bottom: 15px; }
.right_checklist_page_panel { float: none; display: block; margin: 0px auto 10px; padding-top: 20px; }
}
@media screen and (max-width:580px) {
.left_checklist_page_panel h1 { font-size: 30px; }
.left_checklist_page_panel p { width: 95%; font-size: 20px; }
}

[id*="email_form"] div.form_section { display: inline-block; vertical-align: top; width: 47%; max-width: 500px; margin: 10px 1%; }
@media screen and (max-width:600px) { [id*="email_form"] div.form_section { display: block; width: 100%; margin: 20px 0px; } }

[id*="email_form"] div.form_section p { font-size: 18px; padding: 0px; margin: 10px; color: #000; text-align: left; }
[id*="email_form"] div.form_section p.title { 
   display: block;
   width: 100%; 
   max-width: 500px;
   background-image: linear-gradient( to bottom right, #5E6BEF, #E04388 ); 
   margin: 15px auto;
   font-size: 24px;
   text-align: center; 
   color: #FFF;
}
[id*="email_form"] div.form_section p.checkbox { font-size: 14px; margin: 0px 0px 12px 30px; padding-left: 5px; border: #000 1px solid; font-family: Arial, Helvetica, sans-serif; }
[id*="email_form"] div.disclaimer { width: 100%; max-width: 500px; margin: 20px auto; }
[id*="email_form"] div.disclaimer p { color: #000; margin: 0px 0px 0px 30px; padding: 0px; font-size: 12px; }
[id*="email_form"] div.disclaimer a { color: #000; text-decoration: underline; }

[id*="email_form"] div.form_section input {
    margin: 12px auto 12px;
    width: 100%;
    max-width: 500px;
    display: block;
    border: 1px #000 solid;
    color: #000;
    background-color: #FFF;
    font-size: 14px;
}
[id*="email_form"] div.form_section input[type=checkbox] {
    float: left;
    width: 23px; 
    height: 23px;
    padding: 0px;
    margin: 0px;
}
[id*="email_form"] div.disclaimer input[type=checkbox] { 
    float: left;
    height: 20px;
    width: 20px; 
    padding: 0px;
    margin: 8px 0px 0px 0px; 
}
.main_content.info { margin-bottom: 30px; }
.main_content.info p { width: 400px; text-align: left; }
.main_content.info img { float: right; height: 80px; width: 80px; margin: 0px; padding: 0px;  }
@media screen and (max-width:580px) { 
.main_content.info p span { display: block; } 
.main_content.info p { width: 300px; margin: 0px auto; text-align: center; }
.main_content.info img { display: block; float: none; margin: 20px auto; }
}

/* Code specific to analogue Switch-off Case Study pages */
.case_study_text { position: absolute; top: 50%; left: 0px; bottom: 0px; right: 0px; width: 100%; transform: translateY(-50%); }
.case_study_text h1 { 
  display: inline-block; width: auto; color: #FFF; 
  background-color: rgba(128, 128, 128, 0.5); 
  padding: 10px 20px;
  font-size: 42px; font-family: RobotoThin, sans-serif;
}
.case_study_line { display: block; margin: 0px auto; } 
.case_study_line h1 { display: block; margin: 30px auto 0px; }
.case_study_line h1#down { margin-top: 5px; }

ul.check_circle { list-style-type: none; padding: 0px; margin: 10px 0px; }
ul.check_circle li.split { width: 40%; display: inline-block; vertical-align: middle; }
ul.check_circle li { background: url('../images/content/icons/check_circle.png') no-repeat left center; margin: 20px 0px; height: 35px; padding-top: 0px; padding-left: 40px; font-size: 24px; font-weight: bold; }

.case_study_comment p { font-size: 20px; font-family: RobotoRegular, sans-serif; color: #FFF; padding: 30px; }
.case_study_comment p.quote { font-style: italic; padding-bottom: 10px; }
.case_study_comment p.quote::before { content: "\201C"; }
.case_study_comment p.quote::after { content: "\201C"; }
.case_study_comment p.attribution { font-size: 16px; padding-top: 10px; }

.case_study_section p, .case_study_section ol li { font-size: 18px; padding: 0px; margin: 10px; color: #000; text-align: left; }
.case_study_section a { color: #51139C; font-weight: bold; text-decoration: underline; }
.case_study_section p.title { 
   display: block;
   width: 100%; 
   max-width: 300px;
   background-image: linear-gradient( to bottom right, #5E6BEF, #E04388 ); 
   margin: 15px 10px;
   padding: 0px 10px;
   font-size: 24px;
   text-align: left; 
   color: #FFF;
}

.left_contact_page_panel.case_study_page h1 { font-size: 48px; text-align: center; }
@media screen and (max-width:1300px) {
.case_study_text { top: 40%; }
.case_study_section p { font-size: 18px; }
.left_contact_page_panel.case_study_page h1 { font-size: 42px; }
}
@media screen and (max-width:1100px) {
.case_study_text { top: 30%; }
.left_contact_page_panel.case_study_page h1 { font-size: 34px; }
}
@media screen and (max-width:900px) {
.case_study_text { top: 40%; }
.left_contact_page_panel.case_study_page h1 { font-size: 28px; }
}
@media screen and (max-width:725px) {
ul.check_circle { display: block; width: 400px; margin: 20px auto; }
ul.check_circle li.split { width: 100%; display: block; vertical-align: none; }
.left_contact_page_panel.case_study_page h1 { width: 100%; }
}
@media screen and (max-width:580px) {
ul.check_circle { width: 290px; }
ul.check_circle li { font-size: 20px; }
.case_study_text { top: 50%; }
.case_study_text h1 { font-size: 26px; }
br.desktop_only { display: none; }
}
@media screen and (max-width:400px) {
.case_study_section p.title { max-width: 270px; }
}