@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);

/*------------------------------------------------------------

  Start Main

  Created by: Ben Singer
  Contact:    hello@bensinger.me

  Copyright 2014

--------------------------------------------------------------*/

/* Responsive Resets
-------------------------------------------------------------- */

@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Link Styles
-------------------------------------------------------------- */

a {
	color: #1174c3;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #196cad;
	text-decoration: inherit;
}

/*a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/

/* --------------------------------------------------------------
// HTML AND BODY STYLES
-------------------------------------------------------------- */

html,body {
	font-size:100%;
}

body {
	font-size: 1em;
}

html {
	-webkit-font-smoothing:antialiased;
	height: 100%;
}

body {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 1em;
}

.container {
	width: 1280px!important;
	padding: 0 20px!important;
	/*width:1000px;*/
	/*padding: 0 10px;*/
	margin-top:0px !important;
}

/* --------------------------------------------------------------
// TYPOGRAPHIC STYLES
-------------------------------------------------------------- */

/*@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxuw_rQOTGi-AJs5XCWaKIhU.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format('woff');
}*/

h1,h2,h3,h4,h5 {
	/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: 600;
}

h3#logoText {
	font-family: "Roboto", sans-serif;
}

p {
	/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: 400;
}

/*.lead {
  font-size: 21px;
}*/

/* --------------------------------------------------------------
// HEADER SECTION
-------------------------------------------------------------- */

.page-header {
	border-bottom: none;



}

/*.header {
  padding-top: 0px;
  border-bottom: 1px solid #ededed;
  height: 80px;
}

.header #logoText {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 33px;
  color: #3C4648;
  display: inline-block;
}

.header #logoText img {
  width: 35px;
}

#logoText span {
  font-weight: 300;
}

.header ul {
  margin: 30px 0;
  padding: 5px 0;
  float: left;
  list-style: none;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}*/

/* --------------------------------------------------------------
// DOC HEADER
-------------------------------------------------------------- */

.full-width.doc-header {
	padding: 0;
	margin: 0 0 20px;
	background:#3C6DC8;
	color:#fff;
	min-height: 350px;
	min-width: 1280px;
	/*background-image: url(http://specifiedby.com/images/pattern.png);*/
}

.full-width.doc-header h1 {
	padding-top: 80px;
	font-size: 1.25em;
	padding-bottom: 8px;
	/*border-bottom: 1px solid #f5f5f5;*/
	display: inline-block;
	font-weight: 400;
}

.full-width.doc-header h2 {
	margin: 0;
	font-weight: 700;
	font-size: 2.75em;
	/*text-transform: uppercase;*/
}

.full-width.doc-header h3 {
	font-size: 1em;
	margin:20px 0;
	font-weight: 400;
	color: #e4f3fe;
}

.full-width.doc-header .huge {
	font-size: 300px;
	display: block;
	line-height: 1;
	font-weight: 700;
}

.full-width.doc-header .table-of-contents {
	padding-top: 90px;
}

.table-of-contents h4 {
	font-weight: 600;
	line-height: 20px;
	font-size: 0.9em;
}

/* --------------------------------------------------------------
// DOC-CONTENTS
-------------------------------------------------------------- */

/* Doc Contents List
-------------------------------------------------------------- */


.doc-contents-list {
	position: sticky;
	top: 100px;
	width: auto; /*requires to be specified so nav doesnt change size on affix.js hook*/
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 15px 0 15px 15px;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #FFF;
	background-color: #FFF;
	/*border-radius: 5px;*/
	max-height: 600px;
	overflow-y: scroll;
	/*border-bottom: 1px solid #ddd;*/
	border: 1px solid #ddd;
}

.doc-contents-list h3 {
	margin: 0;
}

.doc-contents-list .contents-list li span {
	color:#999b9e;
}


/*
 * SCROLLSPY SIDE NAVIGATION SECTION
 *
 * Scrollspy and affixed enhanced navigation to highlight sections, secondary
 * sections and tertiary sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.doc-contents-list.affix {
	position: static;
}

/* All levels of nav */
.doc-contents-list .nav > li > a {
	display: block;
	color: #716b7a;
	padding: 5px 20px;
	margin-left:-15px;
	font-size: 14px;
}

/* Two level deep anchor circles */
.doc-contents-list .nav > li > ul > li a {
	display: block;
	color: #716b7a;
}

.doc-contents-list .nav > li > a:hover,
.doc-contents-list .nav > li > a:focus,
.doc-contents-list .nav > li > ul > li a:hover,
.doc-contents-list .nav > li > ul > li a:focus {
	text-decoration: none;
	background-color: transparent;
	border-right: 1px solid #dbd8e0;
	background-color: rgba(0,0,0,0.03);
}

.doc-contents-list .nav > .active > a,
.doc-contents-list .nav > .active:hover > a,
.doc-contents-list .nav > .active:focus > a {
	font-weight: bold;
	color: #333;
	border-right: 1px solid #dbd8e0;
}

.doc-contents-list .nav > li > ul > li.active > a,
.doc-contents-list .nav > li > ul > li.active:hover > a,
.doc-contents-list .nav > li > ul > li.active:focus > a {
	/*font-weight: bold;*/
	color: #3489cc;
	border-right: 1px solid #dbd8e0;
}

/* Nav: second level (shown on .active) */
.doc-contents-list .nav .nav {
	display: none; /* Hide by default, but at >768px, show it */
	margin-bottom: 8px;
}
.doc-contents-list .nav .nav > li > a {
	padding-top:    3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 90%;
}

/*  Tertiary scrollspy link styles  */

.doc-contents-list .nav .nav > li > .nav > li a {
	padding-top:    3px;
	padding-bottom: 3px;
	padding-left: 50px;
	font-size: 90%;
}

.doc-contents-list .nav > li > ul > li > ul > li.active > a,
.doc-contents-list .nav > li > ul > li > ul > li.active:hover > a,
.doc-contents-list .nav > li > ul > li > ul > li.active:focus > a {
	/*font-weight: bold;*/
	color: #333;
	border-right: 1px solid #dbd8e0;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
	.doc-contents-list .nav .nav {
		display: block;
	}

	.doc-contents-list .nav > .active > ul {
		display: block;
	}

	/* Widen the fixed sidebar - B.S. Not really required now page is non-responsive */
	/*.doc-contents-list.affix,
	.doc-contents-list.affix-bottom {
	  /*width: 213px;
	}*/

	.doc-contents-list.affix {
		position: fixed; /* Undo the static from mobile first approach */
		top: 0;
	}

	.doc-contents-list.affix-bottom {
		position: absolute; /* Undo the static from mobile first approach */
	}

	/*.doc-contents-list.affix-bottom .contents-list,
	  .doc-contents-list.affix .contents-list {
		margin-top: 0;
		margin-bottom: 0;
	  } */

}

@media (min-width: 1200px) {
	/* Widen the fixed sidebar again */
	.doc-contents-list.affix-bottom,
	.doc-contents-list.affix {
		width: 318px!important;
		/*height: 321px!important;*/
	}
}

/* First level of nav */
.contents-list {
	/*margin-top: 10px;
	margin-bottom: 20px;*/
	margin: 0;
	padding: 10px 0;
	text-shadow: 0 1px 0 #FFF;
	border-radius: 5px;
}



/* Doc Contents
-------------------------------------------------------------- */

.doc-contents {
	margin-top: 20px;
	padding-left: 35px;
}

.doc-contents > section {
	padding-bottom: 20px;
	/*border-bottom: 1px dashed #aaa;*/
	margin-bottom: 20px;
	position: relative;
}

.doc-contents h2 {
	font-weight: 700;
	margin: 10px 0;
	font-size: 2.4em;
	text-transform: capitalize;
}

.doc-contents h3 {
	font-weight: 700;
	color: #444;
	margin: 15px 0 10px;
	font-size: 1.7em;
	text-transform: capitalize;
}

.doc-contents h4 {
	font-weight: 700;
	color: #444;
	margin: 15px 0 10px;
	font-size: 1.4em;
	text-transform: capitalize;
}

.doc-contents p {
	color: #333;
	line-height: 30px;
	font-weight: 400;
	margin: 5px 0 10px;
	font-size: 16px;
	text-align: justify;
}

.doc-contents p em {
	font-weight: 700;
	color: #999B9E;
	margin-right: .25em;
	font-size: 16px;
	font-style: normal;
}

.doc-contents .paywall {
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 400px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.doc-contents .paywall .btn-primary{
	margin-top: 200px;
}

.doc-contents .limited-section {
	height: 400px;
	overflow:hidden
}

.main-button {
	border:2px solid #df3d3d;
	display:inline-block;
	color:#df3d3d;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:163px;
	text-decoration:none;
	text-align:center;

}.main-button:active {
	 position:relative;
	 top:1px;
 }
.main-button:hover {
	border:2px solid #df3d3d;
	display:inline-block;
	color:#fff;
	background-color: #df3d3d;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:163px;
	text-decoration:none;
	text-align:center;
}

.secondary-button {
	border:2px solid #444;
	display:inline-block;
	color:#444;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:130px;
	text-decoration:none;
	text-align:center;

}.secondary-button:active {
	 position:relative;
	 top:1px;
 }
.secondary-button:hover {
	border:2px solid #444;
	display:inline-block;
	color:#fff;
	background-color: #444;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:130px;
	text-decoration:none;
	text-align:center;
}

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

/* --------------------------------------------------------------
// TABLE STYLES
-------------------------------------------------------------- */

table {
	margin-top: 20px;
}

td {
	font-size: .9em;
	vertical-align: middle!important;
}

th {
	text-align: center;
	vertical-align: middle!important
}

/* --------------------------------------------------------------
// IMAGE STYLES
-------------------------------------------------------------- */

.container img {
	margin: 30px auto;
	max-width: 100%;
}

/* --------------------------------------------------------------
// GENERIC HELPER STYLES
-------------------------------------------------------------- */

#search-alert {
	margin:0;
	opacity: 1;
	width: 100%;
}

.affix {
	position: fixed;
}

i[class^="icon-"] {
	font-size: 35px;
}

@media screen and (max-device-width: 768px) {

	html {
	}

	.full-width.doc-header {
		text-align: center;
	}

	#docContents {
		padding: 0 5%;
	}

	#docContentsList {
		display: none;
	}

	.col-xs-9 {
		width: 100%;
	}

	.doc-contents {
		padding-left: 0;
	}

}

/* --------------------------------------------------------------
// SWIPEBOX CSS
-------------------------------------------------------------- */

html.swipebox {
	overflow: hidden!important;
}

#swipebox-overlay img {
	border: none!important;
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#swipebox-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
}

#swipebox-slider .slide {
	background: url("img/loader.gif") no-repeat center center;
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}

#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
	background:none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding:5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
}

#swipebox-action {
	bottom: -50px;
}
#swipebox-action.visible-bars {
	bottom: 0;
}

#swipebox-action.force-visible-bars {
	bottom: 0!important;
}

#swipebox-caption {
	top: -50px;
	text-align: center;
}
#swipebox-caption.visible-bars {
	top: 0;
}

#swipebox-caption.force-visible-bars {
	top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
	background-image: url("img/icons.png");
	background-repeat: no-repeat;
	border: none!important;
	text-decoration: none!important;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
}

#swipebox-action #swipebox-close {
	background-position: 15px 12px;
	left: 40px;
}

#swipebox-action #swipebox-prev {
	background-position: -32px 13px;
	right: 100px;
}

#swipebox-action #swipebox-next {
	background-position: -78px 13px;
	right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}

#swipebox-slider.rightSpring {
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0px;
	}
}

@-moz-keyframes leftSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0px;
	}
}

@-webkit-keyframes rightSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0px;
	}
}

@-webkit-keyframes leftSpring {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0px;
	}
}

@media screen and (max-width: 800px) {
	#swipebox-action #swipebox-close {
		left: 0;
	}

	#swipebox-action #swipebox-prev {
		right: 60px;
	}

	#swipebox-action #swipebox-next {
		right: 0;
	}
}


/* Skin
--------------------------*/
#swipebox-overlay {
	background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
	text-shadow: 1px 1px 1px black;
	background-color: #0d0d0d;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(#0d0d0d, #000000);
	background-image: -moz-linear-gradient(#0d0d0d, #000000);
	background-image: -o-linear-gradient(#0d0d0d, #000000);
	background-image: linear-gradient(#0d0d0d, #000000);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	opacity: 0.95;
}

#swipebox-action {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: white!important;
	font-size: 15px;
	line-height: 43px;
	font-family: Helvetica, Arial, sans-serif;
}

/* --------------------------------------------------------------
// ICON CSS
-------------------------------------------------------------- */

/*@charset "UTF-8";*/ /*Already set at document head*/

@font-face {
	font-family: "untitled-font-1";
	src:url("icon/untitled-font-1.eot");
	src:url("icon/untitled-font-1.eot?#iefix") format("embedded-opentype"),
	url("icon/untitled-font-1.woff") format("woff"),
	url("icon/untitled-font-1.ttf") format("truetype"),
	url("icon/untitled-font-1.svg#untitled-font-1") format("svg");
	font-weight: normal;
	font-style: normal;

}

[data-icon]:before {
	font-family: "untitled-font-1" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "untitled-font-1" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-magnifying-glass:before {
	content: "a";
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color:#1174c3;
}

p{
	scroll-margin-top: 70px
}