/* CSS Document */
/*
Theme Name:   Burning Red Master Theme
Theme URI:    http://www.burningredstudio.co.uk
Version:    1.0
Author:     Burning Red
Author URI:   http://www.burningredstudio.co.uk
*/
@font-face {
  font-family: 'panamefy-regular';
  src: url("/euf/assets/themes/standard/custom/fonts/panamefy-regular.eot");
  src: url("/euf/assets/themes/standard/custom/fonts/panamefy-regular.eot?#iefix") format("embedded-opentype"), url("/euf/assets/themes/standard/custom/fonts/panamefy-regular.woff2") format("woff2"), url("/euf/assets/themes/standard/custom/fonts/panamefy-regular.woff") format("woff"), url("/euf/assets/themes/standard/custom/fonts/panamefy-regular.ttf") format("truetype"), url("/euf/assets/themes/standard/custom/fonts/panamefy-regular.svg#panamefy-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texta-book';
  src: url("/euf/assets/themes/standard/custom/fonts/texta-book.eot");
  src: url("/euf/assets/themes/standard/custom/fonts/texta-book.eot?#iefix") format("embedded-opentype"), url("/euf/assets/themes/standard/custom/fonts/texta-book.woff2") format("woff2"), url("/euf/assets/themes/standard/custom/fonts/texta-book.woff") format("woff"), url("/euf/assets/themes/standard/custom/fonts/texta-book.ttf") format("truetype"), url("/euf/assets/themes/standard/custom/fonts/texta-book.svg#texta-book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texta';
  src: url("/euf/assets/themes/standard/custom/fonts/texta-regular.eot");
  src: url("/euf/assets/themes/standard/custom/fonts/texta-regular.eot?#iefix") format("embedded-opentype"), url("/euf/assets/themes/standard/custom/fonts/texta-regular.woff2") format("woff2"), url("/euf/assets/themes/standard/custom/fonts/texta-regular.woff") format("woff"), url("/euf/assets/themes/standard/custom/fonts/texta-regular.ttf") format("truetype"), url("/euf/assets/themes/standard/custom/fonts/texta-regular.svg#texta-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texta-bold';
  src: url("/euf/assets/themes/standard/custom/fonts/texta-bold.eot");
  src: url("/euf/assets/themes/standard/custom/fonts/texta-bold.eot?#iefix") format("embedded-opentype"), url("/euf/assets/themes/standard/custom/fonts/texta-bold.woff2") format("woff2"), url("/euf/assets/themes/standard/custom/fonts/texta-bold.woff") format("woff"), url("/euf/assets/themes/standard/custom/fonts/texta-bold.ttf") format("truetype"), url("/euf/assets/themes/standard/custom/fonts/texta-bold.svg#texta-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: texta-book, Verdana, Geneva, sans-serif;
  color: #666666;
  background: #fff;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  text-rendering: optimizeLegibility;
  width: 100%;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  -webkit-overflow-scrolling: auto;
}

a {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  color: #ff141a;
  text-decoration: underline;
}

a:hover {
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -ms-transition: All 0.3s ease;
  transition: All 0.3s ease;
  color: #ff141a;
  text-decoration: none;
}

h1 {
  line-height: 140%;
  margin-bottom: 1em;
  font-size: 2.6em;
  font-family: texta-regular, Verdana, Geneva, sans-serif;
  color: #666666;
  font-weight: normal;
}

h2 {
  line-height: 130%;
  margin-bottom: 1em;
  font-size: 2.2em;
  font-family: texta-regular, Verdana, Geneva, sans-serif;
  color: #666666;
  font-weight: normal;
}

h3 {
  line-height: 130%;
  margin-bottom: 1em;
  font-size: 1.8em;
  font-family: texta-regular, Verdana, Geneva, sans-serif;
  color: #666666;
  font-weight: normal;
}

h4 {
  line-height: 125%;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-family: texta-regular, Verdana, Geneva, sans-serif;
  color: #666666;
  font-weight: normal;
}

h5 {
  line-height: 120%;
  margin-bottom: 1em;
  font-size: 1.3em;
  font-family: texta-regular, Verdana, Geneva, sans-serif;
  color: #666666;
  font-weight: normal;
}

h6 {
  line-height: 115%;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-family: texta-regular, Verdana, Geneva, sans-serif;
  color: #666666;
  font-weight: normal;
}

td {
  font-size: 18px;
}

.subheader {
  color: #777;
}

.normal {
  font-weight: normal;
}

.bolder {
  font-weight: bolder;
}

p {
  margin: 0em 0 1.5em 0;
  font-size: 18px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

iframe {
  width: 100%;
}

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 1em;
  color: #000;
  font-style: italic;
  margin: 0;
}

blockquote {
  margin: 10px 0px 10px 0px;
  padding: 2em 5% 2em 5%;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0% 30px;
  font-size: 1em;
}

blockquote cite {
  display: block;
  font-size: 1em;
  color: #709000;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #709000;
}

hr {
  border-width: 1px;
  clear: both;
  margin: 50px 25%;
  height: 0;
  border-color: #ededed;
  background-color: transparent;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.button_one a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0 12px;
  background-color: none;
}

.button_two a {
  color: #ededed;
  border: 1px solid #FBB710;
  padding: 5px 12px;
  background-color: #FBB710;
}

.button_two a:hover {
  background-color: #EEA900;
}

.button_three a {
  color: #333333;
  border: 1px solid #333333;
  padding: 0 12px;
  background-color: none;
}

.button_three a:hover {
  color: #fff;
  border: 1px solid #333333;
  background-color: #333333;
}

input {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  width: 80%;
  padding: 10px 12px;
  margin: 0px 0;
  font-family: texta-book, Verdana, Geneva, sans-serif;
}

input:focus {
  outline: none;
}

input[type=submit] {
  color: #333333;
  border: 1px solid #FBB710;
  padding: 10px 12px;
  background-color: #FBB710;
  font-size: 1em;
  display: block;
  width: 60%;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

input[type=submit]:hover {
  background-color: #EEA900;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

textarea {
  background-color: #ededed;
  border: 1px solid #ededed;
  width: 80%;
  padding: 10px 12px;
  margin: 0px 0;
  font-family: texta-book, Verdana, Geneva, sans-serif;
}

button {
  color: #333333;
  border: 1px solid #FBB710;
  padding: 10px 12px;
  margin: 0;
  background-color: #FBB710;
  font-size: 1em;
  display: block;
  width: 60%;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

button:hover {
  background-color: #EEA900;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  width: 98%;
  background-color: #fff;
  background-image: url("/euf/assets/themes/standard/custom/images/down_arrow.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  border: 1px solid #ededed;
  color: #555;
  font-size: inherit;
  margin: 0px 0 30px 0;
  overflow: hidden;
  padding: 15px 2%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

input[type=radio] {
  -webkit-appearance: radio;
}

/* Lists */
ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 24px;
}

ul.large li {
  line-height: 24px;
}

li p {
  line-height: 24px;
}

/* Dev stuff */
#rn_DevelopmentHeader {
  position: fixed !important;
  width: 5px;
}

/* Slider */
/*

#slider {
    margin-bottom: 0;
  position:relative;
  z-index:1;
}

#slider .slides {
    margin-bottom: 0;
    height: $sliderfallback;
    height: $sliderheight;
}

#slider .slides li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: $sliderfallback;
    height: $sliderheight;
  background-position:50% 50%;
}

#slider .row {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 728px;
  padding-top:80px;
  padding-top:10vh;
}

#slider .row .Left{
  float:left;
  width:45%;
  margin-left:5%
}

#slider .row .Right{
  float:right;
  width:45%;
  padding-left:50%;
  margin-right:5%;
}

#slider .row .Center{
  padding:0 20%;
  text-align:center;
  width:60%;
}

#slider .row .Full{
  padding:0 10%;
  width:80%;
}


#slider .Light h2 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  color:$white;
  text-shadow: 0px 0px 20px #000;
}

#slider .Light h3 {
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
  color:$white;
  text-shadow: 0px 0px 20px #000;
}

#slider .Light a{
  @include border-radius(5px);
  color:$white;
  padding:10px 5%;
  text-shadow: 0px 0px 20px #000;
    background: $secondcolor;
}

#slider .Light a:hover{
  color:$white;
    background: $secondcolor;

}

#slider .Light p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 20px;
  color:$white;
  text-shadow: 0px 0px 20px #000;
}

#slider .Dark h2 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  color:#000;
}

#slider .Dark h3 {
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
  color:#000;
}

#slider .Dark p {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 20px;
  color:#000;
}


#slider .Dark a{@include border-radius(5px);
  color:$white;
  padding:5px 5%;
  text-shadow: 0px 0px 20px #000;
    background: $secondcolor;
}

#slider .Dark a:hover{
  color:$white;
    background: $secondcolor;
}

.flexslider {
    position: relative;
}
.flexslider ul.flex-direction-nav {
    display: none;
}
.flexslider .flex-direction-nav {
    position: absolute;
    text-indent: -10000px;
    top: 0;
    width: 100%;
}
.flexslider .flex-direction-nav .flex-prev {
    background-image: url("https://familypoint.cymru/wp-content/themes/FamilyPoint_ENG/images/arrow-left.png");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 50px;
    left: 10px;
    opacity: 0.5;
    position: absolute;
    top: 170px;
    width: 30px;
  padding:15px!important;
  z-index:10;
  @include transition(All 0.3s ease);
}
.flexslider .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  @include transition(All 0.3s ease);
}
.flexslider .flex-direction-nav .flex-next {
    background-image: url("https://familypoint.cymru/wp-content/themes/FamilyPoint_ENG/images/arrow-right.png");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 50px;
    right: 10px;
    opacity: 0.5;
    position: absolute;
    top: 170px;
  @include transition(All 0.3s ease);
    width: 30px;
  padding:15px!important;
  z-index:10;
}
.flexslider .flex-direction-nav .flex-next:hover {
    opacity: 1;
  @include transition(All 0.3s ease);
}

*/
/* Header */
#header {
  background-color: #ff141a;
  position: fixed;
  top: 0;
  z-index: 9999;
}

#header .mobile_nav {
  display: none;
}

#header .mobile_nav_right {
  display: none;
}

#header .row {
  margin-bottom: 0;
  position: relative;
}

#header #logo {
  width: 135px;
  height: 72px;
  margin: 10px auto;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header .home_button {
  margin-top: 25px;
  border: 1px solid #fff;
  margin-right: 6px;
}

#header .home_button img {
  height: 21px;
  width: 24px;
  padding: 5px;
}

#header .link_button {
  margin-top: 25px;
  border: 1px solid #fff;
  margin-right: 6px;
}

#header .link_button a {
  padding: 5px;
  display: block;
  height: 21px;
}

#header .mobile_nav_right .home_button img {
  padding-right: 0px;
}

/* Nav */
#nav {
  display: none;
  position: fixed;
  top: 100px;
  z-index: 9999;
  background-color: #333333;
  color: #fff;
}

#nav .row {
  margin-bottom: 0;
}

#nav .row ul {
  margin-bottom: 0;
}

#nav .menu-top {
  display: none;
}

#nav .menu-content ul li {
  display: inline;
}

#nav .menu-content ul li a {
  color: #fff;
  text-align: center;
  padding: 10px 1% 10px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 0.9em;
}

#nav .menu-content ul li a small {
  display: none;
}

/* Feat head */
#feat_head {
  height: auto;
  min-height: 250px;
  overflow: hidden;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/euf/assets/themes/standard/custom/images/sample.jpg);
  margin: 90px 0 0 0;
}

#feat_head .head_box {
  background-color: rgba(0, 0, 0, 0.5);
  width: 45%;
  min-width: 350px;
  float: left;
  color: #fff;
  margin: 110px 0 50px 0;
  margin: 10vh 0 5vh 0;
  padding: 24px 40px 28px;
  padding: 24px 3% 28px 2%;
}

#feat_head .head_box h2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: panamefy-regular, "Brush Script MT", cursive;
}

#feat_head input {
  width: calc(100% - 118px);
  float: left;
  border-radius: 0;
  -webkit-appearance: none;
}

#feat_head .yui3-aclist-content .ui-widget-content.ui-menu .ui-menu-item a {
  color: #666666 !important;
}

#feat_head button {
  width: 90px;
  float: left;
}

.ui-menu .ui-menu-item {
  padding: 10px;
}

.ui-menu .ui-menu-item a {
  font-family: texta-regular, Verdana, Geneva, sans-serif;
  padding: 0 !important;
  text-decoration: none;
}

.ui-menu .ui-menu-item a p {
  font-weight: normal;
  font-size: 14px;
  padding: 0 !important;
}

.ui-menu .ui-menu-item div p a {
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  padding: 0 !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0 !important;
}

.ui-menu li.ui-menu-item p {
  margin: 0;
  font-size: 14px;
}

/* Tactical Message */
.flex-direction-nav {
  display: none;
}

.flex-viewport .slide_banner {
  width: 100%;
  float: left;
}

.flex-viewport {
  margin-top: 0px;
}

.flex-control-paging {
  text-align: center;
  margin-top: 18px;
  width: 78px;
  margin-left: 30px;
  float: left;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #333333;
}

.flex-control-nav li {
  display: inline;
  margin: 0 7px;
}

.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
  background-color: #fff;
  border: 1px solid #fff;
}

.flex-control-nav li a {
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #333333;
  border: 1px solid #fff;
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 0;
  padding-top: 10px;
  text-align: center;
}

#slider {
  margin-bottom: 0;
}

#promo {
  background-color: #333333;
  color: #fff;
  margin-bottom: 0px;
}

#promo .row {
  margin-bottom: 0;
}

#promo .hov_wrap p {
  font-size: 16px;
  margin: 0 0 0px 0;
  padding-right: 0px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
  -webkit-transition: All 0s ease;
  -moz-transition: All 0s ease;
  -o-transition: All 0s ease;
  -ms-transition: All 0s ease;
  transition: All 0s ease;
}

#promo .hov_wrap div {
  font-size: 16px;
  margin: 0 0 0px 0;
  padding-right: 0px;
  position: relative;
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  width: 98%;
  -webkit-transition: All 0s ease;
  -moz-transition: All 0s ease;
  -o-transition: All 0s ease;
  -ms-transition: All 0s ease;
  transition: All 0s ease;
}

#promo p:empty {
  display: none;
}

#promo:hover p {
  margin-left: 0px;
}

#promo .hov_wrap {
  position: relative;
  /*  max-height: 26px; */
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  width: 96%;
  padding-right: 4%;
}

#promo .hov_wrap:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0px;
  padding: 20px;
  background-image: url(/euf/assets/themes/standard/custom/images/icons/arrow-white.png);
  background-size: 11px;
  background-repeat: no-repeat;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#promo.active .hov_wrap:after {
  background-image: url(/euf/assets/themes/standard/custom/images/icons/arrow-white-up.png);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.active#promo p {
  max-width: 96%;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}

/*

.promo_slide#promo #slider p:after{
  top:5px;
  right:0;
  padding: 7px;
  font-style: normal;
}

*/
.promo_slide#promo ul li .hov_wrap.active p:after {
  content: "";
}

.promo_slide#promo ul li {
  height: 28px;
  /*    max-height: 30px; */
  font-size: 16px;
  margin: 16px 0 50px 0;
  overflow: hidden;
  /*  width: 89%!important;
    width: calc(100% - 18px)!important; */
  display: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.promo_slide#promo ul li {
  max-height: 28px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.promo_slide#promo.active ul li .hov_wrap {
  height: auto;
  max-height: 5000px;
  overflow: visible;
  white-space: normal;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.promo_slide#promo ul li.flex-active-slide {
  display: block;
  height: 28px;
  max-height: 5000px;
}

.promo_slide#promo ul li.active.flex-active-slide {
  height: 28px;
  max-height: 5000px;
}

.promo_slide.active#promo ul li.flex-active-slide {
  display: block;
  height: auto;
  max-height: 5000px;
}

.promo_slide#promo ul li .open_button {
  position: absolute;
  top: 0;
  right: 0px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.promo_slide#promo ul li a {
  font-size: 12px;
  color: #333333;
  background-color: #FBB710;
  padding: 6px 10%;
  margin: 0 3px;
  display: inline-block;
}

.promo_slide#promo ul li a:hover {
  background-color: #EEA900;
}

/* Main Body */
.main_body {
  margin-top: 60px;
  margin-bottom: 0;
}

.main_body.no_head {
  margin-top: 180px;
}

.loop_item {
  margin-bottom: 50px;
}

.loop_item a {
  color: #666666;
  text-decoration: none;
}

.loop_item .loop_image {
  height: auto;
  min-height: 150px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.loop_item .loop_image_inside {
  height: auto;
  min-height: 150px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  -webkit-transform: translate(0px, 0);
  -webkit-transition: -webkit-transform 0.8s ease;
  -moz-transform: translate(0px, 0);
  -moz-transition: -moz-transform 0.8s ease;
  transform: translate(0px, 0);
  transition: -webkit-transform 0.8s ease;
}

.loop_item:hover .loop_image_inside {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.loop_item .loop_image_inside:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.loop_item:hover .loop_image_inside:before {
  opacity: 0.6;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.loop_item .loop_image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.loop_item h3 {
  margin-bottom: 5px;
}

.loop_item p {
  margin-bottom: 15px;
}

.loop_item .button_three {
  color: #666666;
  background-color: #fff;
  border: 1px solid #666666;
  padding: 4px 12px;
  display: inline-block;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.loop_item .button_three:hover {
  color: #fff;
  background-color: #333333;
  border: 1px solid #333333;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.two_col .loop_item {
  width: 48%;
  margin-right: 4%;
}

.two_col .loop_item:nth-child(2n+0) {
  margin-right: 0;
}

.two_col .loop_item:nth-child(2n+1) {
  clear: both;
}

.three_col .loop_item {
  width: 30.66%;
  margin-right: 4%;
}

.three_col .loop_item:nth-child(3n+0) {
  margin-right: 0;
}

.three_col .loop_item:nth-child(3n+1) {
  clear: both;
}

.four_col .loop_item {
  width: 22%;
  margin-right: 4%;
}

.four_col .loop_item:nth-child(4n+0) {
  margin-right: 0;
}

.four_col .loop_item:nth-child(4n+1) {
  clear: both;
}

/* cta_area */
#cta_section {
  background-color: #ededed;
  margin-bottom: 0;
}

#cta_section .row {
  margin-bottom: 0;
  padding: 75px 0 80px 0;
}

#cta_section .row .one_half {
  margin-bottom: 0;
}

#cta_section h3 {
  margin-bottom: 10px;
}

#cta_section .full_width {
  margin-bottom: 0;
}

#cta_section .cta_area {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}

#cta_section .cta_area .cta_area_image {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

#cta_section .cta_area:hover .cta_area_image {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

#cta_section .cta_area .cta_area_image:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

#cta_section .cta_area:hover .cta_area_image:before {
  opacity: 0.6;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

#cta_section a {
  text-decoration: none;
  position: relative;
}

#cta_section a .cta_area h3 {
  font-family: texta-book, Verdana, Geneva, sans-serif;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: auto;
  display: block;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

#cta_section a:hover .cta_area h3 {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

#cta_section .cta_area {
  width: 23.5%;
  min-height: 150px;
  margin-right: 2%;
  float: left;
}

#cta_section ul li {
  margin-bottom: 0;
}

#cta_section ul li:nth-child(1) a .cta_area {
  min-height: 317px;
}

#cta_section ul li:nth-child(3) a .cta_area {
  width: 49%;
  margin-right: 0%;
}

#cta_section ul li:nth-child(6) a .cta_area {
  margin-right: 0%;
}

#cta_section .button_three a {
  padding: 4px 12px;
}

#cta_section .one_half.last .one_half.height_half {
  margin-right: 5%;
}

/* sidebar */
.sidebar small {
  display: none;
}

.sidebar ul {
  margin-bottom: 0;
}

.sidebar ul ul {
  margin: 0px 0;
}

.sidebar ul li {
  line-height: 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ededed;
}

.sidebar ul li.active {
  background-color: #ff141a;
  color: #fff;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  font-weight: bold;
}

.sidebar ul li.active ul li.active {
  background-color: #ff141a;
  color: #fff;
  font-family: texta-book, Verdana, Geneva, sans-serif;
}

.sidebar ul li.active a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.sidebar ul li.active ul li a {
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.sidebar ul li.active ul li.active a {
  color: #fff;
  border-bottom: 1px solid #ff141a;
}

.sidebar ul li ul {
  display: none;
}

.sidebar ul li.active ul {
  display: block;
}

.sidebar ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 15px 0 15px 15px;
  font-weight: bold;
}

.sidebar ul li ul li {
  margin-bottom: 0;
  background-color: #333333;
  font-family: texta-book, Verdana, Geneva, sans-serif;
}

.sidebar ul li ul li:last-child {
  border-bottom: 0;
}

.sidebar ul li:last-child ul li:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.sidebar ul li ul li a {
  font-weight: normal;
  padding: 10px 0 10px 25px;
  color: #333333;
}

.sidebar ul li.active ul li {
  background-color: #ededed;
}

.sidebar ul li.active ul li a {
  color: #333333;
}

.no_pad_body {
  background-color: #f5f5f5;
  margin-bottom: 0;
}

.no_pad_body .row {
  margin-bottom: 0;
}

.no_pad_body .row .one_fourth {
  margin-bottom: 0;
  margin-right: 0;
}

.no_pad_body .row .three_fourths {
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 4%;
  padding-bottom: 40px;
}

.no_pad_body .row .three_fourths:after {
  content: "";
  height: 100000px;
  width: 40000px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 0;
}

.no_pad_body .row .general_page {
  z-index: 10;
  margin: 20px 0;
  position: relative;
}

/* General Page */
.general_page {
  margin: 20px 0;
}

.post_loop .post_item {
  background-color: #ededed;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.post_loop .post_item .post_image {
  height: auto;
  /*min-height: 230px;*/
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  display: table-cell;
  margin-right: 0;
}

.post_loop .post_item .post_image a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}

.post_loop .post_item .post_content {
  margin-bottom: 0;
  padding: 10px 0 10px;
  display: table-cell;
  padding-left: 4%;
  max-height: 230px;
  overflow: hidden;
  width: 100%;
}

.post_loop .post_item .rn_answercontent{
  max-height: 120px;
  overflow: hidden;
  margin-top: 5px;
}

.post_loop .post_item .post_content .cat_link {
  text-transform: uppercase;
  text-decoration: none;
}

.post_loop .post_item .post_content h3 {
  margin-bottom: 0px;
  margin-right: 6%;
}

.post_loop .post_item .post_content h3 a {
  color: #666666;
  text-decoration: none;
}

.post_loop .post_item .post_content p {
  margin: 0 5% 5px 0;
}

.post_loop .post_item .post_content .button_three a {
    text-decoration: none;
    padding: 5px 12px;
    float: left;
    margin: 20px 0 10px 0;
    margin-right: 6%;
}

.pagination {
  text-align: center;
  position: relative;
  z-index: 10;
}

.pagination ul li {
  display: inline;
}

.pagination ul li a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #666666;
}

.pagination ul li:last-child a {
  border-right: 0;
}

.pagination ul li a:hover {
  text-decoration: underline;
}

.pagination ul li.active a {
  color: #ff141a;
  text-decoration: none;
}

.rn_Paginator ul li.rn_CurrentPage a, .rn_Paginator ul li.rn_CurrentPage span {
  color: #ff141a;
  text-decoration: none;
}

.rn_Paginator ul li a.rn_CurrentPage, .rn_Paginator ul li span.rn_CurrentPage {
  color: #ff141a;
  text-decoration: none;
}

/* Post */
.single_post {
  margin-top: 17px;
  position: relative;
  z-index: 10;
}

.single_post .cat_link {
  text-transform: uppercase;
  text-decoration: none;
}

.quick_chat {
  margin-bottom: 10px;
  width: 280px;
  float: right;
}

.quick_chat a {
  float: left;
  padding: 5px 12px;
  text-decoration: none;
  margin-left: 5px;
  color: #666666;
  border: 1px solid #666666;
}

.quick_chat a:hover {
  color: #fff;
  border: 1px solid #666666;
  background-color: #666666;
}

/*

.quick_chat a.chat{
  color: $darkgrey;
  background-color: $secondcolor;
}

.quick_chat a.ask{
  color: white;
  background-color: $secondcolorhover;
}

.quick_chat a.phone{
  color: white;
  background-color: $maincolor; 
}

*/
.helpful {
  background-color: #ff141a;
  color: #fff;
  padding: 40px 20px;
  margin: 20px 0 40px 0;
  position: relative;
  z-index: 10;
}

.helpful h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.helpful ul {
  text-align: center;
}

.helpful ul li {
  display: inline;
  padding: 0 30px;
}

.helpful ul li a {
  color: #fff;
  text-decoration: none;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 3em;
}

.rn_ThanksLabel {
  text-align: center;
  font-size: 1.8em;
}

.related_title {
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

.no_pad_body .post_loop {
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

.rn_Results h3 {
  font-family: texta-bold, Verdana, Geneva, sans-serif;
}

/* form */
.form h2 {
  margin-bottom: 10px;
}

.form input {
  width: 94%;
  padding: 10px 2.5%;
  border: 1px solid #f5f5f5;
}

.form textarea {
  width: 94%;
  padding: 10px 2.5%;
  border: 1px solid #f5f5f5;
}

/* Chat */
#chat_main {
  background-color: #ff141a;
  height: 100vh;
}

.chat_logo {
  text-align: center;
  width: 10%;
  max-width: 140px;
  min-width: 120px;
  padding: 15px 0;
  margin: 0 auto;
}

.chat_logo h1 {
  margin-bottom: 0;
}

#chat_main .input_fields {
  width: 50%;
  margin: 20px 25% 40px 25%;
}

#chat_main .input_fields button {
  width: 60%;
  margin: 0 20%;
}

#chat_main h2.chat_title {
  color: #fff;
  text-align: left;
  font-size: 1.2em;
  margin: 30px 0;
}

#chat_main h2.field_title {
  color: #fff;
  margin: 0;
  width: auto;
}

#chat_main h2 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin: 0 auto;
}

#chat_main h3 {
  text-align: center;
  color: #fff;
}

#chat_main input {
  width: 90%;
  margin: 10px 0;
  padding: 10px 5%;
  border: 0;
}

#chat_head {
  color: #fff;
  background-color: #ff141a;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#chat_head .row {
  margin-bottom: 0;
  position: relative;
}

#chat_head #logo {
  width: 75px;
  padding: 10px 0 10px 0px;
  margin: 0 auto;
}

#chat_head h2 {
  margin: 15px 0;
  font-size: 1.2em;
  color: #fff;
}

#chat_head .close a {
  color: #fff;
  font-size: 1.4em;
  padding: 10px 0 10px 10px;
  display: block;
  position: absolute;
  top: 0px;
  right: 3px;
  text-decoration: none;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 1800ms infinite;
  animation: ellipsis steps(4, end) 1800ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

.chat_window {
  position: fixed;
  bottom: -360px;
  width: 300px;
  height: 400px;
  z-index: 9999;
  right: 100px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.chat_window.active {
  bottom: 0px;
}

.chat_window .top {
  background-color: #ff141a;
  color: #fff;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  display: block;
}

.chat_window .top .end_chat {
  color: #333333;
  border: 1px solid #FBB710;
  padding: 3px 12px;
  margin: 0;
  background-color: #FBB710;
  font-size: 1em;
  display: block;
  width: 100px;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 6px;
  z-index: 10000;
  display: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.chat_window .top .end_chat:hover {
  background-color: #EEA900;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.rn_FormSubmit button, .rn_FormSubmit button:hover {
  padding: 10px 12px;
  width: auto;
  margin: 0 10px 0px 0px;
  border: 0;
  float: left;
  background-color: #FBB710;
  color: #333333;
}

.chat_window .top .pos_left {
  font-size: 2em;
  position: absolute;
  top: -3px;
  left: 14px;
  cursor: pointer;
  z-index: 10000;
}

.chat_window .top .pos_right:after {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 14px;
}

.chat_window .top .pos_right:after {
  content: ">";
  font-size: 2em;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.chat_window.active .top .pos_right:after {
  content: "<";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.conversation {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 293px;
  padding: 20px 20px 0px 20px;
  background-color: #fff;
}

.conversation p.live_chat_title {
  font-family: panamefy-regular, "Brush Script MT", cursive;
  color: #ff141a;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2em;
}

.conversation .fields_area p {
  margin-bottom: 5px;
}

.conversation .fields_area input {
  border: 0px solid #ededed;
  background-color: #ededed;
  margin-bottom: 10px;
  width: 90%;
  padding: 10px 5%;
}

.conversation .loading {
  margin: 0 0 20px 0;
  width: 50px;
}

.conversation._loading {
  height: 343px;
}

.user_chat_wrap {
  clear: both;
}

.user_chat_wrap .chat_img {
  background-color: #ededed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  float: right;
}

.chat_window .user_chat_wrap .chat_img {
  height: 30px;
  width: 30px;
  float: right;
  margin-top: 12px;
}

.chat_user {
  text-align: left;
  float: right;
  margin: 9px 0 15px 0;
  width: 75%;
  width: calc(100% - 70px);
  max-width: 225px;
  overflow: hidden;
}

.chat_window .chat_user {
  width: calc(100% - 40px);
}

.chat_user:first-child {
  margin: 12px 0 2px 0;
}

.chat_user:last-child {
  margin: 2px 0 8px 0;
}

.chat_user div {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  background-color: #ededed;
  color: #666666;
  margin-right: 15px;
  padding: 9px 15px;
  display: inline-block;
  width: auto;
  float: right;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.chat_user a {
  color: #666666;
  text-decoration: underline;
}

.agent_chat_wrap {
  clear: both;
}

.chat_user_detail {
  clear: both;
  width: auto;
  display: inline;
  float: right;
  margin: 0px;
  padding: 0px 0px;
  color: #666666;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 16px;
  display: none;
  -webkit-border-radius: 10px 10px 0px 10px;
  -moz-border-radius: 10px 10px 0px 10px;
  -ms-border-radius: 10px 10px 0px 10px;
  border-radius: 10px 10px 0px 10px;
}

.agent_chat_wrap .chat_img {
  background-color: #ff141a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  float: left;
  background-image: url("/euf/assets/themes/standard/custom/images/32red_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
}

.chat_window .agent_chat_wrap .chat_img {
  height: 30px;
  width: 30px;
  float: left;
  background-size: 15px;
  margin-top: 5px;
}

/*

.chat_window .agent_chat_wrap {
  width: calc(100% - 40px);
}

*/
.chat_agent {
  text-align: left;
  float: left;
  margin: 9px 0 15px 0px;
  padding-left: 15px;
  width: 75%;
  width: calc(100% - 70px);
/*   max-width: 225px; */
  overflow: hidden;
}

.chat_window .chat_agent {
  width: calc(100% - 50px);
}

.chat_agent:first-child {
  margin: 12px 0 2px 0;
}

.chat_agent:last-child {
  margin: 2px 0 8px 0;
}

.chat_agent > div {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  background-color: #ff141a;
  color: #fff;
  padding: 9px 15px;
  display: inline-block;
  width: auto;
  float: left;
  /* max-width: 180px; */
  text-overflow: ellipsis;
  overflow: hidden;
}

.chat_agent a {
  text-decoration: underline;
  color: #fff;
}

.chat_agent_detail {
  clear: both;
  width: auto;
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px 0px;
  color: #666666;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 16px;
  display: none;
  -webkit-border-radius: 10px 10px 0px 10px;
  -moz-border-radius: 10px 10px 0px 10px;
  -ms-border-radius: 10px 10px 0px 10px;
  border-radius: 10px 10px 0px 10px;
}

.chat_window p {
  font-size: 14px;
}

.chat_window input[type=submit] {
  padding: 10px 12px;
  width: auto;
  margin: 0 10px 0px 0px;
  border: 0;
  float: left;
  background-color: #FBB710;
}

.chat_window button {
  padding: 10px 12px;
  width: auto;
  margin: 0 10px 0px 0px;
  border: 0;
  float: left;
  border: 1px solid #666666;
  background-color: #fff;
  color: #666666;
}

.chat_window button:hover {
  border: 1px solid #666666;
  background-color: #666666;
  color: #fff;
}

.chat_window input.text_enter {
  position: absolute;
  bottom: -60px;
  width: 81%;
  padding: 5px 13.6% 5px 4.6%;
  margin: 0;
  left: 0;
  height: 30px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.chat_window textarea.text_enter {
  position: absolute;
  bottom: 0px;
  width: 81%;
  padding: 5px 13.6% 5px 4.6%;
  margin: 0;
  outline: none;
  left: 0;
  height: 30px;
  background:#fff!important;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
 /* -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;*/
}

.loading_box input {
  margin: 0 auto;
}

.attach_chat {
  position: absolute;
  right: 0;
  bottom: -60px;
  display: block;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.chat_window.text_live .attach_chat {
  display: none;
}

.attach_chat input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.attach_chat .attach_button {
  background-color: white;
  background-image: url('/euf/assets/themes/standard/custom/images/attach.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 50%;
  width: 38px;
  height: 36px;
  padding: 0;
  margin: 2px;
}

.send_chat {
  position: absolute;
  right: 0;
  bottom: -60px;
  display: none;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.chat_window.text_live .send_chat {
  display: block;
}

.send_chat input[type=submit] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 36px;
  width: 30px;
  border: 0;
}

.send_chat .attach_button {
  background-color: white;
  background-image: url('/euf/assets/themes/standard/custom/images/default_red_send_icon.svg');
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 50% 50%;
  width: 40px;
  height: 36px;
  padding: 0;
  margin: 2px;
}

.send_chat button {
  border: 0;
}

.attach_chat button {
  border: 0;
}

.chat_window.live.active input.text_enter {
  bottom: 0px;
}

.chat_window.live.active .attach_chat {
  bottom: 0px;
}

.chat_window.live.active .send_chat {
  bottom: 0px;
}

#chat_body {
  padding-top: 70px;
}

#chat_body .conversation {
  /* height: calc(100vh - 97px); */
  width: calc(100% - 0px);
  padding: 20px 30px 0 0;
  /* overflow: initial; */
}

.input_wrap {
  position: absolute;
  bottom: 0;
  width: 90%;
  z-index: 9999;
  padding: 0 5%;
  border-top: 1px solid #ededed;
}

.input_wrap.dissmsg {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

#chat_body input {
  background-color: #ededed;
  max-width: 400px;
  margin-bottom: 40px;
}

#chat_body .input_fields button {
  width: auto;
  float: left;
  margin-right: 10px;
}

#chat_body .input_fields .button_three button {
  border: 1px solid #666666;
  background-color: #fff;
  color: #666666;
}

#chat_body .input_fields .button_three button:hover {
  border: 1px solid #666666;
  background-color: #666666;
  color: #fff;
}

#chat_body h1 {
  font-family: panamefy-regular, "Brush Script MT", cursive;
  color: #ff141a;
  font-size: 3em;
  margin-bottom: 10px;
}

#chat_body h2 {
  margin-bottom: 10px;
  font-size: 1em;
}

#chat_body .input_wrap {
  position: fixed;
  bottom: 0;
  width: 90%;
  z-index: 9999;
  margin-left: -5%;
  margin-right: -5%;
  padding: 0 5%;
  border-top: 1px solid #ededed;
  background-color: #fff;
}

#chat_body .input_wrap input {
  padding: 15px 5px;
  width: 90%;
  width: calc(100% - 60px);
  margin-bottom: 0;
}

#chat_body .input_wrap .attach_chat {
  display: block;
  height: 36px;
  padding: 9px 0 9px 9px;
  right: 5%;
}

#chat_body .input_wrap .send_chat {
  display: none;
  height: 36px;
  padding: 9px 0 9px 9px;
  right: 5%;
}

.text_live#chat_body .input_wrap .attach_chat {
  display: none;
}

.text_live#chat_body .input_wrap .send_chat {
  display: block;
}

.end_wrap {
  padding: 10px 0;
  background-color: #fff;
}

.end_wrap h3 {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}

.end_wrap p {
  margin-bottom: 5px;
  font-size: 12px;
}

#chat_body .end_wrap h3 {
  font-size: 18px;
  text-align: left;
}

#chat_body .end_wrap p {
  font-size: 14px;
}

.loading_img {
  width: 100px;
}

.rn_TextInput input {
  background-color: #ededed;
  border: 0 !important;
}

.rn_ChatForm {
  width: 50%;
  max-width: 500px;
}

.rn_AskQuestion .rn_ProductCategoryInput.rn_Input button.rn_DisplayButton {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  width: 100%;
  background-color: #ededed;
  background-image: url(https://service32red--tst2.custhelp.com/euf/assets/themes/standard/custom/images/down_arrow.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  border: 1px solid #ededed;
  color: #555;
  font-size: inherit;
  margin: 0px 0 30px 0;
  overflow: hidden;
  padding: 10px 2%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rn_ProductCategoryInput .rn_Panel {
  max-height: 370px !important;
  padding: 0 !important;
}

.yui3-panel {
  width: 100%;
}

.yui3-skin-sam .yui3-panel-content {
  box-shadow: none !important;
  border-top: 1px solid #B1B1B1 !important;
  border-bottom: 0 !important;
  border-left: 0px solid #B1B1B1 !important;
  border-right: 0px solid #B1B1B1 !important;
}

.rn_ProductCategoryInput .ygtvlabel, .rn_ProductCategoryInput .ygtvlabel:link, .rn_ProductCategoryInput .ygtvlabel:visited, .rn_ProductCategoryInput .ygtvlabel:hover {
  text-decoration: none;
}

.ygtvspacer {
  text-decoration: none;
}

.ygtvitem {
  padding: 0;
}

.ygtvitem .ygtvitem {
  padding: 6px 2%;
  border-bottom: 1px solid #B1B1B1;
  background-color: #ededed;
}

.rn_AskQuestion .rn_ProductCategoryInput.rn_Input button.rn_DisplayButton:focus {
  outline: none;
}

.yui3-panel-hidden {
  display: none;
}

/* Pop Up */
#pop_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#pop_up .login_form {
  position: relative;
  width: 400px;
  margin: 150px auto;
  margin: 20vh auto;
  padding: 20px 30px;
  background-color: #fff;
}

#pop_up .login_form .close_login {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.4em;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  font-weight: bold;
}

/* Ask a question */
.rn_AskQuestion {
  margin-top: 20px;
}

/* Fixed Tab */
#fixed_help {
  background-color: #ff141a;
  color: white;
  position: fixed;
  right: -170px;
  top: 40vh;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#fixed_help.active {
  right: 0px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#fixed_help:hover {
  background-color: #ff393e;
  right: 0px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#fixed_help .title_button {
  float: left;
  margin-top: 19px;
  display: block;
  cursor: pointer;
  width: 80px;
}

#fixed_help .title_button h3 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin: 40px auto 20px auto;
  color: #fff;
  font-size: 1.4em;
}

#fixed_help .title_button.cym h3 {
  font-size: 1em;
}

#fixed_help .help_buttons {
  float: right;
  text-align: center;
  width: 165px;
}

#fixed_help .help_buttons .one_half {
  margin: 10px 0;
}

#fixed_help .help_buttons .one_half p {
  margin-bottom: 0;
}

#fixed_help .help_buttons .one_half img {
  width: 50%;
  margin: 0 25%;
  max-width: 70px;
}

#fixed_help .help_buttons .one_half a {
  color: white;
  text-decoration: none;
}

#fixed_help .help_buttons .one_half a {
  color: white;
  text-decoration: underline;
}

/* Accordian */
.post_loop ul ul {
  margin: 0;
}

.post_loop ul.featured li {
  display: inline-block;
  padding-right: 20px;
}

.post_loop ul.featured li p {
  color: #666666;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.post_loop ul.featured li p:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.post_loop ul.featured li .hidden_answer p:after {
  content: "";
  margin-left: 5px;
}

.post_loop ul.featured li p.main_answer:after {
  content: "";
  background-image: url(/euf/assets/themes/standard/custom/images/icons/arrow-black.png);
  background-size: 7px;
  background-repeat: no-repeat;
  margin-left: 5px;
  font-weight: bold;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.post_loop ul.featured li .hidden_answer p {
  clear: both;
  color: #666666;
  margin-bottom: 20px;
}

.post_loop ul.featured li div {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.post_loop ul.featured li.active div {
  height: auto;
  max-height: 2000px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.post_loop ul.featured li .buttons a {
  font-size: 14px;
  color: #fff;
  background-color: #ff141a;
  padding: 10px 10%;
  margin: 0 3px;
  display: block;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
}

.post_loop ul.featured .buttons a:hover {
  background-color: #ff393e;
}

.post_loop ul.featured li.active p.main_answer:after {
  content: "";
  margin-left: 5px;
  font-style: normal;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.hidden_answer .buttons {
  padding-bottom: 10px;
}

.yes_show {
  display: none;
}

.buttons.active_yes .yes_show {
  display: block;
  margin-top: 30px;
}

.no_show {
  display: none;
}

.buttons.active_no .no_show {
  display: block;
  margin-top: 10px;
}

.no_show input {
  float: left;
  margin: 5px 0 20px 0;
  width: 6%;
}

.no_show input[type=submit] {
  width: 20%;
}

.no_show label {
  float: left;
}

.post_loop ul.featured li.active .no_show p:after {
  content: "";
}

.post_loop ul.featured li.active .hidden_answer p:after {
  content: "";
}

.post_loop ul.featured li div.hidden_answer {
  padding-top: 10px;
  border-bottom: 1px solid #ededed;
}

.post_loop ul.featured li .hidden_answer p.show_text textarea {
  clear: both;
  margin: 0;
  display: none;
}

.post_loop ul.featured li .hidden_answer p.show_text.active textarea {
  display: block;
}

/* Footer */
#contact_footer {
  background-color: #ff141a;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

#contact_footer .row {
  margin-bottom: 0;
}

#contact_footer .row .con_foot_wrap {
  width: 75%;
  margin: 0 auto;
}

#contact_footer .row .one_fourth {
  margin-bottom: 0;
}

#contact_footer .row .one_fourth h3 {
  color: #fff;
  display: block;
  margin-bottom: 0;
  font-size: 1.4em;
}

#contact_footer .row .one_fourth img {
  width: 40px;
}

#contact_footer .row .one_fourth a {
  display: block;
  margin: 50px 0;
}

#contact_footer .row .one_fourth a svg {
  min-height: 80px;
}

#search {
  margin-bottom: 0;
}

#search .container {
  margin-bottom: 0;
}

#search .row {
  margin-bottom: 0;
}

#footer {
  background-color: #333333;
  color: #fff;
  margin-bottom: 0;
}

#footer .row {
  margin: 30px 0;
}

#footer .row .one_fourth {
  margin-bottom: 0;
}

#footer h3 {
  color: #fff;
  font-family: texta-book, Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 22px;
}

#footer a {
  color: #ededed;
  font-size: 18px;
  text-decoration: none;
}

#footer a small {
  display: none;
}

#footer .foot_logos {
  text-align: center;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  padding: 20px 0;
  margin: 10px 0;
}

#footer .one_half {
  margin-bottom: 0;
}

#footer .one_half p {
  margin-bottom: 0;
}

#footer .text_center {
  width: 450px;
  margin: 0 auto;
}

#footer .text_center img {
  width: 100%;
}

#fixed_footer {
  display: none;
}

.rn_ProductCategoryInput .yui3-widget #ygtv1{
  display: none;
}

/*yui popup css*/
/*.yui3-skin-sam .yui3-panel .yui3-widget-hd{
  padding: 0px 0px 0px 9px !important;
}

.yui3-widget-stdmod .yui3-widget-ft{
  background: none !important;
}

.yui3-skin-sam .yui3-panel .yui3-widget-bd {
  padding: 0px 0px 0px 17px !important;
  font-size: 20px !important;
}

.yui3-widget-buttons button{
  width: 95% !important; 
}

.yui3-widget-modal .yui3-widget-hd{
  background-color: #ff141a !important;
  background: #ff141a !important;
}

.yui3-panel-content .yui3-widget-hd h2{
  color: #fef9f9 !important;
}

.yui3-skin-sam .yui3-panel .yui3-widget-ft {
  padding: 8px 20px 10px 0px !important;
}

.yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close {
  margin-left: 70px;
}*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 824px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.3em;
  }
  h6 {
    font-size: 1.2em;
  }
  p {
    font-size: 1em;
  }
  input[type="file"] {
    padding: 10px 0;
  }
  #slider .row {
    margin: 0;
    max-width: 770pxpx;
    min-width: 300px;
    padding-top: 30px;
  }
  #slider .row .Left {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }
  #slider .row .Right {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }
  #slider .row .Center {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }
  #slider .row .Full {
    width: 80%;
    padding: 0 10%;
    float: none;
    text-align: center;
  }
  #slider {
    margin-bottom: 0px;
  }
  #slider .slides {
    height: auto;
  }
  #slider .slides li {
    height: auto;
  }
  #slider .Light p {
    font-size: 1.2em;
  }
  #slider .Dark p {
    font-size: 1.2em;
  }
  .flexslider .flex-direction-nav .flex-next {
    right: -10px;
  }
  .flexslider .flex-direction-nav .flex-prev {
    left: 0;
  }
  #header #logo {
    width: 65px;
    height: 35px;
    margin: 5px auto;
  }
  #header #logo img {
    vertical-align: top;
  }
  #header .home_button {
    display: none;
  }
  #header .link_button {
    display: none;
  }
  #header .mobile_nav {
    display: block;
    float: left;
    width: 40px;
  }
  #header .mobile_nav #launch_menu {
    cursor: pointer;
    float: left;
  }
  #header .mobile_nav #launch_menu img {
    width: 20px;
    padding: 12px 10px 12px 0;
    cursor: pointer;
  }
  #header .mobile_nav .button_two {
    float: left;
    margin-top: 11px;
    padding: 5px 0px;
  }
  #header .mobile_nav .button_two a {
    color: #333333;
  }
  #header .mobile_nav_right {
    /* width: 40px; */
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
  }
  #header .mobile_nav_right .home_button {
    display: block;
    border: 0;
    margin-top: 15px;
  }
  #feat_head .head_box {
    width: 90%;
    padding: 20px 5%;
    min-width: 100px;
    margin-top: 82px;

  }
  #feat_head input {
    width: 59%;
    width: calc(100% - 120px);
    border-radius: 0;
    -webkit-appearance: none;
  }
  #nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    left: -330px;
    width: 300px;
    margin: 0;
    z-index: 10000;
    background-color: #333333;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
    -webkit-box-shadow: 0px 0px 10px #666666;
    -moz-box-shadow: 0px 0px 10px #666666;
    box-shadow: 0px 0px 10px #666666;
  }
  #nav .container {
    padding: 0;
    width: 100%;
  }
  #nav.active {
    left: 0px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
  }
  #nav .menu-wrapper {
    display: block;
    height: 100%;
    height: calc(100% - 50px);
    padding-top: 0px;
    overflow: scroll;
  }
  #nav .menu-top {
    background: #ff141a;
    height: 50px;
    display: block;
  }
  #nav .menu-top .close-mobile-menu {
    float: left;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 9px;
    padding: 0;
  }
  #nav .menu-top .close-mobile-menu img {
    display: block;
    padding: 3px;
    border: 1px solid #fff;
  }
  #nav .menu-top .close-mobile-menu span {
    display: none;
  }
  #nav .menu-top .button_two {
    float: right;
    margin: 14px 9px 13px 13px;
  }
  #nav .menu-top .button_two a {
    color: #000000;
    text-decoration: none;
  }
  #nav .menu-wrapper:after {
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    right: -20px;
    display: block;
    content: " ";
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #000000, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, #000000, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left, #000000, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, #000000, rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='rgba(255,255,255,0)',GradientType=0);
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
  }
  #nav .menu-wrapper .menu-content {
    padding-bottom: 30px;
  }
  #nav .menu-wrapper ul li:first-child {
    border-top: 1px solid #c4c4c4;
  }
  #nav .menu-wrapper ul li {
    border-bottom: 1px solid #c4c4c4;
    display: block;
  }
  #nav .menu-wrapper ul li a {
    display: block;
    position: relative;
    padding: 7px 10px;
    color: #ededed;
    text-decoration: none;
    font-size: 100%;
    text-align: left;
    background-color: #333333;
    font-weight: 400;
  }
  #nav .menu-wrapper ul li a:after {
    content: '>';
    position: absolute;
    right: .5em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    font-size: 150%;
    transition: .25s all ease;
  }
  #nav .menu-wrapper ul li a small {
    display: none;
  }
  #nav .menu-wrapper ul li ul {
    display: none;
    margin: 0;
  }
  #nav .menu-wrapper ul li.active ul {
    display: block;
  }
  #nav .menu-wrapper ul li ul li {
    margin: 0;
  }
  #nav .menu-wrapper ul li ul li:last-child {
    border-bottom: 0;
  }
  #nav .menu-wrapper ul li ul li a {
    color: #fff;
    background-color: #666666;
  }
  #nav .menu-wrapper ul.sub_nav li:first-child {
    border-top: 0;
  }
  #nav .menu-wrapper ul.sub_nav li a {
    background-color: #000000;
  }
  #feat_head {
    margin: 20px 0 0 0;
  }
  .promo_slide#promo ul li .hov_wrap {
    max-height: 24px;
  }
  .promo_slide#promo.active ul li .hov_wrap {
    max-height: 1200px;
  }
  .promo_slide#promo ul li {
    height: 24px;
    /*  max-height: 1200px;*/
  }
  .promo_slide#promo ul li.flex-active-slide {
    height: auto;
    /*max-height: 24px;*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }
  .promo_slide.active#promo ul li.flex-active-slide {
    height: auto;
    max-height: 1200px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }
  .promo_slide#promo ul li {
    /*  width: 94%!important;
    width: calc(100% - 10px)!important;*/
    margin: 15px 0 32px 0;
    display: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }
  #promo .hov_wrap:after {
    right: 0px;
  }
  .flex-control-paging {
    right: 0%;
    width: 100%;
    top: auto;
    bottom: -22px;
  }
  .flex-control-nav li a {
    width: 13px;
    height: 3px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
  }
  .flex-control-nav li:hover a {
    background-color: #333333;
    border: 1px solid #fff;
  }
  .flex-control-nav li:hover a.flex-active {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .sidebar {
    display: none;
  } 
  .rn_Results h3{
  font-size: 1em;
  margin-bottom: 10px;
  }
  
  .post_loop .post_item {
    margin-bottom: 30px;
    display: inline-flex;
    width: 100%;
  }
  .post_loop .post_item .post_image {
    float: left;
    min-height: 100px;
    display: none;
  }
  .post_loop .post_item .post_content {
    padding: 20px;
    width: 100%;
    float: left;
    max-height: 400px;
  }
  .post_loop .post_item .post_content p {
    margin-bottom: 10px;
  }
  .post_loop .post_item .post_content .button_three a {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .post_loop ul.featured li {
    padding-right: 0;
  }
  .post_loop ul.featured li p:after {
    right: 0;
  }
  .helpful ul li a {
    font-size: 2em;
  }
  .two_col .loop_item {
    width: 100%;
    margin-right: 0%;
  }
  .three_col .loop_item {
    width: 100%;
    margin-right: 0%;
  }
  .four_col .loop_item {
    width: 100%;
    margin-right: 0%;
  }
  .loop_item {
    margin-bottom: 40px;
  }
  .loop_item h3 {
    margin-bottom: 15px;
  }
  .loop_item p {
    display: none;
  }
  #cta_section .row {
    padding: 25px 0 40px 0;
  }
  #cta_section .cta_area {
    width: 100%;
    margin-right: 0;
    position: relative;
    min-height: 250px;
    margin-bottom: 20px;
  }
  #cta_section ul li:nth-child(1) a .cta_area {
    width: 100%;
    margin-right: 0;
    position: relative;
    min-height: 150px;
    margin-bottom: 20px;
  }
  #cta_section ul li:nth-child(2) a .cta_area {
    width: 48%;
    margin-right: 4%;
    position: relative;
    min-height: 250px;
    margin-bottom: 20px;
  }
  #cta_section ul li:nth-child(3) a .cta_area {
    width: 48%;
    margin-right: 0;
    position: relative;
    min-height: 250px;
    margin-bottom: 20px;
  }
  #cta_section ul li:nth-child(4) a .cta_area {
    width: 100%;
    margin-right: 0;
    position: relative;
    min-height: 150px;
    margin-bottom: 20px;
  }
  #cta_section ul li:nth-child(5) a .cta_area {
    width: 48%;
    margin-right: 4%;
    position: relative;
    min-height: 250px;
    margin-bottom: 20px;
  }
  #cta_section ul li:nth-child(6) a .cta_area {
    width: 48%;
    margin-right: 0;
    position: relative;
    min-height: 250px;
    margin-bottom: 20px;
  }
  #cta_section .row .one_half {
    margin-bottom: 20px;
  }
  #cta_section a .cta_area h3 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
  }
  .main_body.no_head {
    margin-top: 70px;
    min-height: calc( 100vh - 265px);
  }
  .login_form {
    width: 80%;
    margin: 80px 5%;
    padding: 30px 5%;
  }
  .chat_window {
    width: 100%;
    right: 0;
    height: 40px;
    bottom: 0px;
    z-index: 9998;
  }
  .chat_window.active {
    bottom: 0px;
    height: calc(100vh - 110px);
  }
  #contact_footer .one_fourth {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  #contact_footer .one_fourth:nth-child(2n+0) {
    margin-right: 0;
  }
  #contact_footer .one_fourth:nth-child(2n+1) {
    clear: both;
  }
  .conversation {
    height: 90vh;
    height: calc(100vh - 212px);
  }
  .conversation._loading {
    height: 90vh;
    height: calc(100vh - 172px);
  }
  .rn_ChatForm {
    width: 100%;
    max-width: 800px;
  }
  #pop_up .login_form {
    width: 80%;
    margin: 100px 5%;
    margin: 10vh 5%;
    padding: 20px 5%;
  }
  .no_pad_body {
    background-color: #fff;
    margin-bottom: 0;
    min-height: 410px;
  }
  .no_pad_body .row .three_fourths {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .no_pad_body .row .three_fourths:after {
    content: "";
    height: 0px;
    width: 0px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 0;
  }
  .no_pad_body .row .general_page {
    z-index: 10;
    margin: 10px 0 20px 0;
    position: relative;
  }
  .quick_chat {
    float: none;
    text-align: center;
    width: 100%;
    margin: 30px 0;
  }
  .quick_chat a {
    float: none;
  }
  .helpful {
    margin: 20px -7% 40px -7%;
  }
  .helpful ul li {
    padding: 0 5%;
  }
  #contact_footer {
    display: none;
  }
  #footer {
    margin-bottom: 65px;
    max-height: 110px;
  }
  .chat_active#footer {
    margin-bottom: 110px;
  }
  .chat_agent {
    max-width: 745px;
    overflow: hidden;
  }
  .chat_agent p {
    max-width: 720px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .chat_agent {
    max-width: 745px;
    overflow: hidden;
  }
  .chat_agent p {
    max-width: 720px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .chat_user {
    max-width: 745px;
    overflow: hidden;
  }
  .chat_user p {
    max-width: 720px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #footer .one_third {
    width: 30%;
    float: left;
  }
  #footer .one_half.text_right {
    text-align: center;
  }
  #footer .text_center {
    width: 250px;
  }
  #chat_head h2 {
    margin: 15px 0;
    font-size: 1.2em;
  }
  #fixed_help {
    display: none;
  }
  #fixed_footer {
    display: block;
    background-color: #333333;
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 5px 40px #666666;
    -moz-box-shadow: 0px 5px 40px #666666;
    box-shadow: 0px 5px 40px #666666;
  }
  #fixed_footer .row {
    margin-bottom: 0;
  }
  #fixed_footer a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  #fixed_footer a img {
    margin: 0 auto;
    width: 30px;
  }
  #fixed_footer a h3 {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 1em;
    font-family: texta-book, Verdana, Geneva, sans-serif;
  }
  #fixed_footer .row .one_fourth {
    float: left;
    width: 22%;
    text-align: center;
    margin: 10px 4% 10px 0;
  }
  #fixed_footer .row .one_fourth.last {
    margin-right: 0%;
  }
  .rn_FormSubmit button {
    margin: 0px 10px 30px 0px !important;
  }
  .rn_Paginator ul li.rn_NextPage a, .rn_Paginator ul li.rn_PreviousPage a {
    padding-right: 10px !important;
    margin-right: 10px !important;
  }
  .rn_Paginator ul li.rn_NextPage span, .rn_Paginator ul li.rn_PreviousPage span {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .rn_Paginator ul li span.rn_PageHellip {
    padding-right: 10px !important;
    margin-right: 10px !important;
  }
  .rn_Paginator ul li span {
    margin-right: 10px !important;
    padding-right: 10px !important;
  }
  .rn_Paginator ul li a {
    padding-right: 10px !important;
    margin-right: 10px !important;
  }
  .rn_Paginator ul li a.rn_CurrentPage, .rn_Paginator ul li span.rn_CurrentPage, .rn_Paginator ul li.rn_CurrentPage span {
    padding-right: 10px !important;
    margin-right: 10px !important;
  }
  .input_wrap.dissmsg {
    bottom: -80px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
  }
  .chat_window.active .input_wrap.dissmsg {
    bottom: -10px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }
}

@media only screen and (max-width: 606px) {
  .chat_window {
    height: 40px;
  }
  .chat_window.live.active input.text_enter {
    bottom: 0px;
  }
  .chat_window.live.active .attach_chat {
    bottom: 0px;
  }
  .chat_window.live.active .send_chat {
    bottom: 0px;
  }
  #footer {
    margin-bottom: 85px;
    max-height: 110px;
  }
  .chat_active#footer {
    margin-bottom: 130px;
  }
  .rn_Paginator ul li.rn_NextPage a, .rn_Paginator ul li.rn_PreviousPage a {
    padding-right: 5px !important;
    margin-right: 5px !important;
  }
  .rn_Paginator ul li.rn_NextPage span, .rn_Paginator ul li.rn_PreviousPage span {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .rn_Paginator ul li span.rn_PageHellip {
    padding-right: 5px !important;
    margin-right: 5px !important;
  }
  .rn_Paginator ul li span {
    padding-right: 5px !important;
    margin-right: 5px !important;
  }
  .rn_Paginator ul li a {
    padding-right: 5px !important;
    margin-right: 5px !important;
  }
  .rn_Paginator ul li a.rn_CurrentPage, .rn_Paginator ul li span.rn_CurrentPage, .rn_Paginator ul li.rn_CurrentPage span {
    padding-right: 5px !important;
    margin-right: 5px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .chat_window {
    height: 640px;
    bottom: -598px;
  }
}
@media only screen and (max-width: 1024px){
  .single_post .standard{
    display: none;
  }
}
@media only screen and (min-width: 1025px){
  .single_post .mobile{
    display: none;
  }
}

