/* 
-----------------------------------------------------------------------------
Version:  1.0	
Developer: 			WebAdaptive
Email Address:		support@webadaptive.com
Developer Website:  http://www.webadaptive.com
Client Website: 	http://downloads.accuweather.com
*/
/* Table of Contents
-----------------------------------------------------------------------------
	1. Device Breaks
	2. Base Typography
	3. Bootstrap Overrides
	4. Template
*/
/* 1. DEVICE BREAKS
------------------------------------------------------------------------------*/
/* 2. Define Base Typography 
------------------------------------------------------------------------------*/
/* General Colors */
/*#000000;*/
/* Fonts */
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-regular.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-regular.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-thin.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-thin.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-thin.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-thin.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: 100;
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-medium.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-medium.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-medium.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-medium.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: 300;
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-bold.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-bold.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-bold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: bold;
}
@font-face {
  font-family: 'Solis';
  src: url('/assets/fonts/solis/solis-regular_italic.eot');
  /* IE9 Compat Modes */
  src: url('/assets/fonts/solis/solis-regular_italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/assets/fonts/solis/solis-regular_italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/assets/fonts/solis/solis-regular_italic.woff') format('woff'), /* Pretty Modern Browsers */ url('/assets/fonts/solis/solis-regular_italic.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-style: italic;
}
/* mixins */
.glow {
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0px 0px 8px #333;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#333, Strength=8);
}
.glow-white {
  text-shadow: 0 0 20px #ffffff;
}
.inner-right-glow {
  -webkit-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
}
.shadow {
  -webkit-box-shadow: 0 4px 8px 0 #1F1F1F;
  box-shadow: 0 4px 8px 0 #1F1F1F;
}
.shadow-bottom {
  -webkit-box-shadow: 0 4px 4px -2px #666;
  -moz-box-shadow: 0 4px 4px -2px #666;
  box-shadow: 0 4px 4px -2px #666;
}
.clear {
  clear: both;
}
.gradient-orange {
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
.gradient-green {
  background: #8ebd4d;
  background: -moz-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ebd4d), color-stop(50%, #8ebd4d), color-stop(51%, #82b441), color-stop(71%, #82b441), color-stop(100%, #82b441));
  background: -webkit-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -o-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -ms-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: linear-gradient(to bottom, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd4d', endColorstr='#82b441', GradientType=0);
}
html,
body {
  font-size: 1rem;
}
body {
  font-family: 'Solis', sans-serif;
  position: relative;
  background-color: #e7e8e9;
  /*background-image: url(/assets/images/bk.jpg);background-repeat: no-repeat;background-position:center center;background-attachment:fixed;
	background-size: cover;*/
}
h1,
h2,
h3,
h4 {
  color: #1F1F1F;
  font-family: 'Solis', sans-serif;
  display: block;
}
h1 {
  display: block;
  font-weight: 100;
  font-size: 2.5rem;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #f05514;
}
h2 {
  font-size: 20px;
}
h4 {
  font-weight: 200;
}
a {
  color: #f05514;
}
a:hover {
  color: #1F1F1F;
  text-decoration: none;
}
.orange {
  color: #f05514 !important;
}
.txt-lg {
  font-size: 25px;
}
.pad20 {
  padding: 20px;
}
/* 3. Bootstrap Overrides
------------------------------------------------------------------------------*/
* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.container {
  background-color: #ffffff;
}
/* max-width: 980px;  max-width: 1200px; */
.container.nopad {
  padding-left: 0px;
  padding-right: 0px;
  background: none !important;
}
.container.noback {
  background: none !important;
}
.btn-primary.active {
  -moz-box-shadow: 0 0 8px #333;
  -webkit-box-shadow: 0 0 8px #333;
  box-shadow: 0px 0px 8px #333;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#333, Strength=8);
}
.btn-primary {
  background-image: none;
  background-color: #f05514;
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-decoration: none !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #82b441;
  background: #8ebd4d;
  background: -moz-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ebd4d), color-stop(50%, #8ebd4d), color-stop(51%, #82b441), color-stop(71%, #82b441), color-stop(100%, #82b441));
  background: -webkit-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -o-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -ms-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: linear-gradient(to bottom, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd4d', endColorstr='#82b441', GradientType=0);
}
.btn-link {
  color: #f05514;
}
.breadcrumb {
  background: none;
  padding: 0px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumb li {
  padding: 0px;
  margin: 0px;
  font-size: 0.9rem;
}
.breadcrumb li a {
  color: #666;
  font-size: 0.9rem;
  padding: 0px;
  margin: 0px;
  height: 25px;
  line-height: 25px;
}
.pagination li a {
  color: #231F1F !important;
}
.pagination li.active a {
  background-color: #c8c8c8 !important;
  color: #231F1F !important;
  border: solid 1px #c8c8c8 !important;
}
.pagination li:hover a {
  background-color: #E9E9E9 !important;
  color: #231F1F !important;
  border: solid 1px #c8c8c8 !important;
}
.modal {
  z-index: 9999999;
}
.modal .modal-dialog {
  position: relative;
}
.modal .modal-dialog .close {
  z-index: 999999999;
  color: #1F1F1F;
  position: absolute;
  right: -10px;
  top: -10px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  opacity: 1;
}
.dropdown.open a.btn {
  background: none;
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
.jumbotron h1 {
  font-size: 25px;
}
.jumbotron p {
  font-size: 18px;
}
/* 4. Template
------------------------------------------------------------------------------*/
/* =========================================
   ************** HEADER  ******************
   =========================================*/
#menu {
  z-index: 999;
}
#menu .mm-counter {
  padding-right: 10px;
}
#header {
  z-index: 99999999;
  width: 100%;
  background-color: #ffffff;
}
#header .top {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}
#header .top a {
  color: #1F1F1F;
}
#header .top i {
  color: #c8c8c8;
  margin-left: 5px;
  font-size: 30px;
}
#header .top i:hover {
  color: #231F1F;
}
#header #partners {
  background-color: #eee;
  height: 50px;
}
#header #partners .logo-wrapper {
  line-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header #partners .logo-wrapper img {
  height: 40px !important;
  margin-left: 5px;
  margin-right: 5px;
}
#header #partners .container {
  background: none !important;
}
#header #partners .container .col-xs-12 {
  padding: 0px !important;
}
#header #partners .container .desc {
  margin-right: 10px;
}
#header .logo {
  position: relative;
  display: block;
  height: 100%;
  max-width: 280px;
}
#header .logo .valign {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  display: block;
}
#header .logo .valign img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
}
#header .logo .valign img.available-on {
  width: 350px;
  margin-left: 0px;
}
#header .logo.available-on {
  max-width: 350px;
  width: 350px;
}
#header .logo.available-on .valign {
  width: 350px;
}
#header .logo-callout {
  float: right;
}
#header .nav-right ul {
  list-style: none;
  float: right;
  height: 30px;
  line-height: 30px;
}
#header .nav-right ul li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
#header .nav-right ul li a {
  font-size: 0.9rem;
  text-transform: uppercase;
}
#header .nav-right ul li a:hover {
  border-bottom: 2px solid #f05514;
  color: #f05514;
}
#header .nav-right ul li:last-child {
  margin-right: 30px;
}
#header .nav-right ul li.selected a {
  color: #f05514;
}
#header .nav-right ul li.selected a:hover {
  border-bottom: 2px solid #f05514;
}
#header .nav-mobile .menu-collapse {
  display: block;
  position: relative !important;
  float: left !important;
  height: 80px;
  width: 80px;
  padding-top: 15px;
  padding-left: 10x;
  text-align: center;
  color: #f05514;
}
#header .nav-mobile .menu-collapse i {
  color: #f05514;
}
#header .nav-bottom {
  display: block;
  padding: 0px;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #1F1F1F;
  position: relative;
}
#header .nav-bottom ul.nav {
  padding-top: 5px;
}
#header .nav-bottom ul.nav li {
  margin-top: 0px;
}
#header .nav-bottom ul.nav li a {
  border-right: solid 1px #545454;
  padding: 0px;
  margin: 0px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
#header .nav-bottom ul.nav li a:hover,
#header .nav-bottom ul.nav li a:active,
#header .nav-bottom ul.nav li a:focus {
  filter: none !important;
  background-color: #f05514 !important;
}
#header .nav-bottom ul.nav li i {
  height: 30px;
  line-height: 30px;
}
#header .nav-bottom ul.nav li.active a {
  background-color: #f05514 !important;
}
#header .nav-bottom ul.nav li:last-child {
  border: none;
}
#header .nav-bottom ul.nav li:last-child a {
  border: none;
}
#header .nav-bottom ul.nav li.selected,
#header .nav-bottom ul.nav li.active {
  /*a{filter:none !important;background-color: @black !important;}*/
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: none;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li {
  padding: 0px;
  margin: 0px;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a {
  background-color: #1F1F1F !important;
  height: 40px;
  line-height: 40px;
  font-size: 0.9rem;
  text-transform: none;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a:hover,
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a:active,
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li a:focus {
  background: none;
  filter: none !important;
  background-color: #231F1F !important;
}
#header .nav-bottom ul.nav li.dropdown ul.dropdown-menu li.active a {
  background: none !important;
  filter: none !important;
  background-color: #231F1F !important;
}
#header .nav-bottom ul.nav li.dropdown.open a {
  background-color: #f05514;
}
#header .nav-bottom ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
#header .nav-bottom .nav-home {
  display: none;
}
#header .nav-bottom .search {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
}
#header .nav-bottom .search form {
  padding: 0px;
  margin: 0px;
}
#header .nav-bottom .search input {
  padding: 0px;
  margin: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #333333;
  border: none;
  color: #c8c8c8;
  padding-left: 10px;
  font-size: 12px;
  -webkit-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset -15px 0px 16px -8px rgba(0, 0, 0, 0.75);
  float: right;
}
#header .nav-bottom .search .btn {
  height: 40px;
  line-height: 30px;
  margin: 0px;
  float: right;
}
@media only screen and (max-width: 480px) {
  #header {
    height: 130px;
  }
  #header .logo {
    height: 80px;
  }
  #header .logo .valign {
    width: 220px;
  }
  #header .logo .valign img {
    width: 220px !important;
  }
  #header .logo .valign img.available-on {
    width: 220px !important;
  }
  #header .top {
    height: 80px;
  }
  #header .nav-right {
    height: 80px;
    line-height: 80px;
  }
  #header .nav-right ul {
    margin-top: 25px;
  }
  #header .logo-callout {
    margin-top: 14px;
  }
  #header #partners .desc {
    display: none;
  }
  #header #partners .logo-wrapper {
    padding-top: 10px;
  }
  #header #partners .logo-wrapper img {
    height: 30px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header {
    height: 130px;
  }
  #header .logo {
    height: 80px;
  }
  #header .logo .valign {
    width: 220px;
  }
  #header .logo .valign img {
    width: 220px !important;
  }
  #header .logo .valign img.available-on {
    width: 220px !important;
  }
  #header .top {
    height: 80px;
  }
  #header .nav-right {
    height: 80px;
    line-height: 80px;
  }
  #header .nav-right ul {
    margin-top: 25px;
  }
  #header .logo-callout {
    margin-top: 14px;
  }
  #header #partners .desc {
    display: none;
  }
  #header #partners .logo-wrapper {
    padding-top: 10px;
  }
  #header #partners .logo-wrapper img {
    height: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header {
    height: 130px;
  }
  #header .logo {
    height: 80px;
  }
  #header .logo .valign img.available-on {
    width: 300px !important;
  }
  #header .top {
    height: 80px;
  }
  #header .nav-right {
    height: 80px;
    line-height: 80px;
  }
  #header .nav-right ul {
    margin-top: 25px;
  }
  #header .logo-callout {
    margin-top: 20px;
    height: 35px !important;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #header {
    height: 200px;
  }
  #header .logo {
    height: 110px;
  }
  #header .top {
    height: 110px;
  }
  #header .nav-right {
    height: 100px;
    line-height: 110px;
  }
  #header .nav-right ul {
    margin-top: 35px;
  }
  #header .logo-callout {
    margin-top: 29px;
  }
}
@media only screen and (min-width: 1200px)  {
  #header {
    height: 200px;
  }
  #header .logo {
    height: 110px;
  }
  #header .top {
    height: 110px;
  }
  #header .nav-right {
    height: 100px;
    line-height: 110px;
  }
  #header .nav-right ul {
    margin-top: 35px;
  }
  #header .logo-callout {
    margin-top: 29px;
  }
}
#header.stuck {
  position: fixed;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #header.stuck {
    -webkit-box-shadow: 0 4px 4px -2px #666;
    -moz-box-shadow: 0 4px 4px -2px #666;
    box-shadow: 0 4px 4px -2px #666;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #header.stuck {
    -webkit-box-shadow: 0 4px 4px -2px #666;
    -moz-box-shadow: 0 4px 4px -2px #666;
    box-shadow: 0 4px 4px -2px #666;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header.stuck {
    -webkit-box-shadow: 0 4px 4px -2px #666;
    -moz-box-shadow: 0 4px 4px -2px #666;
    box-shadow: 0 4px 4px -2px #666;
  }
}
/* force header to smallest height */
.sticky-wrapper {
  height: 200px !important;
}
@media only screen and (max-width: 480px) {
  .sticky-wrapper {
    height: 130px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .sticky-wrapper {
    height: 130px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sticky-wrapper {
    height: 130px !important;
  }
}
/* =========================================
   ************** BODY  ******************
   =========================================*/
#body {
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  #body h1 {
    font-size: 35px !important;
  }
}
/* =========================================
   ************** INTERIOR  ******************
   =========================================*/
#interior .right-col-inner {
  padding: 20px;
  padding-top: 10px;
}
#interior .right-col {
  padding-bottom: 50px;
}
#interior .left-col {
  padding-left: 0px;
  padding-bottom: 50px;
  position: relative;
}
#interior .left-col .arrow {
  display: block;
  height: 40px;
  line-height: 40px;
  background-image: url(/assets/images/banner-arrow.gif);
  background-repeat: no-repeat;
  background-position: 20px top;
}
#interior .left-col .ad-specs {
  margin: 10px;
}
#interior .left-col #left-nav.stuck {
  position: fixed;
  top: 0px;
}
#interior .left-col .accordion .accordion-group .accordion-heading a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: solid 1px #c8c8c8;
  color: #1F1F1F;
}
#interior .left-col .accordion .accordion-group .accordion-heading:hover {
  background-color: #E9E9E9;
}
#interior .left-col .accordion .accordion-group .accordion-heading.selected a {
  background-color: #82b441;
  color: #ffffff;
}
#interior .left-col .accordion .accordion-group .accordion-body ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#interior .left-col .accordion .accordion-group .accordion-body ul li a {
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #E9E9E9;
}
#interior .left-col .accordion .accordion-group .accordion-body ul li a:hover {
  background-color: #c8c8c8;
}
#interior .left-col .accordion .accordion-group .accordion-heading.specs {
  margin: 10px;
}
#interior .left-col .accordion .accordion-group .accordion-heading.specs a {
  color: #ffffff;
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
#interior .left-col .accordion .accordion-group .accordion-heading.specs a:hover {
  background: #8ebd4d;
  background: -moz-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ebd4d), color-stop(50%, #8ebd4d), color-stop(51%, #82b441), color-stop(71%, #82b441), color-stop(100%, #82b441));
  background: -webkit-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -o-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: -ms-linear-gradient(top, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  background: linear-gradient(to bottom, #8ebd4d 0%, #8ebd4d 50%, #82b441 51%, #82b441 71%, #82b441 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd4d', endColorstr='#82b441', GradientType=0);
}
#interior .left-col .accordion .accordion-group .accordion-heading.selected.specs {
  background: none !important;
}
#interior .left-col .accordion .accordion-group .accordion-heading.selected.specs a {
  background: #f5783a;
  background: -moz-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5783a), color-stop(50%, #f5783a), color-stop(51%, #f05614), color-stop(71%, #f05614), color-stop(100%, #f05614));
  background: -webkit-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -o-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: -ms-linear-gradient(top, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  background: linear-gradient(to bottom, #f5783a 0%, #f5783a 50%, #f05614 51%, #f05614 71%, #f05614 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5783a', endColorstr='#f05614', GradientType=0);
}
#interior .banner.interior {
  width: 100%;
  height: 200px;
  padding-left: 0px;
  padding-right: 0px;
  background: #1F1F1F;
  position: relative;
  background-image: url(/assets/images/banner-advantage.jpg);
  background-position: center 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#interior .banner.parent_52 {
  background-position: center 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  #interior .right-col {
    padding: 0px;
  }
  #interior .banner.interior {
    height: 100px;
  }
  #interior .banner.parent_52 {
    background-image: url(/assets/images/banner-mobile-advantage.jpg);
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #interior .banner.interior {
    height: 150px;
  }
  #interior .banner.parent_52 {
    background-image: url(/assets/images/banner-mobile-advantage.jpg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #interior .banner.parent_52 {
    background-image: url(/assets/images/banner-advantage.jpg);
  }
}
@media only screen and (min-width: 1200px)  {
  #interior .banner.parent_52 {
    background-image: url(/assets/images/banner-advantage.jpg);
  }
}
/* =========================================
   ************** FOOTER  ******************
   =========================================*/
footer {
  background-color: #1F1F1F;
  color: #c8c8c8;
  padding-top: 40px;
  /* override .icon used throughout site to allow for ionicons.min.css icons*/
}
footer a,
footer a:active,
footer a:link,
footer a:visited {
  color: #c8c8c8;
}
footer a:hover {
  color: #ffffff;
}
footer i {
  color: #c8c8c8;
  margin-top: 20px;
  margin-left: 10px;
  font-size: 2.4em;
}
footer i:hover {
  color: #ffffff;
}
footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* hack */
}
footer ul li {
  color: #E9E9E9;
  display: block;
  float: left;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
}
footer ul li ul li {
  float: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-transform: none;
}
footer ul li ul li a {
  font-size: 1em;
  text-transform: none;
  color: #c8c8c8;
  padding-left: 0px;
}
footer ul li ul li a:hover {
  text-decoration: underline;
}
footer ul li ul li:first-child {
  margin-top: 20px;
}
footer ul li.visible-xs {
  display: block !important;
}
footer .icon {
  text-indent: 0px !important;
  background: none !important;
  overflow: auto !important;
}
footer .container {
  background: none !important;
}
footer .bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  footer ul li {
    display: block;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    margin-right: 0px;
  }
  footer ul li a {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
  }
  footer ul li ul li a {
    text-decoration: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  footer ul li {
    display: block;
    text-align: center;
    padding-top: 10px;
    width: 100%;
    margin-right: 0px;
  }
  footer ul li a {
    line-height: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer ul {
    margin-top: 20px;
  }
  footer ul li {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  footer ul {
    margin-top: 20px;
  }
  footer ul li {
    padding-left: 0px;
  }
}
#footer {
  background-color: #231F1F;
  padding-top: 20px;
  color: #E9E9E9;
}
#footer h4 {
  color: #c8c8c8;
  font-size: 14px;
}
#footer a {
  color: #E9E9E9;
}
#footer a:hover {
  color: #ffffff;
}
#footer i {
  color: #c8c8c8;
  margin-left: 10px;
}
#footer i:hover {
  color: #ffffff;
}
#footer h2 {
  color: #c8c8c8;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#footer .logo-footer {
  padding: 20px;
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
#footer .top {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .top ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footer .top ul li {
  display: block;
  float: left;
  width: 45%;
  margin-left: 10px;
  margin-right: 10px;
}
#footer .top ul li a {
  color: #c8c8c8;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .top ul li ul li {
  float: none;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .top ul li ul li a {
  font-size: 12px;
  text-transform: none;
}
#footer .top ul li ul li a:hover {
  text-decoration: underline;
}
#footer .top ul li ul li:first-child {
  margin-top: 20px;
}
#footer .top .nav-home {
  display: none;
}
#footer .top .nav-success-stories {
  display: none;
}
#footer .top .nav-custom-analytics {
  display: none;
}
#footer .bottom {
  min-height: 60px;
  padding-top: 20px;
  background-color: #1F1F1F;
  color: #E9E9E9;
}
#footer .bottom ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer .bottom ul li {
  float: left;
  border-right: solid 1px #231F1F;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .bottom ul li a {
  color: #c8c8c8;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  #footer h4 {
    text-align: center;
  }
  #footer ul li {
    display: block;
    border: none;
    padding: 0px;
    text-align: center;
    padding-top: 10px;
  }
  #footer ul li a {
    line-height: 30px;
    height: 30px;
  }
  #footer .right-col {
    margin-top: 30px;
  }
  #footer .top ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer ul li {
    text-align: center;
  }
  #footer h4 {
    text-align: center;
  }
  #footer li {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #footer ul li {
    text-align: center;
  }
}
/* =========================================
   ************** HOMEPAGE  ******************
   =========================================*/
#homepage .carousel-wrapper {
  background-image: url(/assets/images/bk-overlay.png);
}
#homepage .carousel-wrapper .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
#homepage .carousel.main {
  z-index: 1;
  height: 500px;
  overflow: hidden;
  margin-top: 0px;
}
#homepage .carousel.main .carousel-caption {
  display: block;
  top: 30%;
  z-index: 999;
  width: 350px;
  height: 200px;
  background-color: #ffffff !important;
  padding: 14px;
  text-align: left;
  text-shadow: none;
  /*background-image: url(/assets/images/captionbk.png); */
  background-position: right bottom;
  background-repeat: no-repeat;
}
#homepage .carousel.main .carousel-caption .title {
  color: #1F1F1F;
  font-size: 1.5rem;
  line-height: 25px;
  border-bottom: solid 1px #989898;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#homepage .carousel.main .carousel-caption .description {
  color: #333;
  font-size: 0.9rem;
}
#homepage .carousel.main .carousel-caption .ico {
  position: absolute;
  display: block;
  height: 94px;
  width: 94px;
  background-position: center center;
  background-repeat: no-repeat;
}
#homepage .carousel.main .carousel-caption .ico.left {
  top: 0px;
  left: -94px;
}
#homepage .carousel.main .carousel-caption .ico.right {
  top: 0px;
  right: -94px;
}
#homepage .carousel.main .carousel-caption .ico.top-left {
  left: 0px;
  top: -66px;
  height: 66px;
  width: 66px;
}
#homepage .carousel.main .carousel-caption .ico.top-right {
  right: 0px;
  top: -66px;
  height: 66px;
  width: 66px;
}
#homepage .carousel.main .carousel-caption .ico.green {
  background-color: #82b441;
}
#homepage .carousel.main .carousel-caption .ico.orange {
  background-color: #f05514;
}
#homepage .carousel.main .carousel-caption .ico.black {
  background-color: #1F1F1F;
}
#homepage .carousel.main .carousel-caption .ico.blue {
  background-color: #00afbe;
}
#homepage .carousel.main .carousel-caption .ico.unbrella {
  background-image: url(/assets/images/icon-unbrella.jpg);
}
#homepage .carousel.main .carousel-caption .ico.world {
  background-image: url(/assets/images/icon-world.jpg);
}
#homepage .carousel.main .carousel-caption .ico.sun {
  background-image: url(/assets/images/icon-sun.jpg);
}
#homepage .carousel.main .carousel-caption .ico.screen {
  background-image: url(/assets/images/icon-screen.jpg);
}
#homepage .carousel.main .carousel-caption .ico.snowflake {
  background-image: url(/assets/images/icon-snowflake.jpg);
}
#homepage .carousel.main .carousel-caption .ico.thermometer {
  background-image: url(/assets/images/icon-thermometer.jpg);
}
#homepage .carousel.main .carousel-caption.right {
  left: 65%;
}
#homepage .carousel.main .carousel-control {
  z-index: 99999;
}
#homepage .carousel.main .carousel-control.left {
  left: -50px;
}
#homepage .carousel.main .carousel-control.right {
  right: -50px;
}
#homepage .carousel.main .item {
  height: 500px;
}
#homepage .callout {
  background-color: none;
  margin-bottom: 10px;
  max-width: 320px;
}
#homepage .callout .callout-footer {
  background-color: #f05514;
}
#homepage .callout .callout-footer .title {
  display: block;
  height: 37px;
  line-height: 37px;
  color: #ffffff;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  #homepage .carousel.main {
    height: 200px;
    margin-top: 0px;
    /*.item.slide1{background-position: right bottom !important;}
			 .item.slide2{background-position: left center !important;}
			 .item.slide3{background-position: left bottom !important;}
			 .item.slide4{background-position: left bottom !important;}*/
  }
  #homepage .carousel.main .carousel-caption {
    top: 20px;
  }
  #homepage .carousel.main .carousel-caption img {
    width: 200px;
  }
  #homepage .carousel.main .pull-right {
    right: -50px;
  }
  #homepage .carousel.main .pull-left {
    left: -50px;
  }
  #homepage .carousel.main .item {
    height: 200px;
  }
  #homepage .carousel.main .carousel-control.left {
    left: 0px;
  }
  #homepage .carousel.main .carousel-control.right {
    right: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #homepage .carousel.main {
    height: 300px;
    /*.item.slide1{background-position: right bottom !important;}
			 .item.slide2{background-position: left center !important;}
			 .item.slide3{background-position: left bottom !important;}
			 .item.slide4{background-position: left bottom !important;}*/
  }
  #homepage .carousel.main .item {
    height: 300px;
  }
  #homepage .carousel.main .carousel-control.left {
    left: 0px;
  }
  #homepage .carousel.main .carousel-control.right {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #homepage .carousel.main {
    height: 400px;
    /*.item.slide1{background-position: right bottom !important;}
			 .item.slide2{background-position: left center !important;}
			 .item.slide3{background-position: left bottom !important;}
			 .item.slide4{background-position: left bottom !important;}*/
  }
  #homepage .carousel.main .item {
    height: 400px;
  }
  #homepage .carousel.main .carousel-caption {
    top: 25%;
    left: 10%;
  }
  #homepage .carousel.main .carousel-caption.left {
    left: 10%;
  }
  #homepage .carousel.main .carousel-caption.right {
    left: 60%;
  }
  #homepage .carousel.main .carousel-control.left {
    left: -10px;
  }
  #homepage .carousel.main .carousel-control.right {
    right: -10px;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #homepage .carousel.main .carousel-caption {
    left: 15%;
  }
}
@media only screen and (min-width: 1200px)  {
  #homepage .carousel.main .carousel-caption {
    left: 15%;
  }
  #homepage .carousel.main .item {
    background-position: center 20%;
  }
}
@media only screen and (min-width: 1600px)  {
  #homepage .carousel.main .item {
    background-position: center 30%;
  }
}
/**  
================================
ICONS
================================ **/
.icon {
  display: inline-block;
  text-indent: 3000px;
  background: url('/assets/images/sprites-icons.png');
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
}
.icon.small {
  height: 23px;
  width: 23px;
  margin-right: 8px;
}
.icon.large {
  height: 44px;
  width: 44px;
  margin-right: 8px;
}
.icon.small.facebook {
  background-position: 0px 0px;
}
.icon.small.facebook:hover {
  background-position: 0px -23px;
}
.icon.small.twitter {
  background-position: -23px 0px;
}
.icon.small.twitter:hover {
  background-position: -23px -23px;
}
.icon.small.linkedin {
  background-position: -46px 0px;
}
.icon.small.linkedin:hover {
  background-position: -46px -23px;
}
.icon.small.youtube {
  background-position: -69px 0px;
}
.icon.small.youtube:hover {
  background-position: -69px -23px;
}
.icon.large.facebook {
  background-position: 0px -46px;
}
.icon.large.facebook:hover {
  background-position: 0px -90px;
}
.icon.large.twitter {
  background-position: -44px -90px;
}
.icon.large.twitter:hover {
  background-position: -44px -46px;
}
.icon.large.linkedin {
  background-position: -88px -90px;
}
.icon.large.linkedin:hover {
  background-position: -88px -46px;
}
.icon.large.youtube {
  background-position: -132px -46px;
}
.icon.large.youtube:hover {
  background-position: -132px -90px;
}
.icon.place {
  background-position: -40px -230px;
  height: 40px;
  width: 40px;
}
.icon.voice {
  background-position: 0px -230px;
  height: 40px;
  width: 40px;
}
.icon.chart {
  background-position: -80px -230px;
  height: 40px;
  width: 40px;
}
.icon.arrow-down {
  height: 60px;
  width: 60px;
  background-position: -103px -137px;
}
.icon.play {
  height: 56px;
  width: 56px;
  background-position: 0px -430px;
}
.icon.pdf {
  background-image: url('/assets/images/sprites-file-types.png');
  height: 50px;
  width: 50px;
  background-position: -50px 0px;
}
.icon.doc {
  background-image: url('/assets/images/sprites-file-types.png');
  height: 50px;
  width: 50px;
  background-position: 0px 0px;
}
.icon.dotx {
  background-image: url('/assets/images/sprites-file-types.png');
  height: 50px;
  width: 50px;
  background-position: 0px 0px;
}
.icon.docx {
  background-image: url('/assets/images/sprites-file-types.png');
  height: 50px;
  width: 50px;
  background-position: 0px 0px;
}
.icon.eps {
  background-image: url('/assets/images/sprites-file-types.png');
  height: 50px;
  width: 50px;
  background-position: 0px -50px;
}
.icon.xls {
  background-image: url('/assets/images/sprites-file-types.png');
  height: 50px;
  width: 50px;
  background-position: -50px -50px;
}
/* =========================================
   ************** FAQ ************** 
   =========================================*/
#faq .panel-heading:hover {
  background: none;
  background-color: #f05514 !important;
  color: #ffffff !important;
}
#faq .panel-heading:hover a {
  color: #ffffff !important;
}
#faq .panel-heading.active {
  background: none !important;
  background-color: #f05514 !important;
  color: #ffffff !important;
}
#faq .panel-heading.active a {
  color: #ffffff !important;
}
/* =========================================
   ************** SEARCH  PAGE ************** 
   =========================================*/
#search .results .row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c8c8c8;
}
#search .results i {
  font-size: 120px;
}
/* =========================================
   ********  SITEMAP  PAGE ********** 
   =========================================*/
#sitemap ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#sitemap ul li {
  float: left;
  width: 30%;
  margin: 10px;
  text-align: center;
}
#sitemap ul li a {
  color: #1F1F1F;
  font-size: 20px;
}
#sitemap ul li ul {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  padding: 10px;
  background-color: #E9E9E9;
}
#sitemap ul li ul li {
  float: none;
  width: 100%;
  padding: 5px;
  padding-left: 10px;
  text-align: left;
}
#sitemap ul li ul li a {
  color: #f05514;
  font-size: 14px;
}
#sitemap ul li ul li ul {
  background-color: none;
  padding: 0px;
  margin: 0px;
}
#sitemap ul li ul li ul li {
  background-color: none;
  padding: 5px;
  margin: 0px;
  padding-left: 20px;
}
#sitemap .nav-home {
  display: none;
}
#sitemap .nav-success-stories {
  display: none;
}
@media only screen and (max-width: 480px) {
  #sitemap ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #sitemap ul li {
    width: 100%;
  }
}
/**  
================================
ELEMENT WRAPPER - NEWS
================================ **/
.panel.article {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.panel.article ul li a {
  color: #f05514;
}
.panel.article ul li .more {
  color: #231F1F;
}
/* mini */
.panel.article.mini h4.panel-heading {
  background: none !important;
  filter: none;
  text-align: center;
}
.panel.article.mini ul li {
  text-align: center;
}
.panel.article.mini ul li a {
  color: #1F1F1F;
}
.panel.article.mini ul li:hover {
  background-color: #73AB1B;
}
.panel.article.mini ul li:hover a {
  color: #fff;
}
.panel.article.mini ul li.first {
  background-color: #73AB1B;
}
.panel.article.mini ul li.first a {
  color: #fff;
}
/* large */
.panel.article.large ul li a.title {
  font-size: 18px;
}
.panel.article.large ul li.odd {
  background-color: #E9E9E9;
}
/**  
================================
   ************** ELEMENT - FORMS  *********** 
================================ **/
.dform {
  background-color: #eee;
  padding: 30px;
}
.dform input {
  display: block;
  height: 25px;
  width: 400px;
}
.dform textarea {
  display: block;
  width: 400px;
  border: solid 1px #ccc;
}
.dform input[type=text] {
  padding: 5px;
}
.dform .dform_container {
  float: left;
  vertical-align: top;
  position: relative;
}
.dform .dform_element {
  padding: 0px;
  margin: 0px;
  min-height: 40px;
  vertical-align: top;
  margin-bottom: 5px;
}
.dform .dform_element label {
  display: block;
  float: left;
  width: 190px;
}
.dform .dform_error {
  display: block;
  width: 400px;
  background-color: #fff;
  padding: 5px;
  color: red;
  float: left;
  font-weight: bold;
  clear: left;
}
.dform .submit {
  background-color: #f05514;
  border: none;
  color: #ffffff;
  height: 40px;
}
.dform .submit_button {
  position: relative;
  text-align: center;
  display: block;
  width: 600px;
  padding: 10px;
}
.dform .submit_button .dform_container {
  position: absolute;
  display: inline-block;
  width: 150px;
  left: 40%;
}
.dform .submit_button input {
  display: block;
  width: 150px;
}
.dform ul.radios {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.dform ul.radios li {
  display: inline-block !important;
  float: left !important;
  margin: 0px;
  padding: 3px;
  height: 20px;
  line-height: 20px;
  width: 70px;
  border-bottom: 0px solid #fff;
  padding-left: 35px;
}
.dform ul.radios li input {
  height: 15px;
  width: 15px;
}
.dform ul.radios li label {
  display: block;
  width: 70px;
  position: relative;
  padding-left: 20px;
}
.dform ul.radios li input {
  position: absolute;
  float: left !important;
  left: 0px;
}
@media only screen and (max-width: 480px) {
  .dform input {
    width: 100%;
  }
  .dform .dform_element {
    width: 90% !important;
  }
  .dform .dform_element label {
    float: none;
  }
  .dform .dform_container {
    width: 100% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .dform input {
    width: 100%;
  }
  .dform .dform_element {
    width: 90% !important;
  }
  .dform .dform_element label {
    float: none;
  }
  .dform .dform_container {
    width: 100% !important;
  }
}
/* =====================================================
   ************** ELEMENT - LIST VIDEOS  *********** 
   =====================================================*/
.list-videos .thumb {
  position: relative;
}
.list-videos .thumb .play {
  position: absolute;
  left: 45%;
  top: 40%;
  display: none;
  opacity: 0.5;
}
.list-videos .thumb .play i {
  font-size: 3em;
  color: #1F1F1F;
}
.list-videos .thumb:hover .play {
  display: block;
}
.list-videos.mini {
  border: none;
}
.list-videos.mini li {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 480px), only screen and (min-width: 480px) and (max-width: 768px) {
  .list-videos.mini {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and  (max-width: 1200px), only screen and (min-width: 1200px)  {
  .list-videos.mini .thumb .play {
    left: 40%;
    top: 30%;
  }
  .list-videos.mini .thumb .play i {
    font-size: 2em;
  }
}
/* =================================================================
   ************** ELEMENT - VIDEO DETAIL PAGE *********** 
   =================================================================*/
#video .BrightcoveExperience {
  position: relative !important;
  width: 100% !important;
}
/* =========================================
   ************** ELEMENT - BRIGHCOVE  *********** 
   =========================================*/
.outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**  
================================
ELEMENTS carousel VIDEOS 
================================ **/
.modal {
  z-index: 999999999999;
}
.carousel.videos .item .col .thumb {
  position: relative;
}
.carousel.videos .item .col .thumb .play {
  display: none;
  position: absolute;
  left: 45%;
  top: 30%;
}
.carousel.videos .item .col .title {
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}
.carousel.videos .item .col:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.carousel.videos .item .col:hover .thumb .play {
  display: block;
}
.carousel.videos .carousel-control.left,
.carousel.videos .carousel-control.right {
  background-image: none;
  top: 35%;
}
@media only screen and (max-width: 480px) {
  .carousel.videos .item .thumb .play {
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .carousel.videos .item .thumb .play {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .carousel.videos .item .thumb .play {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .carousel.videos .item .thumb .play {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px)  {
  .carousel.videos .item .thumb .play {
    font-size: 35px;
  }
}
