/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{ position: relative; font-family: lato, arial; font-size: 13px; line-height: 20px; color: ##545454; }

ul{ padding: 0; margin: 0; padding-left: 20px; }
ol{ padding-bottom: 20px; padding-left: 20px; }
li{ font-size: 13px; color: #545454; }
a{ text-decoration: none; color: #488ccc; } /*#0054a6*/

/* h1{ font-family: Lato, arial; font-size: 26px; color: #f7941d; padding: 0;  margin: 0.67em 0;} */

h1{ font-family: Lato, arial; color: #0054a6; font-size: 36px; letter-spacing: 1px; line-height: 100%; font-weight: 500; margin-top: 0px; }
h2{ font-family: Lato, arial; font-size: 20px; color: #0054a6; padding: 0; margin: 0; line-height: 22px; } 
h3{ font-family: Lato, arial; font-size: 14px; color: #0054a6; font-style: italic; padding: 0; margin: 0; }
h4{ font-family: Lato, arial; font-size: 13px; color: #0067ac; padding: 0; margin: 0; text-transform: uppercase; font-weight: normal; }
h5{ font-family: Lato, arial; font-size: 19px; color: #0054a6; padding: 0; margin: 0; line-height: 24px; }
h6{ font-family: Lato, arial; font-size: 22px; color: #f7941d; padding: 0; margin: 0; line-height: 24px; }
dd{ padding-left: 0; margin-left: 0; }

.landing-text{font-size: 18px; color: #979696; line-height: 25px;}


.pricing_header{font-size: 16px; color: #fff; padding: 0; margin: 0; line-height: 30px; font-weight: bold;} 
.pricing_header_2{font-size: 38px; color: #2272bf; padding: 0; margin: 0; line-height: 30px; } 
.pricing_header_3{font-size: 17px; color: #fff; padding: 0; margin: 0; line-height: 30px; font-weight: bold;} 
.pricing_dek{font-size: 18px; color: #545454; padding: 0; margin: 0; line-height: 22px; } 
.pricing_dek_2{font-size: 18px; color: #545454; padding: 0; margin: 0; line-height: 22px; text-decoration: line-through; } 
.pricing_amount{font-size: 42px; color: #555454; padding: 0; margin: 0; line-height: 42px; } 
.pricing_features{font-size: 15px; color: #0054a6; padding: 0; margin: 0; line-height: 22px; } 
.pricing_view_features{font-size: 16px; font-weight: bold; color: #ff8a00; padding: 0; margin: 0; line-height: 22px; } 
.sidebar_header{font-size: 16px; font-weight: bold; color: #0054a6; padding: 0; margin: 0; line-height: 22px; } 
.sidebar_subheader{font-size: 14px; font-weight: bold; color: #0054a6; padding: 0; margin: 0; line-height: 22px; } 

.subheader2{font-size: 14px; font-weight: bold; color: #7e7e7e; padding: 0; margin: 0; line-height: 22px; } 
.header2{ font-size: 19px; color: #ff8a00; padding: 0; margin: 0; line-height: 24px; }
.header3{ font-size: 15px; color: #0054a6; padding: 0; margin: 0; line-height: 22px; }
.features_link{ font-size: 12px; color: #ff8a00; padding: 0; margin: 0; line-height: 22px; }

.small_greytext {font-size: 12px;}

select{ border: 1px solid #E7E7E7; }
input[type=text]{ border: 1px solid #E7E7E7; }
input[type=password]{ border: 1px solid #E7E7E7; }

.wrapper-home{ min-height: 600px; }
.wrapper{ padding-top: 125px; min-height: 600px; }
.main{ width: 1025px;  margin: 0 auto; min-height: 600px; }
.header{ position: absolute; top: 0; left: 0; height: 120px; width: 100%; background: #fff; border-bottom: 5px solid #3e3e3e; }
.footer{ min-height: 352px; min-width: 1026px; background: #f1f1f1; }

.standard_image { border: 0; }
.right_image { border: 0; float: right; padding-left: 10px;}
.left_image { border: 0; float: left; padding-right: 10px;}

/* header */
.header a{ color: #2f93da; }
.header-logo{ position: absolute; left: 20px; top: 0px; }
.header-wrapper{ position: relative; width: 1025px; margin: 0 auto; }
.header-search{ position: absolute; right: 215px; top: 25px; }
.header-icons {
	position: absolute;
	right: 20px;
	top: 25px;
}

.search-input{ width: 90px; padding-left: 10px; height: 20px; font-size: 11px; text-align: left; color: #7e7e7e; text-transform: lowercase }
.search-button{ position: absolute; right: 2px; top: 2px; }
.header-top-nav{ position: absolute; right: 340px; top: 25px; }
.top-nav{ list-style-type: none;   }
.top-nav li{ display: inline; font-size: 12px; padding: 0 5px 0 7px; border-left: 1px solid #474747; }
.top-nav li:first-child{ border: none; }
.top-nav li a{ color: #474747; text-transform: uppercase;}


.form-label-main{width: 87px; float: left; padding-bottom: 10px;}
.form-box-main{width: 163px; float: left; padding-bottom: 10px;}

.header-main-nav{ position: absolute; right: 20px; top: 80px; z-index: 1000; }
.main-nav{ list-style-type: none;   }
.main-nav li{ display: inline; font-size: 15px; padding: 0 0 0 25px; position:relative;}
.main-nav a{ padding: 5px; text-transform: uppercase; }

.main-nav li.selected a{
	border-bottom: 5px solid blue;
	padding-bottom: 21px;
}
.main-nav li:hover a{
	text-decoration: none;
}
.main-nav li a:hover {
	color: #f26522;
	text-decoration: none;
	border-bottom: none;
}

/*--- DROPDOWN ---*/
.main-nav ul{
	padding-left: 0;
    background: rgba(0, 0, 0, 0.6); /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    /* background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
	padding-right: 20px;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
padding-bottom: 20px;
padding-top: 20px;
}
.main-nav ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
display: block;
margin-bottom: 10px;
}
.main-nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
border: none; 
color: #fff;
text-transform: none;

}
.main-nav li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}
.main-nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    /*background:#6b0c36;*/
    /*text-decoration:underline;*/
}
.main-nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
.main-nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    /*background:#333;*/
}


/*main*/
.header-small{ font-size: 12px; font-weight: normal; }
.header-small a{ color: #148add; text-transform: uppercase; }
.main-left-sidebar{ width: 200px; float: left; min-height: 100px; padding-top: 35px; }
.main-content{ width: 750px; float: left; min-height: 100px; }
.main-content-pricing{ width: 775px; float: left; min-height: 100px; }
.main-center-col{ width: 500px; float: left;  }
.main-right-col{ float: left; }

.main-left-sidebar h2{ font-weight: normal; padding-bottom: 10px; }
.main-left-sidebar ul{ list-style-type: none; padding-bottom: 30px; }

.main-left-nav ul{ padding-bottom: 0; padding-top: 10px; }
.main-left-nav li{ font-size: 15px; padding-bottom: 10px; }
.main-left-nav a.selected { color: #f7941d; }
.main-left-nav li.here a { color: #f7941d; }

.main-left-nav li.here ul a{ color: #488ccc; }
.main-left-nav li.here ul li.here a{ color: #f7941d; }

.wide-content{ width: 950px; float: left; min-height: 100px; padding-left: 7px; }
.standard-content{ width: 750px; float: left; min-height: 100px; }
.banner_image{ width: 778px; position: relative; top: -20px; left: 20px; }
.banner-title {
	position: absolute;
	top: 45px;
	left: 40px;
	color: white;
	font-size: 36px;
	margin: 0;
}

.banner-title-2 {
	position: absolute;
	top: 25px;
	left: 40px;
	color: white;
	font-size: 24px;
	margin: 0;
	width: 400px;
	text-align: left;
	line-height: 32px;
}

.banner-title-3 {
	position: absolute;
	top: 40px;
	left: 40px;
	color: white;
	font-size: 24px;
	margin: 0;
	width: 500px;
	text-align: left;
	line-height: 32px;
}

.banner-title-4 {
	position: absolute;
	top: 30px;
	left: 40px;
	color: white;
	font-size: 24px;
	margin: 0;
	width: 600px;
	text-align: left;
	line-height: 32px;
}

.feature-box {background: url(/assets/images/img-Box-Background.png) no-repeat; width: 323px; min-height: 301px;}
.feature-box-blue {background: url(/assets/images/img-Feature-Box-Blue.png) no-repeat; width: 323px; min-height: 301px;}
.feature-box-yellow {background: url(/assets/images/img-Feature-Box-Yellow.png) no-repeat; width: 323px; min-height: 301px;}
.feature-box-title{ font-weight: bold; text-align: center; font-size: 16px; color: #fff; }


/*home*/
.activity-wide{ padding-top: 125px; }
.activity{ padding-bottom: 20px; }
.case-studies{  }
.home-form{ color: white; font-size: 12px; position: absolute; right: 0; top: 0; background: url(/assets/images/imgHomeFormBG.png) no-repeat; height: 339px; width: 302px; }
.home-form h2{ color: #f7941d; text-align: center; padding-bottom: 14px; }
.home-form a{ color: white; }
.home-form .form-label-main{ color: white; font-size: 12px; width: 110px; float: left; padding-bottom: 6px;}
.home-form .form-box-main{width: 150px; float: left; padding-bottom: 6px;}
.home-form select { width: 157px; }
.home-form-submit{ padding-top: 5px; }
.home-form input[type=text]{ width: 155px; }
.home-form input[type=password]{ width: 155px; }



/*home slider*/
.activity-slider {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    min-height: 356px; 
    min-width: 1025px;
}

.arrow-overlay {
width: 1025px;
margin: 0 auto;
}

.activity-arrows {
position: absolute;
z-index: 100;
height: 356px;
width: 100%;
}

.slide-content{
	margin: 0 auto;
	max-width: 880px;
	position: relative;
	height: 356px;
	z-index: 101;
	cursor: pointer;
}
.slide-text{ 
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 560px;
	width: 250px;
	min-height: 190px;	
	background-color: rgba(249, 243, 235, 0.9);
	text-align: left;
	padding: 22px;
	border-top: 2px solid white;
}
.slide-text h1{
	font-size: 24px; 
	border-top: none;
	line-height: 110%;
	margin: 0;
	padding-top: 0;
	border-bottom: 1px solid #bfbfbf;
	color: #b70000;
}
.slide-text p{
	font-size: 15px;
	color: #282828;
}
.slide-text a{ 
	font-size: 15px; 
	float: right;
}

.top-bar{ height: 5px; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); z-index: 100; width: 100%; }
.bottom-bar{ height: 5px; position: absolute; bottom: 0; left: 0; background-color: rgba(0,0,0,0.5); z-index: 100; width: 100%; }

.slide { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; background-size: cover; background-position: center; min-height: 356px; display: none; }
.slide-1{ position: relative; top: auto; left: auto; z-index: 2; display: block;} 
.arrow-overlay{
	width: 1025px; min-height: 358px; margin: 0 auto;
	position: relative;
	z-index: 10;
}
.arrow-left{
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 25px;
    display: block;
    margin-top: -20px;
    width: 41px;
    height: 41px;
    background: url('/assets/images/img-slider-left-arrow.png');
}
.arrow-right{
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 25px;
	display: block;
	margin-top: -20px;
	height: 41px;
	width: 41px;
    background: url('/assets/images/img-slider-right-arrow.png');
}



/*home columns*/
.business-title{ height: 55px; }
.news-events h2{ padding: 15px 0; }
.date{ display: block; font-size: 12px; font-weight: bold; }
.location{ display: block; font-size: 12px; font-weight: bold; }
.news-item{ padding-bottom: 10px; }
.news-item p{ padding-bottom: 0; margin: 0; }
.event-item{ padding-bottom: 10px; }

/*newsroom*/
.newsroom h2{
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    font-weight: normal;
    padding-bottom: 0px;
    line-height: 17px;
}

.newsroom-in-the-news {
  float: left;
  width: 480px;
  min-height: 320px;
  padding: 5px 15px 0 5px;
  background: url(/assets/images/mgNewsroomGradientWide.gif) no-repeat scroll 0 0 transparent; }


.newsroom-news {
  width: 690px;}

.newsroom-articles {
  float: left;
  background: url(/assets/images/imgNewsroomGradient.gif) no-repeat scroll 0 0 transparent;
  width: 230px;
  padding: 5px 20px 0 5px;
   min-height: 320px; }


.newsroom-events,
.newsroom-webinars {
  float: left;
  background: url(/assets/images/imgNewsroomGradient.gif) no-repeat scroll 0 0 transparent;
  width: 220px;
  padding: 5px 20px 0 5px;
  min-height: 275px;
  padding-right: 20px; }


.newsroom-awards {
  float: left;
  background: url(/assets/images/imgNewsroomGradient.gif) no-repeat scroll 0 0 transparent;
  padding: 5px 20px 0 5px;
  width: 220px;
  min-height: 275px; }


.newsitem {
  padding-bottom: 10px; }

.newsroom-view-all {
  float: right;
  padding-top: 12px;
  padding-right: 10px;
  line-height: 17px; }

.newsroom-title-separator {
  clear: both;
  border-bottom: 1px solid white;
  padding-top: 5px; }

/*case studies*/
ul.case-studies-list{ list-style-type: none; padding: 0; margin: 0;}
.case-studies h3 { color: ##868686; font-size: 20px; font-style: normal; }

/*pricing plans*/
#phone1{ display: none; }
#company1{ display: none; }
ul.pricing-list{ padding-bottom: 15px; }



.submit-button { width: 327px; height: 56px; border: 0; background: url('/assets/images/getstarted-button-3.png') no-repeat; font-family: 'HelveticaNeueBold', sans-serif; color: #fff; font-weight: normal; margin-left: 26px; font-size: 20px; padding-bottom: 7px; margin-top: 0px; cursor: pointer; word-spacing: -2px; padding-left: 6px; }
.submit-button:hover { background: url('/assets/images/getstarted-button-3-hover.png') no-repeat;  }
.submit-button:active { background: url('/assets/images/getstarted-button-3-down.png') no-repeat;  }


/*get the app*/
.sliderWrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.sliderHolder { 
    position: relative;
    z-index: 2;
    padding-top: 20px;
    width: 935px;
    margin: 0 auto 25px auto;
    height: 384px;
    overflow: hidden;
}
.slideNav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 92px;
	height: 30px;
}
.slideNav a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #fff;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.slideNav a:hover {
	background: #0b4d85;
}

.caroufredsel_wrapper { 
 overflow: visible !important;
}


.sliderHolder .slider { 
    width: 935px;
    height: 384px;
    position: relative;
    z-index: 200;
    margin: 0 auto;
} 


.sliderHolder .slider ul { 
    list-style: none;
    list-style-position: outside;
    position: relative;
margin: 0; padding: 0;
}


.sliderHolder .slider ul li { 
    float: left;
    width: 935px;
    height: 384px;
    position: relative;
}

.sliderHolder .slider ul li img.slideBg { 
    width: 935px;
    height: 384px;
}


.sliderHolder .slider .slideCnt { 
    position: absolute;
    top: 92px;
    left: 38px;
    width: 460px;
}


.sliderHolder .slider .slideCnt h2 { 
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 8px;
    font-family: arial, helvetica, serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: rgba(0,0,0,0.3) 1px 2px 1px;
}


.sliderHolder .slider .slideCnt h2 span { 
    color: #0b4c85;
}


.sliderHolder .slider .slideCnt h4 { 
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    text-shadow: rgba(0,0,0,0.3) 1px 2px 1px;
}


.sliderHolder .slider .platform { 
    width: 865px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 80px;
    padding: 22px 35px 0 35px;
    padding-top: 18px;
    background: url(/assets/images/activity_window/platform-bg.png) repeat 0 0;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
}

.sliderHolder .slider .platform-new { 

	background: none;
}


.sliderHolder .slider .platform h5 { 
    float: left;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    text-align: right;
}


.sliderHolder .slider .platform .logos { 
    padding-left: 25px;
    float: left;  
}


.sliderHolder .slider .platform .logos a { 
    background: url(/assets/images/activity_window/socials.png) no-repeat 0 0;
    float: left;
    padding-bottom: 20px;
    width: 55px;
    height: 59px;
    position: relative;
    color: #636363;
    margin-right: 25px; 
    position: relative;
    z-index: 200;
}

.sliderHolder .slider .platform .logos-new{
    position: absolute;
    z-index: 200;
    bottom: 20px;
    left: 20px;
    width: 280px;
    height: 60px;
   
}
.sliderHolder .slider .platform .logos-new a{ float: left; }


.sliderHolder .slider .platform .logos a span { 
    display: none !important;
    background: url(/assets/images/activity_window/border-logos.png) no-repeat center 0;
    width: 38px;
    height: 1px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 70px;
}


.sliderHolder .slider .platform .logos a span.last { 
    display: none;
    right: 20px;
}


.sliderHolder .slider .platform .logos a.active span { 
    display: block  !important;
}


.sliderHolder .slider .platform .logos a.appleIco { 
    background-position: 0px 0;
    width: 46px;
}


.sliderHolder .slider .platform .logos a.androidIco { 
    background-position: -112px 0;
    width: 46px;
}


.sliderHolder .slider .platform .logos a.blackberryIco { 
    background-position: -212px 0;
}


.sliderHolder .slider .platform .logos a.windowsIco { 
    background-position: -325px 0;
}


.sliderHolder .slider .platform .logos a.nokiaIco { 
    background-position: -418px 0;
    width: 142px;
}

.sliderHolder .slider .abstract { 
    position: absolute;
    z-index: 500;
    top: 8px;
    left: 640px;
    width: 283px  !important;
    height: 395px  !important;

}

.sliderHolder .slider .platform span.platformBorder { 
    width: 935px;
    height: 3px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(/assets/images/activity_window/platform-border.png) no-repeat 0 0;
}


.slider-buttons{
    position: absolute;
    z-index: 500;
    bottom: 20px;
    left: 20px;
    width: 283px  !important;
    height: 100px  !important;
}

.videos { 
    
}


.videos ul { 
	padding: 0; margin: 0;

	list-style-type: none;
    border-bottom: 1px solid #e3e3e3;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 10px;
margin-left: 30px;
}


.videos ul li { 
    width: 120px;
    float: left;
    margin: 0 6px;
}


.videos ul li a { 
    color: #636363;
    display: block;
    position: relative;
}


.videos ul li a img { 
    width: 120px;
    height: 77px;
}


.videos ul li small { 
    display: block;
    font-size: 13px;
    text-align: center;
}


.videos ul li span.playBtn { 
    background: url(/assets/images/vid/play-btn.png) no-repeat 0 0;
    width: 37px;
    height: 37px;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
}


#video-box,#video-box1,#video-box2,#video-box3,#video-box4,#video-box5,#video-box6 {display: none; border: 7px solid #666; background: #fff; padding: 10px; z-index:15;position: absolute;}
#modal {top: 0; left: 0; position: absolute; background: #666; filter: alpha(opacity=60); /* MSIE/PC */
-moz-opacity: 0.6; /* Mozilla 1.6 and older */ opacity: 0.6; z-index: 10; display: none;}
.fb_iframe_widget{top: 0px !important;}

/*Microsoft Tag pages*/
.ms-tag h1, .ms-tag-plans h1{ font-family: raleway, Lato, arial; color: #0054a6; font-size: 36px; letter-spacing: 1px; line-height: 100%; font-weight: 200; }
.ms-tag h2, .ms-tag-plans h2{ font-size: 16px; padding-top: 20px; font-weight: normal; }
.ms-tag .main-left-sidebar{  }
.ms-tag .main-content-tag{ padding-left: 45px; width: 668px; float: left; min-height: 100px; }
.tag-list{ padding: 0 0 0 10px; margin: 0; }
.tag-list li{
font-size: 13px;
color: #545454;
background: url(/assets/images/tag/imgTagListBullet.jpg) no-repeat 0px 6px;
padding-left: 15px;
}
.ms-tag .main-content-pricing h2{ padding-top: 0px; }
.ms-tag .orange-link{ color: #ff8c05; }
.ms-tag .pricing_header, .ms-tag-plans .pricing_header{ font-size: 16px; color: #737373; line-height: 100%;  padding-top: 10px; display: block; }
.ms-tag .pricing_header_right, .ms-tag-plans .pricing_header_right{ 
font-size: 24px;
padding: 0;
margin: 0;
line-height: 30px;
font-weight: bold;
color: #000; 
}
.ms-tag-plans .pricing_amount{ font-size: 24px; }


.checkmark-list{ padding: 10px 0 0 0px; margin: 0; list-style-type: none; }
.checkmark-list li{
font-size: 13px;
background: url(/assets/images/tag/imgCheckmark.png) no-repeat 0px 6px;
padding: 5px 0 5px 20px;
}



/*developer tools*/
.sdk-table{ margin-top: 30px; }
.sdk-table td{ padding: 5px 0; }

/*search*/
.search-results{ list-style-type: none; }
.search-results li{ padding: 5px 0px; }

/*site-map*/
.site-map ul{ padding: 10px 0 20px 20px; }

/*footer*/
.footer-wrapper{ position: relative; width: 1025px; margin: 0 auto; color: white; color: #488ccc; }
.footer-col{ float: left; }
.footer-col-1{ width: 210px;}
.footer-col-2{ width: 320px; padding-left: 10px; }
.footer-col-3{ width: 250px; padding-right: 50px; }
.footer-col-4{ width: 140px; }
.footer-list{ list-style-type: none; }
.footer-list li{ text-transform: uppercase; font-size: 14px; padding-bottom: 5px; }
.footer-list a, .footer-wrapper a{ color: #488ccc; }
.footer-title{ height: 45px; }
.footer-left{ float: left; font-size: 12px; }
.footer-right{ float: right; }
.footer-title h5{ font-family: Lato, arial; font-size: 16px; color: #095385; padding: 0; margin: 0; line-height: 24px; }


/* Styles for lightbox dialog window */
.popup {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}


/*layout*/
.list-col-2 li{ width: 50%; float: left; text-align: center; height: 200px; }
.list-col-3 li{ width: 33%; float: left; text-align: center; height: 200px; }
.col-2{ width: 465px; background: url(/assets/images/imgColumnDivider.jpg) no-repeat top right; float: left; margin-right: 20px; padding-right: 20px; }
.col-3{ width: 299px; background: url(/assets/images/imgColumnDivider.jpg) no-repeat top right; float: left; margin-right: 20px; padding-right: 20px; }

.col-3-1{ width: 340px; background: url(/assets/images/imgColumnDivider.jpg) no-repeat top right; float: left; margin-right: 20px; padding-right: 20px; }
.col-3-2{ width: 558px; background: url(/assets/images/imgColumnDivider.jpg) no-repeat top right; float: left; margin-right: 20px; padding-right: 20px; }

.pad{ padding: 20px; }
.pad-top{ padding-top: 20px; }
.pad-bottom{ padding-bottom: 20px; }
.pad-left{ padding-left: 20px; }
.pad-right{ padding-right: 20px; }
.pad-lr{ padding: 0 20px; }
.center{ text-align: center; }
.no-pad{ padding: 0; }
.no-margin{ margin: 0; }
.no-bg{ background: none; }
.orange{ color: #f7941d; }
.float-right{ float: right; }
.strike{ text-decoration: line-through; }

.cl { 
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}

/* ====== media ====== */
.media {margin:20px 0;}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}

/* breadcrumbs*/
.breadcrumbs { text-align: right; padding: 0 15px 10px 0; color: #afafaf; font-size: 12px; }
.breadcrumbs a{ color: #93d4ff; }


.signup_box{ background-color: #02407d; color: #fff; text-align: center; padding: 30px 0; margin-bottom: 30px; }
.signup_box p{ color: #fff; font-size: 32px;}
.signup_box .input_class{ font-size: 24px; padding: 0 5px; }
.signup_box .email{ padding-top: 20px; font-size: 24px;}

ul.parsley-error-list { padding: 0 0 0 20px; margin: 0; list-style-type: none; }
ul.parsley-error-list li{ padding: 0; margin: 0; color: red;}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 1025px){ .header {width: 1025px;}}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}