/* 

    Template Custom Styles
    _______________________________ 
 
    Table of Contents:  
    -- Global Defaults (MANDATORY)
        -- design widths
        -- breakpoints
        -- z indexes
    --Color Palette 
    -- Typography 
        --  Heading 1  
        --  Heading 2
        --  Heading 3 
        --  Heading 4 
        --  Heading 5
        --  Heading 6  
        --  Basics   
        -- Buttons
    -- Editor Friendly Classes (MANDATORY)
    -- Buttons
    -- Forms 
    -- Tables
    -- Flex Embeds
    -- Tabs
    -- Style Guide 
    -- MOTION
*/
/* IN FOUNDATIONS SETTINGS
$blockquote-color: $dark-gray;
$blockquote-padding: rem-calc(9 20 0 19);
$blockquote-border: 1px solid $medium-gray;
*/
body.is-reveal-open {
  overflow: hidden;
}

.mobile-menu {
  z-index: 900;
}

@media screen and (min-width: 64em) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu__button {
  position: absolute;
  right: -22px;
  top: 15px;
  display: block;
  height: 43px;
  padding: 11px 30px;
  color: #231f20;
  background: url(/images/menu-3.png) no-repeat center center;
  background-size: 30px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 40em) {
  .mobile-menu__button {
    padding: 18px 30px;
    top: 24px;
  }
}

.mobile-menu__button img {
  max-width: 26px;
}

.mobile-menu__button:after {
  content: '';
  width: 26px;
  height: 26px;
  background: url(/images/menu.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu__button:before {
  content: '';
  background-size: 30px !important;
  background: url(/images/menu-3.png) no-repeat center center;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-left: -48px;
  position: absolute;
  top: 10px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .mobile-menu__button:before {
    height: 22px;
    width: 22px;
    background-size: 22px !important;
  }
}

.mobile-menu__button.open {
  color: #e5801c;
}

.mobile-menu__wrapper {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.8s;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.mobile-menu__wrapper .rpExpanded span.rpExpandHandle {
  transform: rotate(180deg);
  background: url(/images/ui-arrow-down.png) no-repeat center left 10px !important;
}

.mobile-menu__wrapper .rpExpandable span.rpExpandHandle {
  background-size: 16px !important;
  background: url(/images/ui-arrow-down.png) no-repeat center right 10px;
  display: block !important;
  width: 60px;
  height: 32px;
  margin-top: -7px !important;
  position: absolute;
  right: 0;
}

.mobile-menu__wrapper.open {
  height: auto;
  max-height: none;
  z-index: 7;
}

.mobile-menu__wrapper .RadPanelBar {
  width: 100%;
  text-align: center;
}

.mobile-menu__wrapper .RadPanelBar .rpExpandHandle {
  display: none;
}

.mobile-menu__wrapper .RadPanelBar .rpLink.rpSelected {
  background-color: #fff;
  color: #231f20;
}

.mobile-menu__wrapper .RadPanelBar .rpSlide .rpGroup .rpLink .rpText {
  color: grey;
  text-transform: none;
}

.mobile-menu__wrapper .RadPanelBar .rpItem.rpLast .rpText {
  border-bottom: 0 none;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink {
  padding: 11px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  border-left: 3px solid transparent;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink .rpText {
  text-transform: uppercase;
  font-weight: bold;
  color: #231f20;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:hover, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:focus, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:active {
  color: #c82b67;
  border-left: 3px solid #c82b67;
}

.mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:hover:before, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:focus:before, .mobile-menu__wrapper .RadPanelBar .rpItem .rpLink:active:before {
  transform: scaleX(1);
}

.pages {
  display: block;
}

.page-header-image {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 150px;
}

@media screen and (min-width: 40em) {
  .page-header-image {
    height: 225px;
  }
}

@media screen and (min-width: 64em) {
  .page-header-image {
    height: 275px;
  }
}

.page-header-image img {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.page-header-image.none {
  height: 110px;
  background: #8d941e;
}

@media screen and (min-width: 40em) {
  .page-header-image.none {
    height: 175px;
  }
}

@media screen and (min-width: 64em) {
  .page-header-image.none {
    height: 220px;
  }
}

body.has-LeftNav .LeftNav {
  display: block;
}

.LeftNav {
  display: none;
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.LeftNav:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .LeftNav {
    width: 33.33333%;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .LeftNav {
    width: 25%;
  }
}

.LeftNav .RadPanelBar {
  width: 100%;
}

.LeftNav .RadPanelBar .rpItem {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
}

.LeftNav .RadPanelBar a.rpLink {
  position: relative;
  padding: 13px 8px;
  color: #75686b;
  border-left: 3px solid transparent;
  transition-property: color;
  transition-duration: 0.333s;
}

.LeftNav .RadPanelBar a.rpLink:hover, .LeftNav .RadPanelBar a.rpLink:focus, .LeftNav .RadPanelBar a.rpLink:active {
  background-color: #e6e6e6;
  border-left-color: #e5801c;
  color: #e5801c;
}

.LeftNav .RadPanelBar a.rpLink.selected, .LeftNav .RadPanelBar a.rpLink.selectedparent {
  color: #231f20;
  border-left-color: #e5801c;
  background-color: #e6e6e6;
}

.LeftNav .RadPanelBar .rpText {
  font-size: 1.15rem;
  line-height: 1.125;
}

.LeftNav .RadPanelBar .rpGroup .rpItem {
  padding: 0;
  border-bottom: 0 none;
}

.LeftNav .RadPanelBar .rpGroup a.rpLink {
  padding: 10px 8px;
  color: inherit;
}

.LeftNav .RadPanelBar .rpGroup a.rpLink:hover, .LeftNav .RadPanelBar .rpGroup a.rpLink:focus, .LeftNav .RadPanelBar .rpGroup a.rpLink:active {
  color: #e5801c;
}

.LeftNav .RadPanelBar .rpGroup a.rpLink.selected {
  color: #231f20;
}

.LeftNav .RadPanelBar .rpGroup .rpText {
  font-size: 0.9rem;
}

.LeftNav .RadPanelBar .rpExpandHandle {
  width: 18px;
  height: 18px;
  position: relative;
  float: right;
  margin: 0;
  display: none;
}

.LeftNav .RadPanelBar .rpExpandHandle::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 9px;
  border-color: transparent transparent #231f20;
  border-bottom-style: solid;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-property: transform, border-top-color, top, left, right, bottom, width, height;
  transition-duration: 0.333s;
  margin: 0 0 3px;
}

.LeftNav .RadPanelBar .rpExpandable .rpExpandHandle {
  display: inline-block;
  margin: 0;
}

.LeftNav .RadPanelBar .rpExpanded .rpExpandHandle {
  transform: rotate(180deg);
}

.LeftNav .RadPanelBar .rpExpanded .rpExpandHandle::after {
  border-bottom-color: #e5801c;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .DocumentList * {
    font-size: 11px;
  }
}

.DocumentList tr.Row {
  background-color: #fff;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .DocumentList tr.Row {
    display: block;
    padding: 15px;
  }
  .DocumentList tr.Row td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 5px;
  }
}

.DocumentList tr.Row .Title a {
  font-size: 15px;
  font-weight: 400;
  color: #bb5343;
  display: block;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .DocumentList tr.Row .Title a {
    margin-top: 11px;
  }
}

.DocumentList tr.Row td,
.DocumentList tr.Row th {
  padding: 10px 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .DocumentList tr.Row.HeaderRow {
    display: none;
  }
}

.DocumentList tr.AlternateRow {
  background-color: #d1d1d1;
}

.DocumentList .Row > td:not(.Icon):before {
  display: none !important;
}

.googlemap {
  text-align: center;
  padding: 33px 0 0 0;
}

.googlemap table.googlemap-1,
.googlemap table.googlemap-2 {
  display: inline-block;
  border: 2px solid #e6e6e6;
  margin: 4px 15px 50px;
  background: #fff;
  overflow: hidden;
}

.googlemap table.googlemap-1 td.store-info,
.googlemap table.googlemap-2 td.store-info {
  text-align: left;
  padding: 15px;
}

.googlemap table.googlemap-1 td.store-info p:last-child,
.googlemap table.googlemap-2 td.store-info p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .googlemap table.googlemap-1,
  .googlemap table.googlemap-2 {
    margin: 15px auto;
  }
  .googlemap table.googlemap-1 td.store-info,
  .googlemap table.googlemap-1 td.googlemap-table,
  .googlemap table.googlemap-2 td.store-info,
  .googlemap table.googlemap-2 td.googlemap-table {
    display: block;
  }
}

body.blog_post {
  width: 100%;
}

.blog {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 110px;
  margin-top: 30px;
}

.blog::before, .blog::after {
  content: ' ';
  display: table;
}

.blog::after {
  clear: both;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.blog_paging {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto !important;
  width: 100%;
}

.blog_paging .paging {
  margin: 70px 0 0 0;
  text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_paging .paging {
    margin: 30px 0 0 0;
  }
}

.blog_paging .paging_sort, .blog_paging .paging_page_size, .blog_paging .paging_go_to, .blog_paging .paging_current_page, .blog_paging .paging_current_total {
  display: none;
}

.blog_paging .paging_separator {
  display: none;
}

.blog_paging .paging_current_range {
  display: block;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_paging .paging_prev:after, .blog_paging .paging_next:after {
  content: "|";
  pointer-events: none;
  cursor: alias;
  color: #bfbfbf;
  margin-left: 8px;
}

.blog_paging .paging_prev, .blog_paging .paging_next, .blog_paging .paging_view_all {
  display: inline-block;
  margin: 0 2px;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_paging .paging_prev:hover, .blog_paging .paging_next:hover, .blog_paging .paging_view_all:hover {
  color: #231f20;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_post_sidebar {
    display: block !important;
    margin-top: 30px;
  }
}

.blog_sidebar {
  min-width: 310px;
  width: 310px;
  padding: 20px 0.9375rem;
  margin-right: 0.9375rem;
}

.blog_sidebar iframe#twitter-widget-0 {
  width: 100% !important;
  height: 320px !important;
}

.blog_sidebar iframe#twitter-widget-0 li.timeline-TweetList-tweet.customisable-border {
  background: white !important;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_sidebar {
    width: 100%;
    min-width: 100%;
    display: none;
    position: relative !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    top: auto !important;
  }
  .blog_sidebar.FixedElementStack.fixed {
    display: block;
  }
}

.blog_sidebar .RSSFeedReader_Wrapper .RssItem,
.blog_sidebar .RSSFeedReader_Wrapper .AlternateRssItem {
  margin-bottom: 30px;
  display: block;
  position: relative;
  padding-bottom: 30px;
}

.blog_sidebar .RSSFeedReader_Wrapper .RssItem .RssEnclosure,
.blog_sidebar .RSSFeedReader_Wrapper .AlternateRssItem .RssEnclosure {
  display: none;
}

.blog_sidebar .RSSFeedReader_Wrapper .RssItem .RssTitle a:after,
.blog_sidebar .RSSFeedReader_Wrapper .AlternateRssItem .RssTitle a:after {
  bottom: 0;
  left: 0;
}

.blog_sidebar.fixed {
  margin-top: 10px !important;
}

.blog_posts {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_posts {
    margin-bottom: 0;
  }
}

.blog_posts .post {
  width: calc(341px - (0.9375rem * 2));
  float: left;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  padding: 15px;
  margin-bottom: 29px;
  background: #e7e7e9;
  display: inline-block;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog_posts .post {
    width: calc(100% - (0.9375rem * 2));
    height: auto !important;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_posts .post {
    display: block;
    padding: 15px !important;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto !important;
  }
}

.blog_posts .post_image_wrapper {
  width: 100%;
  display: block;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  height: 180px;
  max-width: 100%;
  z-index: 5;
  margin-bottom: 25px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog_posts .post_image_wrapper {
    height: 28vw;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_posts .post_image_wrapper {
    height: 240px;
  }
}

.blog_posts .post_image_wrapper:empty {
  height: 0;
}

.blog_posts .post_image_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 180px;
  min-height: 180px;
  height: auto;
  width: auto;
  max-width: 150%;
  max-height: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_posts .post_image_wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}

.blog_posts .post_text_wrapper {
  width: 100%;
  display: inline-block;
  padding-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_posts .post_text_wrapper {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}

.blog_posts .post_title {
  text-align: left;
  margin-bottom: 2px;
}

.blog_posts .post_title a {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  text-transform: inherit;
  line-height: 22px;
  font-size: 1.125rem;
  color: #231F20;
}

.blog_posts .post_meta_post {
  display: none;
}

.blog_posts .post_meta_pre {
  text-align: left;
  display: none;
}

.blog_posts .post_author {
  color: #9c9c9c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_posts .post_author a {
  color: #9c9c9c;
  font-weight: 700;
}

.blog_posts .post_datestamp {
  color: #9c9c9c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_posts .post_datestamp:before {
  content: "on ";
}

.blog_posts .post_text_excerpt {
  margin-top: 15px;
}

.blog_posts .post_text_excerpt p {
  margin-bottom: 18px;
  color: #4f545c;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 1rem;
}

.blog_posts .post_read_more {
  text-align: left;
}

.blog_posts .post_read_more a {
  color: #c82b67;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_posts .post_read_more a:after {
  content: ' >';
}

.blog_posts .post_comments {
  display: none;
}

.blog_posts .post_categories {
  display: inline-block;
}

.blog_posts .post_categories .comma {
  display: none;
}

.blog_posts .post_category {
  display: inline-block;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
  background: #ececec;
  padding: 2px 8px;
  margin: 25px 8px 0 0;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.blog_posts .post_category:hover, .blog_posts .post_category:active, .blog_posts .post_category:focus {
  background: #d9d9d9;
}

.blog_posts .post_tags {
  display: inline-block;
  color: #9c9c9c;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_post {
  width: 100%;
}

.blog_post .post {
  padding-right: 30px;
  padding-left: 0.9375rem;
}

.blog_post .post_info {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  margin-top: 0;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_post .post_info {
    padding: 0;
    text-align: center;
  }
}

.blog_post .post_info_date {
  display: flex;
  color: #231f20;
}

.blog_post .post_info_date .post_author,
.blog_post .post_info_date .post_datestamp,
.blog_post .post_info_date .post_datestamp span {
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_post .post_info_date .post_author,
  .blog_post .post_info_date .post_datestamp,
  .blog_post .post_info_date .post_datestamp span {
    font-size: 13px;
  }
}

.blog_post .post_info_date .post_author a {
  pointer-events: none;
  cursor: text;
}

.blog_post .post_info_date .post_author a:before {
  content: 'Author: ';
}

.blog_post .post_image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  display: none;
  margin-bottom: 55px;
}

.blog_post .post_image.show {
  display: block;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_post .post_image {
    height: 220px;
    margin-bottom: 30px;
  }
}

.blog_post .post_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  min-width: 100%;
  height: auto;
  min-height: 320px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blog_post .post_image img {
    min-height: 28vw;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_post .post_image img {
    position: relative;
    top: 0;
    left: 0;
    min-height: 100%;
    transform: none;
    width: 100%;
  }
}

.blog_post .post_title {
  margin-bottom: 20px;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: auto;
  font-weight: auto;
  letter-spacing: 0;
  text-transform: inherit;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .blog_post .post_title {
    margin-bottom: 0;
    margin-top: 16px;
  }
}

.blog_post .post_comments {
  display: none;
}

.blog_post .post_datestamp .post_datestamp {
  color: #9c9c9c;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_post .post_meta_post {
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.blog_post .post_categories {
  font-size: 0;
}

.blog_post .post_categories .comma {
  display: none;
}

.blog_post .post_category {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px 11px 5px;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_post .post_category:hover, .blog_post .post_category:active, .blog_post .post_category:focus {
  background: #ebebeb;
}

.blog_post .post_tags {
  color: #969696;
  font-size: 14px;
}

.blog_post .post .comments {
  text-align: center;
}

.blog_post .post .comments .comments_write_link.button {
  display: none;
}

.blog_post .post .comments .button {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #e5801c;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 25px;
}

.blog_post .post .comments .button:hover, .blog_post .post .comments .button:focus {
  background: #c46d16;
  color: #fff;
}

.blog_post .post .comments .WriteCommentWrapper {
  margin: 67px auto 0 auto;
  max-width: 100%;
}

.blog_post .post .comments input,
.blog_post .post .comments textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 5px 0;
  color: #231f20;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
  background-color: #fff;
  transition: all 0.3s ease-in;
  outline: none;
}

.blog_post .post .comments input:hover, .blog_post .post .comments input:active, .blog_post .post .comments input:focus,
.blog_post .post .comments textarea:hover,
.blog_post .post .comments textarea:active,
.blog_post .post .comments textarea:focus {
  border: 1px solid #b3b3b3;
  background: #fff;
}

.blog_post .post .comments a[id*="SubmitAComment"] {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 3px 15px;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #e5801c;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px 25px;
  margin-top: 45px;
}

.blog_post .post .comments a[id*="SubmitAComment"]:hover, .blog_post .post .comments a[id*="SubmitAComment"]:focus {
  background: #c46d16;
  color: #fff;
}

.blog_post .post .comments .Error {
  color: #ec5840;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: inherit;
}

.blog_post .post .comments .SecurityError,
.blog_post .post .comments .FieldError {
  border: 1px solid #ec5840 !important;
  background: #fff !important;
}
