/* Fonts */
@font-face {
	font-family: "Mont-Reg";
	src: url("Montserrat-Regular.otf") format("truetype");
}

@font-face {
	font-family: "Mont-Light";
	src: url("Montserrat-Light.otf") format("truetype");
}

@font-face {
	font-family: "Mont-SemiBold";
	src: url("Montserrat-SemiBold.otf") format("truetype");
}
/* Defaults */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 50px;
  font-family: "Mont-Light", verdana;
}

footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

footer {
	background-color: #A81F0B;
	color: #fff;
	padding-top:1px;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
}

footer a {
	color: #e7eff4;
	text-decoration: none;
}

footer a:hover {
	color: #B68E01;
}

section {
	width: 100%;
}

img {
  border: 0;
  max-width: 100%;
  margin: 0 auto;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  	position: absolute;
  	top: 0;
  	bottom: 0;
 	left: 0;
  	width: 100%;
  	height: 100%;
  	border: 0;
  	overflow: hidden;

}

/* Forms */
input[type="text"] {
	font-family: inherit;
	font-size: 16px;
	padding: 3px;
	margin: 5px 0;
}
input[type="submit"].btn-red {
	color: #fff;
	background-color: #A81F0B;
	padding: 0.5em 2em;
	border: 2px solid #A81F0B;
	border-radius: 10px;
	cursor: pointer;
	margin: 10px 0 0 0;
	display: inline-block;
	width: auto;
	font-family: inherit;
	font-size: 16px;
}

input[type="submit"].btn-red:hover {
	display: inline-block;
	color: #fff;
	background-color: #B68E01;
	padding: 0.5em 2em;
	border: 2px solid #B68E01;
	border-radius: 10px;
	transition: background-color 0.3s;
	cursor: pointer;
	width: auto;
	margin: 10px 0 0 0;
	font-family: inherit;
	font-size: 16px;
}
input[type="submit"].btn-blue {
	color: #fff;
	background-color: #003F72;
	padding: 0.5em 2em;
	border: 2px solid #003F72;
	border-radius: 10px;
	cursor: pointer;
	margin: 10px 0 0 0;
	display: inline-block;
	width: auto;
	font-family: inherit;
	font-size: 16px;
}

input[type="submit"].btn-blue:hover {
	display: inline-block;
	color: #fff;
	background-color: transparent;
	padding: 0.5em 2em;
	border: 2px solid #003F72;
	border-radius: 10px;
	transition: background-color 0.3s;
	cursor: pointer;
	width: auto;
	margin: 10px 0 0 0;
	font-family: inherit;
	font-size: 16px;
}

/* Headings */
h1 {
  margin: .67em 0;
}

h1,
h2,

h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-family: inherit;
  color: #A81F0B;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* RN edit line hieght */
h3{
 line-height: 26px; 
 font-family: inherit;
  font-weight: 500;
  color: inherit;
  font-family: inherit;
  color: #A81F0B; }


h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px 0px;
}

b,
strong {
  font-weight: bold;
}

.bold {
	font-family: "Mont-SemiBold";
}

/* Links & Buttons */
.g-button {
	background-color: red;
}

.wide-btn {
	width: 80%;
	font-size: 21px;
	display: block;
  	padding: 0.5em;
  	margin: 1em auto;
  	font-weight: normal;
  	text-align: center;
  	white-space: nowrap;
  	vertical-align: middle;
    ms-touch-action: manipulation;
       touch-action: manipulation;
  	cursor: pointer;
    -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    text-decoration: none;
}

.btn {
	display: block;
	width: 50%;
  	padding: 0.5em;
  	margin: 1em auto;
  	font-size: 1.75em;
  	font-weight: normal;
  	text-align: center;
  	white-space: nowrap;
  	vertical-align: middle;
    ms-touch-action: manipulation;
       touch-action: manipulation;
  	cursor: pointer;
    -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    text-decoration: none;
}

.red:hover,
.red:focus,
.red.focus {
	background-color: transparent;
	border: 2px solid #f15747;
	color: #f15747;
	border-radius: 0.5em;
	transition: background-color 0.3s;
}

.red {
	background-color: #f15747;
	border: 2px solid #f15747;
	color: #fff;
	border-radius: 0.5em;
}

/* Custom */
.full-height {
	height: 100%;
	min-height: 400px;
}

.align-left {
	text-align: left;
}

.no-pad {
	padding: 0;
	margin: 0;
}

.no-mar {
	margin: 0;
}

.pad-sm {
	padding: 1em 0em 1em 0;
}

.pad-m {
	padding: 1.5em 1.5em 1.5em 0;
}


.pad-bot {
	padding-bottom: 1em;
}

.dark {
	color:#2B383A;
}

.large-margin {
	margin-top: 5em;
}

.med-margin {
	margin-top: 3.5em;
}

.small-margin {
	margin-top: 2em;
}

.large {
	font-size: 10em;
}

.medium {
	font-size: 5em;
}

.small {
	font-size: 0.5em;
	display: block;
}

.wide {
	width: 100%;
}

.img-bg {
	background-image: url("robert-images/main-imgDark-rn3.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.img-dark-bg {
	background-image: url("robert-images/main-imgDark-rn3.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blue-bg {
	background-color: #A81F0B;
}

.red-bg {
	background-color: #de3831;
	color: #fff;
}

.grey-bg {
	background-color: #CAE0EB;
}

.white-bg {
	background-color: #fff;
}

.middle {
	vertical-align: middle;
}

.top {
	vertical-align: top;
}

.white-text {
	color: #fff;
}

.red-text {
	color: #f15747;
}

.float-l {
	float:left;
}

.brdr-full {
	border: 4px solid #f15747;
	padding: 0 2em 2em 2em;
}

@media (min-width: 300px) {
	.brdr-b {
		border-bottom: 2px solid #fff;
	}

	.brdr-r {
		border-right: 0px solid #fff;
	}
}

@media (min-width: 768px) {
	.brdr-r {
		border-right: 2px solid #fff;
	}

	.brdr-b {
		border-bottom: 0px solid #fff;
	}
}


/* Lists */
ol, ul {
	margin: 0;
	padding: 0;
}

.list li {
	margin-left: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list .table-item {
	display: table;
}

.list .title, .list .time {
	display: table-cell;
	vertical-align: middle;
}

.list .title {
	font-size: 18px;
	font-weight: 400;
}

.list .time {
	text-align: right;
	width: 1%;
	color: #aeaeae;
}

.check {
	background: url('../img/check.png') no-repeat left;
	padding-left: 2em;
	list-style: none;
 }

 .square {
 	list-style: square;
 	padding-left: 0em;
 }
/* Social Buttons */
.social-media {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 1em 1em 0.5em 1em;
	clear: both;
}

#border {
	margin-top: 10px;
}

.social-media-top {

	z-index: 10;
}

a.csbuttons {
	color: #fff;
	text-decoration:none;
	font-size: 0.85em;
}

ul.social-top {
	margin: -35px auto 0.5em auto;
	padding: 0;
	list-style: none;
	display: block;
	width: 99%;
}

ul.social-top li {
	margin: 0 0.5em;
	display: inline-block;
	padding: 0;
}

span.csbuttons-count {	
	position: relative;
	left: 0;
	top: 49px;
	font-size: 1.15em;
	color: #666;
	text-align: right;
}

a.csbuttons img {
	margin: 0;
	padding: 0;
}

ul.social {
	margin: 3em 3em 0 0;
	padding: 0;
	display: block;
	list-style: none;
}

ul.social li {
	padding: 0 1em;
	margin: 0 auto;
	display: inline-block;
}

/* Layout */
.center {
  	display: block;
  	margin-right: auto;
  	margin-left: auto;
  	text-align: center;
}

/* Responsive */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 975px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1175px;
  }

  .container-liquid {
  	max-width: 1175px;
  }
  .container-12 {
  	max-width: 1200px;
  }
}
.container-liquid {
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}

.container-12{
  	padding-right: 0;
  	padding-left: 0;
  	margin-right: auto;
  	margin-left: auto;
}

.container {
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
}

.row {
	padding: 0.5em 0;
	overflow: hidden;
}

.col-inner {
	padding: 1em;
}

.col-inner-3 {
	padding: 1em;
	margin: 1em;
}

.container:after,
.container-liquid:after,
.row:after {
	clear: both;
}

.col-mob-1, .col-tab-1, .col-lap-1, .col-wid-1, .col-mob-2, .col-tab-2, .col-lap-2, .col-wid-2, .col-mob-3, .col-tab-3, .col-lap-3, .col-wid-3, .col-mob-4, .col-tab-4, .col-lap-4, .col-wid-4, .col-mob-5, .col-tab-5, .col-lap-5, .col-wid-5, .col-mob-6, .col-tab-6, .col-lap-6, .col-wid-6, .col-mob-7, .col-tab-7, .col-lap-7, .col-wid-7, .col-mob-8, .col-tab-8, .col-lap-8, .col-wid-8, .col-mob-9, .col-tab-9, .col-lap-9, .col-wid-9, .col-mob-10, .col-tab-10, .col-lap-10, .col-wid-10, .col-mob-11, .col-tab-11, .col-lap-11, .col-wid-11, .col-mob-12, .col-tab-12, .col-lap-12, .col-wid-12 {
	position: relative;
  	min-height: 1px;
}

.col-mob-1, .col-mob-2, .col-mob-3, .col-mob-4, .col-mob-5, .col-mob-6, .col-mob-7, .col-mob-8, .col-mob-9, .col-mob-10, .col-mob-11, .col-mob-12 {
		display: inline-block;
	}

	.col-mob-12 {
		width: 100%;
		
	}

	.col-mob-11 {
		width: 91%;
	}

	.col-mob-10 {
		width: 83%;
	}

	.col-mob-9 {
		width: 73.5%;
	}

	.col-mob-9_block {
		width: 73.5%;
		display: block;
	}

	.col-mob-8 {
		width: 66%;
	}

	.col-mob-7 {
		width: 58.3333%;
	}

	.col-mob-6 {
		width: 48.5%;
	}

	.col-mob-5 {
		width: 41%;
	}

	.col-mob-4 {
		width: 33%;
	}

	.col-mob-3 {
		width: 23.5%;
	}

	.col-mob-2 {
		width: 16%;
	}

	.col-mob-1 {
		width: 8%;
	}

@media (min-width: 768px) {
	.col-tab-1, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8, .col-tab-9, .col-tab-10, .col-tab-11, .col-tab-12 {
		display: inline-block;
	}

	.col-tab-12 {
		width: 100%;
	}

	.col-tab-11 {
		width: 91%;
	}

	.col-tab-10 {
		width: 83%;
	}

	.col-tab-9 {
		width: 73.5%;
	}

	.col-tab-8 {
		width: 66%;
	}

	.col-tab-7 {
		width: 58%;
	}

	.col-tab-6 {
		width: 48.5%;
	}

	.col-tab-5 {
		width: 41%;
	}

	.col-tab-4 {
		width: 33%;
	}

	.col-tab-3 {
		width: 23.5%;
	}

	.col-tab-2 {
		width: 16%;
	}

	.col-tab-1 {
		width: 8%;
	}
}

@media (min-width: 992px) {
	.col-lap-1, .col-lap-2, .col-lap-3, .col-lap-4, .col-lap-5, .col-lap-6, .col-lap-7, .col-lap-8, .col-lap-9, .col-lap-10, .col-lap-11, .col-lap-12 {
		display: inline-block;
	}

	.col-lap-12 {
		width: 100%;
	}

	.col-lap-11 {
		width: 91%;
	}

	.col-lap-10 {
		width: 83%;
	}

	.col-lap-9 {
		width: 73.5%;
	}

	.col-lap-8 {
		width: 66%;
	}

	.col-lap-7 {
		width: 58%;
	}

	.col-lap-6 {
		width: 48.5%;
	}

	.col-lap-5 {
		width: 41%;
	}

	.col-lap-4 {
		width: 33%;
	}

	.col-lap-3 {
		width: 23.5%;
	}

	.col-lap-2 {
		width: 16%;
	}

	.col-lap-1 {
		width: 8%;
	}
}

@media (min-width: 1200px) {
	.col-wid-1, .col-wid-2, .col-wid-3, .col-wid-4, .col-wid-5, .col-wid-6, .col-wid-7, .col-wid-8, .col-wid-9, .col-wid-10, .col-wid-11, .col-wid-12 {
		display: inline-block;
	}

	.col-wid-12 {
		width: 100%;
	}

	.col-wid-11 {
		width: 91%;
	}

	.col-wid-10 {
		width: 83%;
	}

	.col-wid-9 {
		width: 73.5%;
	}

	.col-wid-8 {
		width: 66%;
	}

	.col-wid-7 {
		width: 58%;
	}

	.col-wid-6 {
		width: 48.5%;
	}

	.col-wid-5 {
		width: 41%;
	}

	.col-wid-4 {
		width: 33%;
	}

	.col-wid-3 {
		width: 23.5%;
	}

	.col-wid-2 {
		width: 16%;
	}

	.col-wid-1 {
		width: 8%;
	}
}


/*robert edited*/
.bigNumber1 {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 50px;
	height: 110px;
	line-height: 110px;
	font-size: 77px;
	color: #FFFFFF;
	background-image: url(robert-images/niche-number1.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/*robert edited*/
.bigNumber2 {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 50px;
	height: 110px;
	line-height: 110px;
	font-size: 77px;
	color: #FFFFFF;
	background-image: url(robert-images/niche-number2.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.blue {
	color: #377791;
}

.nomargin {
	margin: 0px;
}
.nomargin-t {
	margin-top: 0px;
	text-align: left;
}
.nomargin-b {
	margin-bottom: 0px;
	text-align: left;
}

a {
	color: #A81F0B;
	text-decoration: none;
}

a:hover {
	color: #B68E01;
}

p.large-videotext { font-size:20px; line-height: 30px; color:#A81F0B;  }

p.xlarge-videotext { font-size:32px; line-height: 42px; color:#A81F0B;  }