/* RESET & COMMON STYLES 
v 3.2.4
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
label { cursor: pointer; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; *overflow: visible; }
button, input, select, textarea { font: 400 18px/1.5 'proxima-nova', sans-serif; color: #888; margin: 0; padding: 0; vertical-align: baseline; *vertical-align: middle; }
button:focus, input:focus, select:focus, textarea:focus, a:focus { outline: none; }

::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

br, hr { display: block; clear: both; height: 0; margin: 0; padding: 0; font-size: 0; line-height: 0; border: 0; }
hr { border-bottom: 2px dotted #007db1; margin-bottom: 20px; }
img { max-width: 100%; height: auto;}
a { color: #99cbe0; text-decoration: none; }
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}

aside#sidebar.row {
	padding-top: 40px;
}

a:hover { color: #555; }

.left { float: left; } 
.right { float: right; }
.clear { clear: both; }

body {
  background: #fff;
  color: #888;
  font: 400 18px/1.5 'proxima-nova', sans-serif;
}

/* TOP HEADER */

#top {
  padding: 0;
}

#top .logo {
  float: left;
  width: 241px;
  height: 82px;
  background: url(logo_main.png) center top no-repeat;
  text-indent: -9999px;
  margin: 40px 0;
}
a.covid {
    float: right;
    display: block;
    background: #247db2;
    color: #eae925;
    font-weight: 600;
    padding: 6px 16px;
}
#top .places {
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px 0 10px;
  clear: both;
}

#top .places a:hover {
  color: #00aeef;
}

#top .places em {
  background: url(places_separator.png) center center no-repeat;
  padding: 0 1px;
  margin: 0 10px 0 5px;
  vertical-align: 1px;
}

#top .search_trigger {
  display: none;
  clear: both;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

#searchform {
  clear: both;
  float: right;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

#searchform #s {
  float: left;
  border: 0;
  padding: 0 5px;
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  text-transform: uppercase;
  width: 175px;
}

#searchform #searchsubmit {
  float: left;
  width: 23px;
  height: 22px;
  border: 0;
  background: url(icon_search.png) center center no-repeat;
  cursor: pointer;
}

/* MAIN NAVIGATION */

#nav_main .nav_trigger {
  display: none;
  height: 40px;
  background: url(icon_mobile_nav.png) 10px center no-repeat;
}

#nav_main li {
  float: left;
  position: relative;
  margin: 0 1px 0 0;
}

#nav_main .last {
  margin: 0;
  float: right;
}

#nav_main ul a {
  float: left;
  height: 40px;
  padding: 0 18px;
  font-size: 17px;
  line-height: 40px;
  color: #6d6f71;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#nav_main .double_line > a {
  padding: 10px 23px 0;
}

#nav_main ul a:hover,
#nav_main .current_page_item > a,
#nav_main .current_page_parent > a,
#nav_main .current_page_ancestor > a,
#nav_main .hover > a {
  background: #007db1;
  color: #fff;
}

#nav_main li ul {
  border-left: 0;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 15;
}

#nav_main .last ul {
  left: auto;
  right: 0;
}

#nav_main li li {
  float: none;
  width: 250px;
  margin: 0;
}

#nav_main li li a {
  float: none;
  display: block;
  height: auto;
  padding: 7px 10px 8px;
  background: rgba(0, 125, 177, 0.8);
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-align: left;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#nav_main li li a:hover,
#nav_main .secondHover > a {
  background: rgba(0, 125, 177, 1);
}

#nav_main li li ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 118px;
}

#nav_main li li li {
  width: 234px;
}

/* HERO BANNER & HOME PAGE SLIDER */

#hero {
  background: #f2f9fb;
}

#hero .background {
  display: block;
  margin: auto;
}

#hero .slideshow_container {
  position: relative;
}

#hero .overlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 125, 177, 0.8);
  z-index: 10;
}

#hero .overlayer .txt {
  padding: 125px 0 0 150px;
  color: #fff;
  line-height: 1;
  max-width: 90%;
  text-shadow: 0px 1px 0 #000;
}

#hero .overlayer .title {
  font-weight: 300;
  font-size: 42px;
}

#hero .overlayer .title strong {
  font-weight: 700;
}

#hero .overlayer p {
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0 25px;
}

#hero .overlayer a {
  float: left;
  padding: 13px 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 15px 0 0;
}

#hero .overlayer a:hover {
  background: #007db1;
  border-color: #007db1;
}

/* MAIN SECTION */

#main {
  padding: 50px 0 10px;
}

/* CONTENTS */

#contents p {
  padding: 0 0 15px;
}

#contents h1 {
  clear: both;
  font: 700 28px/1 'proxima-nova', sans-serif;
  color: #007db1;
  border-bottom: 6px solid #007db1;
  padding: 0 0 20px 5px;
  margin: 0 0 20px;
  position: relative;
}

#contents h1:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #007db1;
}

#contents h1.noborder {
  font: 700 26px/1 'proxima-nova', sans-serif;
  color: #818285;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 10px;
  position: static;
}

#contents h1.noborder:before {
  display: none;
}

#contents h2 {
  font: 700 24px/1.2 'proxima-nova', sans-serif;
  color: #99cbe0;
  margin: 0 0 0px;
	padding-bottom: 20px;
}

#contents div.twelve.columns ul {
	padding-top: 5px;
}

h3.gform_title {
	font-size: 24px!important;
	color: #007db1!important;
}

#contents div.twelve.columns div.clearfix div.six.columns.alpha h2,
#contents div.twelve.columns div.clearfix div.six.columns.omega h2 {
	color: #888;
}


#contents h3 {
  font: 700 20px/1 'proxima-nova', sans-serif;
  color: #888;
  margin: 0px 0 20px;
}

#contents h6 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
}

#contents h6 strong {
  color: #007db1;
  font-size: 18px;
}

#contents ul {
  list-style: disc outside;
	margin: -15px 0 10px 20px;
	padding-bottom: 20px;
}

#contents ol {
  list-style: decimal outside;
  margin: 0 0 10px 20px;
}

#contents li {
  padding: 0 0 5px;
}

.alignleft {
  float: left;
  margin: 5px 15px 10px 0;
}

.alignright {
  float: right;
  margin: 5px 0 10px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

.alignnone {
  display: block;
  margin: 0 0 10px;
}

.intro_box .thumbnail {
  display: block;
  position: relative;
}

.intro_box img {
  display: block;

}

#contents div.twelve.columns p {
	padding-bottom: 20px;
}

.intro_box .thumbnail:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 125, 177, 0.7);  
  display: none;
}

.intro_box .thumbnail:hover:after {
  display: block;
}

.intro_box .button {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 15px;
  background: #007db1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.intro_box .button:hover {
  background: #0489c1;
}

.intro_box .heaven_address,
.intro_box .web_streaming {
  display: block;
  margin: 0 0 25px;
  height: 60px;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.full_button_wrapper {
  clear: both;
  padding: 40px 0 20px;
}

.full_button {
  display: block;
  height: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.full_button.phone {
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 55px;
  color: #007db1;
  text-decoration: none;
  font-weight: 300;
  background: #f2f9fb;
  margin: 0 0 20px;
}

.full_button.phone.mobile {
  display: none;
}

.full_button.phone strong {
  font-weight: 700;
  margin: 0 0 0 10px;
}

.full_button.phone:hover {
  background: #47474a;
  color: #fff;
}

.full_button.heaven_address {
  text-indent: -9999px;
  background: #f2f9fb url(heaven_address.png) center center no-repeat;
}

.full_button.heaven_address:hover {
  background: #74c15f url(heaven_address_hover.png) center center no-repeat;
}

.full_button.web_streaming {
  text-indent: -9999px;
  background: #47474a url(web_streaming_hover.png) center center no-repeat;
}

.full_button.web_streaming:hover {
  background: #47474a url(web_streaming_hover.png) center center no-repeat;
}

.full_button.facebook {text-indent: -9999px;background: #3b5998 url(facebook-white.png) center center no-repeat;}
.full_button.facebook:hover {background-color: #8b9dc3;}

#monuments_list {
  padding: 0 0 15px;
}

#monuments_list .monument {
  margin-bottom: 20px;
}

#monuments_list .title {
  color: #fff;
  background: #007db1;
  padding: 2px 0px 2px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

#monuments_list .thumb {
  background: #e6e7e9;
}

#monuments_list .thumb img {
  display: block;
  margin: auto;
}

#monuments_list .txt {
  background: #ebebeb;
  color: #000;
  font-size: 14px;
  padding: 10px 10px 10px 15px;
}

#monuments_list .txt span {
  float: left;
  width: 50%;
}

#monuments_list .txt em {
  float: right;
  width: 50%;
  font-style: normal;
}

#color_range .color {
  float: left;
  width: 76px;
  margin: 0 9px 10px;
}

#color_range span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  height: 30px;
}

.team_member {
  clear: both;
  border-top: 2px dotted #007db1;
  padding: 20px 0 10px;
  overflow: hidden;
}

.team_member .img {
  float: left;
  width: 20%;
}

.team_member .bio {
  float: right;
  width: 77%;
}

.wf-gmp-canvas {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#contents address {
  margin: 0 0 20px;
  line-height: 21px;
  font-size: 16px;
  background: #f2f9fb;
  padding: 15px 0 15px 20px;
  color: #555;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#contents a.btn {
  background: #007db1;
  color: #fff;
  text-transform: uppercase;
  font: 600 15px/1 'proxima-nova', sans-serif;
  padding: 10px 20px;
  border-radius: 5px;
}

#breadcrumb {
  font-size: 11px;
  color: #ccc;
  text-transform: uppercase;
  padding: 10px 0 0;
}

#breadcrumb a {
  color: #ccc;
}

#breadcrumb a:hover {
  color: #333;
}

#contents .gform_wrapper {
  margin: 0 0 20px;
  max-width: 100%;
}

#contents .gform_wrapper ul {
  list-style: none;
}

#contents .gform_wrapper li, #contents .gform_wrapper form li {
  padding: 0 0 20px;
}

#contents .gform_wrapper .top_label .gfield_label {
  margin: 0 0 5px;
  display: block;
}

#contents .gform_wrapper input[type=text], #contents .gform_wrapper input[type=url], #contents .gform_wrapper input[type=email], #contents .gform_wrapper input[type=tel], #contents .gform_wrapper input[type=number], #contents .gform_wrapper input[type=password] {
  padding: 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  width: 92% !important;
  font-size: 14px;
}

#contents .gform_wrapper .ginput_full input[type=text],
#contents .gform_wrapper .top_label input.large {
  width: 96% !important;
}

#contents .gform_wrapper .top_label textarea.textarea {
  padding: 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  width: 96% !important;
  font-size: 14px;
}

#contents .gfield_radio li input[type=radio] {
  margin-left: 1px;
}

#contents .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

#contents .gform_wrapper input.button,
#contents .gform_wrapper input[type=submit] {
  background-color: #007db1;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font: 600 16px/1 'proxima-nova', sans-serif;
  padding: 12px 25px;
  border-radius: 5px;
}

#contents .gform_wrapper .gf_step {
  float: left;
}

#contents .gform_wrapper .gform_page_footer {
  border-top: 0;
  margin: 0;
  padding: 0;
  height: 45px;
}

#contents .gform_wrapper .gsection {
  border-bottom: 0;
}

#contents .gform_wrapper .gform_page_footer .button {
  float: right;
  margin: 0 5px 0 0;
}

#contents .gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

#contents .gform_wrapper .gform_page_footer .button.gform_next_button {
  margin: 0 15px 0 0;
}

/* SIDEBAR */

#sidebar h3 {
  float: left;
  font: 600 15px/1 'proxima-nova', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #007db1;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#sidebar nav {
  background: #f2f9fb;
  padding: 15px 0 25px;
}

#sidebar nav a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#sidebar nav a:hover {
  background: #e4f3f8;
}

#sidebar .current_page_item a {
  font-weight: bold;
}

#sidebar .bottom {
  position: relative;
  background: #007db1;
  height: 6px;
}

#sidebar .bottom:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #007db1;
}

/* FOOTER */

#footer {
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .blue_strip {
  padding: 20px 0 30px;
  background: #007db1;
  font-size: 12px;
}

#footer .blue_strip h6 {
  display: none;
}

#footer .blue_strip a {
  display: block;
}

#footer .blue_strip .title {
  padding: 20px 0 0;
}

#footer .blue_strip .title a {
  font-weight: bold;
  text-transform: uppercase;
}

#footer .blue_strip .noclick a {
  cursor: default;
}

#footer .blue_strip .noclick a:hover {
  text-decoration: none;
}

#footer .grey_strip {
  padding: 15px 0 12px;
  background: #47474a;
}

#footer .grey_strip .links li {
  float: left;
  margin: 0 10px 6px 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #fff;
  height: 10px;
  line-height: 11px;
  text-transform: uppercase;
  font-size: 12px;
}

#footer .grey_strip .links li:last-child {
  margin: 0 0 6px 0;
  padding: 0;
  border-right: 0;
}

#footer .grey_strip .copyright {
  clear: both;
  font-size: 10px;
  text-transform: uppercase;
}

#footer .grey_strip .logo {
  /* float: right;
  text-indent: -9999px;
  width: 118px;
  height: 26px;
  background: url(logo_footer.png) center top no-repeat;
 margin-left: 15px; */
 display: none;
}

#footer .grey_strip .logo_fdanz {
  float: right;
  text-indent: -9999px;
  width: 113px;
  height: 42px;
  background: url(FDANZ-Primary-Member-logo-white-sml.png) center top no-repeat;
}

.grey_strip .eight.columns {
  padding-top: 5px;
}

/* RESPONSIVE MEDIA QUERIES */

/* SMALLER THAN STANDARD 960 (DEVICES AND BROWSERS) */
@media only screen and (max-width: 959px) {
    
  #contents .blue .ui-tabs .ui-tabs-nav li {
    font-size: 14px !important;
    margin: 0 1px 0 0 !important;
  }
  
  #contents .blue .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 4px 11px;
  }
  
}

/* TABLET PORTRAIT SIZE TO STANDARD 960 (DEVICES AND BROWSERS) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  #top {
    padding: 30px 0;
  }
  
  #top .logo {
    background: url(logo_small.png) center top no-repeat;
    width: 236px;
    height: 80px;
  }
  
  #nav_main ul a {
    font-size: 15px;
    padding: 0 15px;
  }
  
  #nav_main .last > a {
    padding: 0 12px;
  }
  
  #nav_main li li {
    width: 215px;
  }
  
  #nav_main li li a {
    font-size: 13px;
  }
  
  #hero .overlayer .txt {
    padding: 50px 0 0 60px;
    max-width: 80%;
  }
  
  .intro_box .button {
    padding: 0;
    text-align: center;
  }
  
  #color_range .color {
    margin: 0 17.5px 10px 0;
  }
    
}

/* ALL MOBILE SIZES (DEVICES AND BROWSER) */
@media only screen and (max-width: 767px) {

  body {
    font: 400 16px/1.5 'proxima-nova', sans-serif;
  }

  #top {
    padding: 20px 0;
  }
  
  #top .logo {
    background: url(logo_smallest.png) center top no-repeat;
    width: 162px;
    height: 55px;
  }
  
  #top .places {
    display: none;
  }
    
  #top .search_trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 39px;
  }
  
  #searchform {
    display: none;
    float: none;
    height: 22px;
    margin: 15px 0 0;
  }
  
  #searchform #s {
    width: 88%;  
  }
  
  #searchform #searchsubmit {
    float: right;
  }
  
  #nav_main .container {
    background: #f2f9fb;
  }
  
  #nav_main .nav_trigger {
    display: block;
  }
  
  #nav_main .primary {
    display: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  
  #nav_main li {
    width: 50%;
    position: static;
    margin: 0;
  }
  
  #nav_main .last {
    float: left;
  }
  
  #nav_main li a {
    float: none;
    display: block;
    height: auto;
    padding: 5px;
    margin: 1px 0 0;
    font-size: 15px;
    line-height: 1.5;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  #nav_main .last > a {
    padding: 5px;
  }
  
  #nav_main li ul {
    position: static;
  }
  
  #nav_main li li {
    width: 100%;
    position: relative;
  }
  
  #nav_main li li a {
    font-size: 13px;
    text-align: center;
    padding: 8px 5px;
  }
    
  #hero {
    background: #fff;
  }
  
  #hero .overlayer .txt {
    padding: 10px 0 0 10px;
    max-width: 95%;
    text-shadow: none;
  }
  
  #hero .overlayer .title {
    font-size: 19px;
  }
  
  #hero .overlayer p {
    font-size: 12px;
    line-height: 1;
    padding: 6px 0;
  }
  
  #hero .overlayer a {
    padding: 5px 10px;
    margin: 0 10px 0 0;
    font-size: 12px;
    border-radius: 3px;
  }
  
  .intro_box .thumbnail {
    display: none;
  }
  
  .intro_box .button {
    position: relative;
    margin: 0 0 5px;
  }
  
  .intro_box .button:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #0489c1 url(icon_plus_white.png) center center no-repeat;
  }
  
  .full_button_wrapper {
    padding: 0;
  }
  
  .full_button {
    margin: 0 0 5px;
  }
  
  .full_button.phone {
    display: none;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: left;
    background: #6d6f71;
    color: #fff;
    font-size: 11px!important;
    padding: 0 0 0 15px;
    margin: 0 0 5px;
  }
  
  .full_button.phone:hover {
    background: #7f8183;
  }
  
  .full_button.phone:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #7f8183 url(icon_phone.png) center center no-repeat;
  }
  
  .full_button.phone.mobile {
    display: block;
  }
  
  .team_member .img {
    width: 100%;
    margin: 0 0 10px;
    float: none;
    text-align: center;
  }
  
  .team_member .bio {
    float: none;
    width: auto;
  }
  
  #contents .blue .ui-tabs .ui-tabs-nav li {
    font-size: 13px !important;
    margin: 0 1px 0 0 !important;
  }
  
  #contents .blue .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 4px 6px;
  }
  
  #color_range .color {
    margin: 0 12px 10px;
  }
  
  #sidebar nav {
    padding: 10px 0 15px;
  }
  
  #sidebar nav a {
    font-size: 13px;
    padding-left: 10px;
  }
  
  .intro_box {
    margin-left: auto;
  	margin-right: auto;
  	padding-top: 20px;
  }
  
  #footer .blue_strip {
    padding: 0 0 15px;
  }
  
  #footer .grey_strip {
    padding: 15px 0 20px;
  }
  
  #footer .grey_strip .ten.columns {
    position: relative;
    top: 48px;
  }
  
  #footer .grey_strip .two.columns {
    position: relative;
    top: -68px;
  }
  
  #footer .grey_strip .logo {
    float: none;
    display: block;
    margin: auto;
  }
  
  #footer .grey_strip .logo_fdanz {
    float: none;
    display: block;
    margin: 15px auto 0;
  }
  
  #footer .grey_strip .links {
    text-align: center;
  }
  
  #footer .grey_strip .links li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0 17px 0 12px;
    font-size: 11px;
  }
  
  #footer .grey_strip .links li:nth-child(3) {
    border-right: 0;
  }
  
  #footer .grey_strip .links li:last-child {
    display: block;
    margin: 0;
  }
  
  #footer .grey_strip .copyright {
    text-align: center;
    padding: 25px 0 10px;
  }
  
  .ht-notification-text p {
    font-size: 12px;
}
  
}
  
/* MOBILE LANDSCAPE SIZE TO TABLET PORTRAIT (DEVICES AND BROWSERS) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  #hero .overlayer .txt {
    padding: 20px 0 0 20px;
    max-width: 90%;
  }
  
  #hero .overlayer .title {
    font-size: 22px;
  }
  
  #hero .overlayer p {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 0;
  }
  
  #hero .overlayer a {
    padding: 7px 25px;
    margin: 0 15px 0 0;
    font-size: 14px;
  }
  
  #color_range .color {
    margin: 0 4px 10px;
  }
  
  .team_member .img {
    float: left;
    width: 41%;
    margin: 0 4% 0 0;
  }
    
}

/* MOBILE PORTRAIT SIZE TO MOBILE LANDSCAPE SIZE (DEVICES AND BROWSERS) */
@media only screen and (max-width: 479px) {
  
  #hero .overlayer p {
    display: none;
  }
 #hero .overlayer .title {
  	padding-bottom: 10px;
  }
  
#hero .overlayer .txt a {
	margin-bottom: 10px;
}
  
  
}

/* END */

nav#text-2.two.columns div.textwidget p {
	padding-bottom: 10px;
}



#contents div.twelve.columns div.six.columns.alpha img {
	padding-bottom: 20px;
}
#contents div.twelve.columns div.six.columns.omega img {
	padding-bottom: 20px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

.ht-n-container .ht-notification-text {
  padding: 10px 6px;
}

.ht-n-top .ht-notification-wrap, .ht-n-bottom .ht-notification-wrap {
  padding: 0px;
}

/*INV Feedback Grid*/
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.child {
  padding: 10px;
}

.number {
  font-size: 36px;
  font-family: ;
}

.parent .child .feature {
	
}

/*Responsive*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .parent {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .parent {
    grid-template-columns: repeat(1, 1fr);
  }
}