

.sailsquare_wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

main, .header-inner, .footer-inner {
  width: 100%;
  max-width: 980px;
}

.sailsquare_wrap * {
  text-rendering: auto !important;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0 !important;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

.header {
  position: relative;
  z-index: 2;
  border-bottom: none;
  color:#fff;
}

header .dropdown-toggle::after {
  color: #fff;
}

header .user-nav {
  font-size: 15px;
}

header .user-nav a.button {
  display: inline-block;
  background: #ff194c;
  color: #fff;
  font-size: 15px; 
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 5px;
}

header .user-nav a.button strong{ font-weight: 800; }
header .user-nav a.button:hover { background: #ad0d30; text-decoration: none; }





.header .logo a {
  display: block;
  background-image: url(https://p3.zdassets.com/hc/theme_assets/645994/200093371/logo-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width:189px;
  height:42px;
}

.header .logo img {
  display: none;
}

.hero-unit {
  margin-top: -100px;
  padding-top: 100px;
  background: url(https://p3.zdassets.com/hc/theme_assets/645994/200093371/bgzendesk.jpg) no-repeat center center;
  background-size: cover;
	background-attachment:fixed;
	margin-right: -9999rem;
	margin-left: -9999rem;
  padding-right: 9999rem; 
  padding-left: 9999rem; 
  text-align: center;
  padding-bottom: 70px;
}

.hero-wrap {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.hero-unit h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 35px;
  margin-bottom: 25px;
  line-height: 1.1em;
}
.hero-unit h1 strong {
  font-weight: 800;
}

.hero-unit p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}

.hero-unit form.search {
  padding-right: 120px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.hero-unit form.search:after {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.8em;
  line-height: 80px;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  width: 90px;
  z-index: 1;
  pointer-events : none;
}

.hero-unit.search-box::before,
.hero-unit.sub-nav .search::before {
  display: none;
}

.hero-unit.search-box input[type="search"] {
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  line-height: 50px;
  padding: 15px 30px;
  font-size: 22px;
  color: #14ace4;
  font-weight: 500;
}
.hero-unit.search-box input[type="search"]::-webkit-input-placeholder { opacity: 1; font-weight: 800; color: #14ace4; }
.hero-unit.search-box input[type="search"]::-moz-placeholder { opacity: 1; font-weight: 800; color: #14ace4; }
.hero-unit.search-box input[type="search"]:-moz-placeholder {  opacity: 1; font-weight: 800; color: #14ace4; }
.hero-unit.search-box input[type="search"]:-ms-input-placeholder {  opacity: 1; font-weight: 800; color: #14ace4; }


.hero-unit.search-box input[type="submit"] {
  text-indent: -9999px;
  width: 90px;
  background: #ff194c;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  line-height: 50px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hero-unit.search-box input[type="submit"]:hover { background: #ad0d30; }

.category h2 {
  font-family: 'Raleway', sans-serif;
  margin-top: 70px;
  text-align: center;
  font-size: 48px;
  line-height: 1.1em;
  color: #14ace4;
  font-weight: 300;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 30px;
}

.category h2 a {
  text-transform: lowercase;
  text-transform: capitalize;
  text-decoration: none;
}

.community h2,
.community h3,
.section h3 {
  font-size: 28px;
  line-height: 1.1em;
  text-align: center;
  text-transform: capitalize;
  font-weight: 800;
}

.left-articles .article-list li, .left-articles .community li { text-align: left;}
.left-articles .article-list { list-style: none !important; padding: 0; margin-top: 50px; }
.left-articles .article-list li a { color: #14ace4; font-size: 25px; font-weight: 800; padding: 20px 0; border-top: 1px solid #DADADA; display: block; }
.left-articles .article-list li a:before { display: none; }  

.article-list li,
.community li {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}

.article-list li a:before,
.community li a:before {
  content: '\b7\a0\a0';
  font-size: 18px;
  font-weight: 800;
  display: inline-block;
  color: #14ace4;
}

a.see-all-articles {
  display: block;
  text-align: center;
  color: #ff194c;
  font-weight: 800;
  font-size: 16px;
}

.category {
  text-align: center;
}

.category-empty,
.section {
  width: 33%;
  padding: 30px 20px 50px;
}

section.contact_us {
  text-align: center;
  position: relative;
  padding-bottom: 70px;
}

section.contact_us:after { 
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;  
  height: 70px;
  background: #F1F6F7;
  margin-right: -9999rem;
	margin-left: -9999rem;
  padding-right: 9999rem; 
  padding-left: 9999rem; 
}

section.contact_us div.half {
  display: inline-block;
  width: 49%;
  padding: 60px 40px;
  vertical-align: top;
}

section.contact_us div.half i {
  width: 67px;
  height: 67px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

section.contact_us div.half.request i { background-image: url(https://p3.zdassets.com/hc/theme_assets/645994/200093371/request.svg); }
section.contact_us div.half.telephone i { background-image: url(https://p3.zdassets.com/hc/theme_assets/645994/200093371/telephone.svg); }

section.contact_us div.half h1 {
  font-size: 48px;
  color: #14ace4;
  line-height: 1.1em;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 25px;
}

section.contact_us div.half h1 strong {
  font-weight: 800;
}

section.contact_us div.half p {
  color:#a1a1a1;
  font-size: 16px;
}

section.contact_us div.half p strong{
  color:#14ace4;
  font-weight: 800;
}

section.contact_us div.half a{
  display: inline-block;
  background: #ff194c;
  color: #fff;
  font-size: 16px; 
  padding: 8px 20px;
  font-weight: 500;
  border-radius: 5px;
}

section.contact_us div.half a strong{
  font-weight: 800;
}

section.contact_us div.half a:hover { background: #ad0d30; text-decoration: none; }

.page-header h1 {
  font-size: 48px;
  font-weight: 300;
  color: #14ace4;
  line-height: 1.1em;
}

h1.title-article {
  font-size: 48px;
  font-weight: 800;
  color: #14ace4;
  line-height: 1.1em;
}

.article-body {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 400;
}

.article-body p {
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumbs li {
  font-size: 16px;
  font-weight: 800;
}

.breadcrumbs li a {
  font-size: 16px;
  font-weight: 800;
  color:#ff194c;
  text-decoration: underline;
}

.breadcrumbs li + li::before {
  content: "/";
  font-size: 16px;
  font-weight: 800;
}

.side-column h3 {
  font-weight: 800;
  font-size: 28px;
  border-bottom: none;
  line-height: 1.1em;
  color: #14ace4;
  margin-bottom: 0;
}

.side-column li a {
  font-size: 13px;
}

.side-column li a:before {
  content: '\b7\a0\a0';
  font-size: 14px;
  font-weight: 800;
  display: inline-block;
  color: #14ace4;
}

.side-column form.search {
  position: relative;
  margin-bottom: 50px;
}

.side-column form.search:after {
    position: absolute;
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.6em;
  line-height: 60px;
  color: #14ace4;
  position: absolute;
  text-align: center;
  top: 0;
  left: 10px;
  width: 40px;
  z-index: 1;
  pointer-events : none;
}

.side-column form.search input[type=search] {
  width: 100%;
  font-size: 16px;
  height: 60px;
  line-height: 40px;
  padding: 10px 10px 10px 50px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  color: #14ace4;
}

.side-column form.search input[type="search"]::-webkit-input-placeholder { opacity: 1; font-weight: 800; color: #14ace4; }
.side-column form.search input[type="search"]::-moz-placeholder { opacity: 1; font-weight: 800; color: #14ace4; }
.side-column form.search input[type="search"]:-moz-placeholder {  opacity: 1; font-weight: 800; color: #14ace4; }
.side-column form.search input[type="search"]:-ms-input-placeholder {  opacity: 1; font-weight: 800; color: #14ace4; }

.side-column form.search input[type=submit] {
  display: none;
}


footer.article-footer {
  display: none;
}

.form-field label {
  font-size: 16px;
  font-weight: 800;
  color: #14ace4;
}

.form-field input[type=text]{
  width: 100%;
  font-size: 16px;
  height: 60px;
  line-height: 40px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  color: #14ace4;
}

.form-field .nesty-input{
  width: 100%;
  min-width: 200px;
  max-width: 9999px;
  font-size: 16px;
  height: 60px;
  line-height: 40px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  color: #14ace4;
}

.form-field .nesty-input * {
  width: 100%;
}

.form-field.required > label::after{
  font-size: 20px;
  color: #ff194c;
}

.form-field .nesty-input::after {
  color: #ff194c;
  top: 15px;
  font-size: 22px;
}

.form {
  max-width: 9999px;
}

.form footer {
  text-align: left;
  border-top: none;
  padding-top: 15px;
}

.form footer input[type=submit] {
  background: #ff194c;
  font-size: 22px;
  border-radius: 5px;
  font-weight: 800;
  padding: 20px 45px;
  cursor: pointer;
}
.form footer input[type=submit]:hover {
  background: #ad0d30;
}

.nesty-panel,
.nesty-panel *, {
  width: 100% !important;
  max-width: 9999px !important;
}

.section-tree {
  text-align: center;
}

h2.search-results-subheading {
  display: none;
}

.search-results-list {
  padding: 0 !important;
  list-style: none !important;
}

.search-results-list li {
  padding: 40px 0 !important;
  list-style: none !important;
}

.search-results-list li a.search-result-link { color: #14ace4; font-size: 25px; line-height: 1.1em; font-weight: 800; display: block; }
.search-results-list li .search-result-meta { display: none; }
.sub-nav { height: 50px; display: block; padding: 0;}

.main-column { width: 63%; }
.side-column { margin-left: 4%; width: 32%; }


@media ( max-width: 900px ) {
  .category-empty, .section { width: 49.5%; }
  .hero-unit h1, .category h2, section.contact_us div.half h1, .page-header h1, h1.title-article  { font-size: 36px; }
  .main-column { width: 100%; margin-bottom: 60px; }
  .side-column { margin-left: 0; width: 100%; }
}

@media ( max-width: 550px ) {
  .left-articles .article-list li a { font-size: 20px;}
  .breadcrumbs li, .breadcrumbs li a { font-size: 14px;}
  .category-empty, .section { width: 100%; }
  section.contact_us div.half {  width: 100%; padding: 60px 0px 0; }
  section.contact_us { padding-bottom: 120px; }
  .community h2, .community h3, .section h3 { font-size: 26px; }
  .logo { margin-top: 30px; display: block; text-align: center;}
  .logo a {margin: 0 auto; }
  .user-nav { display: block; text-align: center; }
  .user-nav > * { margin: 0 10px; }
  .user-nav .button { display: block !important; margin:5px auto; max-width: 200px; }
  .hero-unit { padding-bottom: 30px; }
  .hero-unit h1, .category h2, section.contact_us div.half h1, .page-header h1, h1.title-article  { font-size: 30px; }
  .hero-unit.search-box input[type="search"] { line-height: 40px; padding: 10px 20px; font-size: 18px; }
  .hero-unit.search-box input[type="submit"] { line-height: 40px; padding: 10px; width: 70px; } 
  .hero-unit form.search { padding-right: 90px; }
  .hero-unit form.search:after { line-height: 60px; width: 70px; font-size: 1.4em; }
  .category-empty, .section { padding: 20px 10px 30px; }
  .category h2 { margin-top: 50px; padding-bottom: 20px;}
  .sub-nav { height: 30px;}
  .article-body p { font-size: 14px; }
}