



/* 1a. Containers */

      /*== Theme Wrapper Width Adjust HUBL Variable ==*/
 /*== Theme Wrapper Vertical Padding Adjust HUBL Variable ==*/

/* 1b. Colors */

   /*== Theme Base Color HUBL Variable ==*/  
 /*== Theme Secondary Color HUBL Variable ==*/

/* 1c. Typography */

 /*== Theme Primary Font HUBL Variable ==*/
 /*== Theme Module Horizontal Padding Adjust HUBL Variable ==*/
 /*== ==*/
     /*== Theme Base Font Family HUBL Variable ==*/        

 /*== Theme Base Font Size HUBL Variable ==*/
 /*== Theme Heading (H1) Styling HUBL Variable ==*/
 /*== Theme Heading (H2) Styling HUBL Variable ==*/
 /*== Theme Heading (H3) Styling HUBL Variable ==*/
 /*== Theme Heading (H4) Styling HUBL Variable ==*/
 /*== Theme Heading (H5) Styling HUBL Variable ==*/
 /*== Theme Heading (H6) Styling HUBL Variable ==*/
 /*== Theme Paragraph (p) Styling HUBL Variable ==*/

 /*== Theme Anchor Tag Styling HUBL Variable ==*/

/* 1d. Buttons */

 /*== Theme Button Global Background Color Choose HUBL Variable ==*/
 /*== Theme Button Global Text Choose HUBL Variable ==*/
 /*== Theme Button Global Border Color Choose HUBL Variable ==*/
 /*== Theme Button Global Hover Background Color Choose HUBL Variable ==*/
 /*== Theme Button Global Hover Text Color Choose HUBL Variable ==*/
 /*== Theme Button Global Border Radius Adjust HUBL Variable ==*/
 /*== Theme Button Global Horizontal and Vertical(Padding) Adjust HUBL Variable ==*/

 /*== Theme Secondary Button Global Background Color Choose HUBL Variable ==*/
 /*== Theme Secondary Button Global Text Choose HUBL Variable ==*/
 /*== Theme Secondary Button Global Border Color Choose HUBL Variable ==*/
 /*== Theme Secondary Button Global Hover Background Color Choose HUBL Variable ==*/
 /*== Secondary Theme Button Global Hover Text Color Choose HUBL Variable ==*/
 /*== Theme Secondary Button Global Border Radius Adjust HUBL Variable ==*/
 /*== Theme Secondary Button Global Horizontal and Vertical(Padding) Adjust HUBL Variable ==*/

/* 1e. Forms */

 /*== Theme Form Field Global Color Choose HUBL Variable ==*/
 /*== Theme Form Field Global Background Color Choose HUBL Variable ==*/
 /*== Theme Form Field Global Border Color Choose HUBL Variable ==*/
 /*== Theme Form Field Global Border Radius Adjust HUBL Variable ==*/
 /*== Theme Form Field Global Horizontal and Vertical(Padding) Adjust HUBL Variable ==*/
/* 1g. Site header */

     /*== Header Main Menu Item Styling HUBL Variable ==*/
         /*== Child Menu Item BG Color HUBL Variable ==*/
  /*== Child Menu Item Styling HUBL Variable ==*/
 /*== Menu Active Color HUBL Variable ==*/


/* 1h. Site footer */

 /*== Theme  Global Footer Text Color Choose HUBL Variable ==*/
 /*== Theme  Global Footer Text Color Choose HUBL Variable ==*/



/* Paragraphs */

p {
  ;
}

/* Anchors */

a {
  color: #34A7DA;
  text-decoration:none;
  transition:.3s all ease-in-out 0s;
  -webkit-transition:.3s all ease-in-out 0s;
  -moz-transition:.3s all ease-in-out 0s;
}

a:hover,
a:focus {
  color: #0c7fb2;
  text-decoration:none;
}
.hover-anchor-opacity a:hover {
  opacity:0.7;
}

a:active {
  color: #5ccfff;
}

/* Headings */

h1 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #262D3F;
  font-size: 70px;
}

h2 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #262D3F;
  font-size: 45px;
}

h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #262D3F;
  font-size: 35px;
}

h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #262D3F;
  font-size: 28px;
}

h5 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #34A7DA;
  font-size: 24px;
}

h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #262D3F;
  font-size: 20px;
}
p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323E5A;
  font-size: 18px;
}
/* Blockquote */

blockquote {
  border-left-color: ;
}



button,
.button {
  background-color: ;
  border: #6E80B0;
  border-radius: 2px;
  color: ;
  padding: 12px 22px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(215, 215, 215, 0.0);
  border-color: #465888;
  color: ;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #96a8d8;
  color: ;
}



form,
.submitted-message {
  ;
}

/* Form title */

h3.form-title {
  background-color: ;
  color: ;
}

/* Form label */

form label {
  color: ;
}

/* Form help text */

form legend {
  color: ;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: ;
  color: ;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: ;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: ;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

.fn-date-picker td.is-today .pika-button {
  color: ;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: ;
  border: #6E80B0;
  border-radius: 2px;
  color: ;
  padding: 12px 22px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(215, 215, 215, 0.0);
  border-color: #465888;
  color: ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #96a8d8;
  color: ;
}

.header {
  background-color: ;
}
table {
  width: 100%;
  border-spacing:0;
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: {font='Open Sans', sans-serif, font_set=GOOGLE, styles={font-family='Open Sans', sans-serif, font-style=normal, font-weight=600, text-decoration=none}, size=18, size_unit=px, color=#323E5A, variant=600, fallback=null, style=font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none, css=color: #323E5A;font-size: 18px;font-family: 'Open Sans', sans-serif; font-weight: 600;};

}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: {font='Open Sans', sans-serif, font_set=GOOGLE, styles={font-family='Open Sans', sans-serif, font-style=normal, font-weight=600, text-decoration=none}, size=18, size_unit=px, color=#323E5A, variant=600, fallback=null, style=font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none, css=color: #323E5A;font-size: 18px;font-family: 'Open Sans', sans-serif; font-weight: 600;};
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: {font='Open Sans', sans-serif, font_set=GOOGLE, styles={font-family='Open Sans', sans-serif, font-style=normal, font-weight=600, text-decoration=none}, size=18, size_unit=px, color=#323E5A, variant=600, fallback=null, style=font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none, css=color: #323E5A;font-size: 18px;font-family: 'Open Sans', sans-serif; font-weight: 600;};
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: ;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: ;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {

}

.header__language-switcher-label-current:after {
  border-top-color: {font='Open Sans', sans-serif, font_set=GOOGLE, styles={font-family='Open Sans', sans-serif, font-style=normal, font-weight=600, text-decoration=none}, size=18, size_unit=px, color=#323E5A, variant=600, fallback=null, style=font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none, css=color: #323E5A;font-size: 18px;font-family: 'Open Sans', sans-serif; font-weight: 600;};
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: {font='Open Sans', sans-serif, font_set=GOOGLE, styles={font-family='Open Sans', sans-serif, font-style=normal, font-weight=600, text-decoration=none}, size=18, size_unit=px, color=#323E5A, variant=600, fallback=null, style=font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none, css=color: #323E5A;font-size: 18px;font-family: 'Open Sans', sans-serif; font-weight: 600;};
  }
}


.footer {
  background-color: ;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #323E5A;
}


.blog-post__date {
  border-color: ;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: ;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: ;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: ;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: ;
}

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: ;
}

.blog-post__title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #262D3F;
  font-size: 45px;
}

.blog-post__author {
  background-color: ;
}

#comments-listing .comment-reply-to {
  color: #34A7DA;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0c7fb2;
}

#comments-listing .comment-reply-to:active {
  color: #5ccfff;
}


body .icon svg {
  fill: ;
}

body .tns-nav button.tns-nav-active {
  background-color: ;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: ;
}

body .team-member__description {
  background-color: ;
}

/*==== Pack Custom Styling ====*/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* Font Family and Colors */

    /* {  Used on global 'Background Overlay Color '  |  Ex. "color: #323E5A;" #} */
    /* {  Used on global 'Background gradient Color '  |  Ex. "color: #323E5A;" #} */
 /* { DarkBlue  | EX "color: ;" } */



                          /*  */
                          /*  */

/* Wrappers */
                          /*  */
                          /*  */




body{
  padding:0;
  font-size: 16px;
  line-height:1.5;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  width:100%;
  background:#ffffff;
  margin:0 auto;
  max-width:100%;
  color: #323E5A
}

.widget-span.widget-type-cell.wrapper,
.widget-span.widget-type-cell.smallwrapper{
  width: 100%;
  max-width: 1465px;
  margin: 0 auto;
  float: none;
  padding: 20px;
  padding-top:0px;
  padding-bottom:0px;
}
.widget-span.widget-type-cell.smallwrapper {
  max-width: 1275px;
}

/*======Heading,Para & List Items Styling=======*/


h1,h2,h3,h4,h5,h6,p,ul,li,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
}

a{
  margin-bottom:0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
}

h1{
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}

h2{
  line-height: 1.2;
  margin-bottom:10px;
  font-weight: 600;
}

h3{
  line-height:1.2;
}

h4{
  line-height:1.4;
  margin-bottom: 10px;
}

h5{
  font-weight: 500;
  margin-bottom: 10px;
}

h6{
  font-weight: 400;
  letter-spacing:.2px;
  margin-bottom: 8px;

}

p{
  line-height: 1.5;
  margin-bottom: 15px;
}

h4+p{
  margin-top:15px;
}

body img{
  vertical-align: middle;
}

ul{

}

* {
  -webkit-tap-highlight-color: transparent;
}

.header-container-wrapper .row-fluid [class*="span"]{
  min-height:0;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.body-container-wrapper {
  background:#ffffff;
  overflow:hidden;
  position:relative;
  z-index:2;
}

.body-container-wrapper ul, .body-container-wrapper ol {
  padding: 0;
  text-decoration: none;
  list-style: none;
  margin: 20px 0;
}

.body-container-wrapper li{
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing:.2px;
  margin-bottom: 8px;
  position: relative;
  margin-left: 30px;
}

.body-container-wrapper .all-text-white li:before{
  //background:#ffffff;
}



a{
  color: #34A7DA;    
}

.fa{
  color:#333;
}
/*====== Heading Top Text Styling ======*/
.heading-top-text {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  margin-bottom: 35px;
  padding-bottom:16px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}
.heading-top-text::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: #34A7DA;
  left: 0px;
  top: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}

/*======Blockquote Styling======*/

blockquote{
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color:#b2b2b2;
  font-weight: 300;
  padding-left: 18px;
  border-left: 2px solid #323E5A;
  margin-left: 4px;
  margin-top:25px
}


body a {
  text-decoration:none;
}
/*========CTA Styling========*/

body .primary_cta a,
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(2) a,
body a.cta_button,
body  form input.hs-button.primary.large{
  padding: 12px 22px;
  background: #6E80B0;
  text-decoration:none;
  cursor: pointer;
  display: inline-block;
  text-align:center;
  -moz-user-select: none;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  letter-spacing:-0.09px;
  transition:  .3s all ease-in-out 0s;
  -webkit-transition: .3s all ease-in-out 0s;
  -moz-transition: .3s all ease-in-out 0s;
  border:1px solid #6E80B0;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #ffffff;
  font-size: 17px;
}
body .primary_cta a:hover,
body a.cta_button:hover,
body  form input.hs-button.primary.large:hover,
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(2) a:hover{
  background-color:#ffffff;
  border:1px solid #6E80B0;
  color: #6E80B0 ;
  box-shadow:4px -2px 20px rgba(0,0,0,.2);
  -webkit-box-shadow:4px -2px 20px rgba(0,0,0,.2);
}


/*=== Secondary Button Styling ===*/

.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(1) a,
body .secondary_cta a,
body .secondary_cta a.cta_button,
body .row-fluid .secondary_cta form .hs-button.primary.large,
.open_house_form_fix .actions input.hs-button.primary.large{
  padding: 12px 22px;
  background: #34A7DA;
  border:1px solid #34A7DA;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  text-align:center;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(1) a:hover,
body .secondary_cta a:hover,
body .secondary_cta a.cta_button:hover,
body .row-fluid .secondary_cta form .hs-button.primary.large:hover,
.open_house_form_fix .actions input.hs-button.primary.large:hover{
  background-color:#ffffff;
  border:1px solid #34A7DA;
  color: #34A7DA;
  box-shadow:4px -2px 20px rgba(0,0,0,.2);
  -webkit-box-shadow:4px -2px 20px rgba(0,0,0,.2);
}


/*===== solid-CTA starts=====*/
.solid-cta .cta_button{
  background: #fff !important;
  color: #323e5a;
  border-color: #fff !important;
}
.solid-cta .cta_button:hover{
  background: transparent !important;
  color: #fff !important;
}
/*===== solid-CTA ends=====*/

/*===== solid-violet-CTA =====*/
.solid-violet .cta_button{
  background: #323e5a !important;
  color: #fff !important;
  border: 1px solid #323e5a !important;
}
.solid-violet .cta_button:hover{
  background: transparent !important;;
  color: #323e5a  !important;
}
/*===== solid-violet-CTA ends=====*/


/*====End of CTA Styling=====*/



/*======Text Alignment ========*/

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

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}





/*=======End of Text Alignment=======*/


.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:  rgba(17, 17, 17, 0.55);
  z-index: -1;
}

body .container-fluid .row-fluid .center-heading{
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  float: none;
  margin-bottom: 30px;
  text-align:center;
}



/*=====Background Color========*/


.white-bg{
  background:#ffffff;
}

.gray-bg{
  background: #e9eff4;
}

.black-bg{
  background:#333;
}

.base-color-bg .fa{
  color:#4a4a4a;
}

.dark-green-bg{
  background: #0d1b09;
}

.light-grey-bg{
  background: #e6edec;
}

.dark-green-bg{
  background: #40908c;
}

.light-green-bg{
  background: #47a09c;
}

/*======End of Background Color======*/


/*======List Style Styling========*/

.no-list-style ul{
  list-style: none;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

.section-padding {
  padding:100px;
  padding-left:0px;
  padding-right:0px;
  position:relative;
  z-indeX:1;
}


/*========Text Color with Spacing 0px Styling=====*/

.font-roboto {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}
.font-sarabun {
  font-family:;
}
.body-container-wrapper .all-text-white li:before{
  //background:#ffffff;
}
.form-white,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white a{
  color:#ffffff;
}

.form-black,
.all-text-black,
.all-text-black h1,
.all-text-black h2,
.all-text-black h3,
.all-text-black p,
.all-text-black h4,
.all-text-black h5,
.all-text-black h6,
.all-text-black li,
.all-text-black a{
  color:#000;
}
.form-blue,
.all-text-blue,
.all-text-blue h1,
.all-text-blue h2,
.all-text-blue h3,
.all-text-blue p,
.all-text-blue h4,
.all-text-blue h5,
.all-text-blue h6,
.all-text-blue li,
.all-text-blue a{
  color:#34A7DA;
}

.body-container-wrapper .all-text-white .fa{
  -webkit-text-fill-color: #ffffff;
}

.hero-margin {
  margin-top:148px;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#323E5A;
}

/*========End==================*/



/*========Wrapper Size============*/

body .container-fluid .row-fluid .small-wrap{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
}



/*========Basic Section Styling=========*/

.section-bg{
  background-size: cover!important;
  background-position:center center!important;
  background-repeat: no-repeat!important
}

.section-bg .bg-image{
  display:none!important;
}


.slick-slide:focus{
  outline: 0px;
}



/*=======End of Basic Section Styling=======*/




@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }


  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }


}


@media (max-width:1024px){


  h1 {
    font-size: 50px;
    line-height: 1.3;
  } 

  h2{
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  h5 {
    font-size:20px;
  }
  a.cta_button, .hs-button {
    padding: 16px 34px;
  }

  .section-padding {
    padding: 60px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

}


@media(max-width: 767px) and (min-width: 500px){

  .row-fluid [class*="span"].wrapper{
    padding: 0px 20px;
  }

}




@media (max-width:767px){

  h1 {
    font-size: 40px;
    line-height: 1.3;
  } 

  h2{
    font-size: 30px;
    line-height: 1.3;
  }

  h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5 {
    font-size:20px;
  }

  a.cta_button, .hs-button {
    padding: 16px 34px;
    font-size: 18px;
  }

  .row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .section-pad{
    padding:45px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  .primary-banner {
    padding: 120px 0 40px;
  }

  .align-left,
  .align-right{
    text-align:center;
  }


  .align_center .heading{
    padding-bottom:30px;
  }


  .pad-btm{
    padding-bottom:30px;
  }

}



@media(max-width: 480px){

  h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  h2 {
    font-size: 30px;
    line-height: 1.3;
  }


}



/*=======End of Text Alignment=======*/
.overlay{
  position:relative;
  z-index:1;
}
.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #323E5A;
  z-index: -1;
  opacity:0.5;
}
body .container-fluid .row-fluid .center-heading{
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  float: none;
  margin-bottom: 30px;
  text-align:center;
}
/*=====Background Color========*/
.white-bg{
  background:#ffffff;
}
.gray-bg{
  background: #e9eff4;
}
.black-bg{
  background:#333;
}
.base-color-bg .fa{
  color:#4a4a4a;
}
.dark-green-bg{
  background: #0d1b09;
}
.light-grey-bg{
  background: #e6edec;
}
.dark-green-bg{
  background: #40908c;
}
.light-green-bg{
  background: #47a09c;
}
/*======End of Background Color======*/
/*======List Style Styling========*/
.no-list-style ul{
  list-style: none;
}
.no-list-style li{
  margin:0;    
}
.no-list-style li:before{
  display:none;
}
/*========Text Color with Spacing 0px Styling=====*/
.body-container-wrapper .all-text-white li:before{
  //background:#ffffff;
}
.form-white,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white a{
  color:#ffffff;
}
.all-text-uppercase h1,
.all-text-uppercase h2,
.all-text-uppercase h3,
.all-text-uppercase h4,
.all-text-uppercase h5,
.all-text-uppercase h6,
.all-text-uppercase p,
.all-text-uppercase a,
.all-text-uppercase li {
  text-transform:uppercase;
}
.all-text-orange,
.all-text-orange h1,
.all-text-orange h2,
.all-text-orange h3,
.all-text-orange p,
.all-text-orange h4,
.all-text-orange h5,
.all-text-orange h6,
.all-text-orange li,
.all-text-orange a{
  color:;
}
.body-container-wrapper .all-text-white .fa{
  -webkit-text-fill-color: #ffffff;
}
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}
.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#323E5A;
}
.font-weight-nine,
.font-weight-nine h1,
.font-weight-nine h2,
.font-weight-nine h3,
.font-weight-nine h4,
.font-weight-nine h5,
.font-weight-nine h6,
.font-weight-nine li,
.font-weight-nine p,
.font-weight-nine a {
  font-weight:900;
}
.font-weight-eight,
.font-weight-eight h1,
.font-weight-eight h2,
.font-weight-eight h3,
.font-weight-eight h4,
.font-weight-eight h5,
.font-weight-eight h6,
.font-weight-eight li,
.font-weight-eight p,
.font-weight-eight a {
  font-weight:800;
}
.font-weight-seven,
.font-weight-seven h1,
.font-weight-seven h2,
.font-weight-seven h3,
.font-weight-seven h4,
.font-weight-seven h5,
.font-weight-seven h6,
.font-weight-seven li,
.font-weight-seven p,
.font-weight-seven a {
  font-weight:700;
}
.font-weight-six,
.font-weight-six h1,
.font-weight-six h2,
.font-weight-six h3,
.font-weight-six h4,
.font-weight-six h5,
.font-weight-six h6,
.font-weight-six li,
.font-weight-six p,
.font-weight-six a {
  font-weight:600;
}
.font-weight-five,
.font-weight-five h1,
.font-weight-five h2,
.font-weight-five h3,
.font-weight-five h4,
.font-weight-five h5,
.font-weight-five h6,
.font-weight-five li,
.font-weight-five p,
.font-weight-five a {
  font-weight:500;
}
.font-weight-four,
.font-weight-four h1,
.font-weight-four h2,
.font-weight-four h3,
.font-weight-four h4,
.font-weight-four h5,
.font-weight-four h6,
.font-weight-four li,
.font-weight-four p,
.font-weight-four a {
  font-weight:400;
}
.font-weight-three,
.font-weight-three h1,
.font-weight-three h2,
.font-weight-three h3,
.font-weight-three h4,
.font-weight-three h5,
.font-weight-three h6,
.font-weight-three li,
.font-weight-three p,
.font-weight-three a {
  font-weight:300;
}
/*========End==================*/
/*========Wrapper Size============*/

body .container-fluid .row-fluid .small-wrap{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
}
/*========Basic Section Styling=========*/
.section-bg{
  background-size: cover!important;
  background-position:center center!important;
  background-repeat: no-repeat!important;
}
.section-bg .bg-image{
  display:none!important;
}
.slick-slide:focus{
  outline: 0px;
}
/*=======End of Basic Section Styling=======*/
@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

}

@media(max-width: 767px) and (min-width: 500px){

  .row-fluid [class*="span"].wrapper{
    padding: 0px 20px;
  }
}
@media (max-width:767px){
  h1 {
    font-size: 50px;
    line-height: 1.3;
  } 
  h2{
    font-size: 30px;
    line-height: 1.3;
  }
  h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  a.cta_button, .hs-button {
    padding: 6px 34px;
    font-size: 18px;
  }
  .row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
  }
  .section-pad{
    padding:45px 0;
  }
  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }
  .primary-banner {
    padding: 120px 0 40px;
  }
  .align-left,
  .align-right{
    text-align:center;
  }
  .align_center .heading{
    padding-bottom:30px;
  }
  .pad-btm{
    padding-bottom:30px;
  }
}
@media(max-width: 480px){
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #4a4a4a;
}
:-moz-placeholder {
  color: #4a4a4a;
}
::-moz-placeholder {  
  color: #4a4a4a;
}
:-ms-input-placeholder {  
  color: #4a4a4a;
}
select::-ms-expand {
  display: none;
}
.row-fluid form li{
  margin:0;
}
.row-fluid  form li:before{
  display:none;
}
.hs-error-msgs li label{
  color: #FD2727;
  font-size: 11px;
}
form li:before{
  display:none;
}
.row-fluid form input,
.row-fluid form select,
.row-fluid form textarea{
  height: 45px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 0;
  margin-bottom: 8px;
  background: #ffffff;
  padding:10px 20px;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #323E5A;
  font-size: 14px;
  border:1px solid #D0DADD;
  border-radius:2px;
}
.row-fluid form .field>label{
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #323E5A;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  display:block;
  margin-bottom:15px;
  margin-top:14px;
  letter-spacing:-0.07px;
}
.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
}
.row-fluid  form textarea{
  height:145px;    
  resize: none;
}
.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}
.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
  cursor:pointer;
}
form .hs-error-msgs{
  margin:0;
  padding:0;
}
form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}
.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
body .row-fluid .hs-form fieldset {
  max-width: 100%;
}
form .hs-form-required{
  display:none;
}
.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}
.body-container-wrapper form ul,
form ul{
  list-style:none;
}
.body-container-wrapper form li:before{
  display:none;
}
body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}
body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}
body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}
body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}
body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}
body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}
body .row-fluid select{
  // background: #ffffff url('//cdn2.hubspot.net/hubfs/5555050/Assest-19/angle-arrow-down.svg') no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  cursor:pointer;
}
/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
  width:auto;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
  padding: 0;
  border-radius: 4px;
  background: #ffffff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .checkbox-row input:checked:after,
body .row-fluid input[type="checkbox"]:checked:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #323E5A;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #323E5A;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}

/*===================================================
Two Col Adjust
===================================================*/   
body .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}
body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.57%;
  -webkit-flex-basis: 47.57%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
  -webkit-flex-direction:column;
}

/*==================================================
Three Col Adjust 
==================================================*/
body .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}
body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
  -webkit-flex-direction:column;
}
/*==================================================
Four Col Adjust 
==================================================*/
body .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
  -webkit-flex-direction:column;
}


/* ==========================================================================
Custom Menu Primary
========================================================================== */
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:993px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}
/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */
.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}
@media (max-width: 992px){
  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }
  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 50%;  
    transform:translateY(-50%);/* Position Button at right of screen  */
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#ffffff; 
  }
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -2px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 24px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #323E5A; /* Icon color */
    display: inline-block;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }
  .mobile-trigger i:before{
    top: -8px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 8px; /* Position bottom line */
  }
  body.mobile-open .mobile-trigger i:before, 
  body.mobile-open .mobile-trigger i:after {
    top: 0;
  }
  body.mobile-open .mobile-trigger i:before {
    transform: rotate(45deg);
  }
  body.mobile-open .mobile-trigger i:after {
    transform: rotate(-45deg);
  }
  body.mobile-open .mobile-trigger i {
    background: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #323E5A; /* Icon color */
  }
  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 45px !important;
    padding: 0 !important;
    opacity: 0;
    display: block;
    z-index:5;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#323E5A; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }
  /* Menu Styles on Mobile Devices
  ========================================================================== */  
  .custom-menu-primary.js-enabled{
    position: relative;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 95px;
    left: 0;
    padding: 0;
    background: #ffffff;
    right: 0;
    padding: 10px 20px 20px;
    border-top: 1px solid #323E5A;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

}






/*=======================================================================
* Header Section Styling
*=====================================================================*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #888;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius:30px;
}

.hide-top-header .top-header {
  display: none;
}
.hide-top-header .hero-margin {
  margin-top: 84px;
}
.hide-top-header .banner-section {
  height: calc(100vh - 84px);
}
.hide-top-header header.faq-header.header-fixed {
  top: 0;
}
.none-sticky-header .body-wrapper header.faq-header {
  position: relative;
  top:0;
}
.none-sticky-header .hero-margin {
  margin: 0;
}
.top-header .align-right p {
  font-size: 15px;
  color: #E6EAEB;
  letter-spacing: 0.23px;
  line-height: 2;
}
.top-header .align-right p a {
  font-weight: 700;
  color:#ffffff;
}
.top-header .align-right p a.green_color {
  color: #8BBD6C;
}
header.dats-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul >li.hs-menu-item.secondary_cta a {
  color: #ffffff;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul >li.hs-menu-item.secondary_cta a:hover {
  color:#34a7da;
}
header.dats-header.header-fixed {
  top: -66px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.top-header {
  padding:12px 0px;
}
.top-header .align-right .search {
  margin-right: 20px;
}
.global-header .main-header {
  padding: 30px 0px 20px;
  position:relative;
  box-shadow: 0px 0px 2px #1F1F1F1A;
  -webkit-box-shadow: 0px 0px 2px #1F1F1F1A;
}
.global-header .main-header .logo a img {
  max-width: 200px;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li {
  margin: 0;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li a {
  padding:0px 16px;
  max-width: 100%;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #323E5A;
  font-size: 18px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.active a,
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li a:hover{
  color:#6E80B0;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul {
  background: #323E5A;
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.25));
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.25));
  border-radius: 5px;
  padding: 12px 16px 12px 0px;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children.secondary_cta>ul{
  padding: 12px 16px 12px 0px;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 20px;
  border-top: 8px solid #323E5A;
  border-left: 8px solid transparent;
  border-right: 8px solid #323E5A;
  border-bottom: 8px solid transparent;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul li a {
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  padding-right: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  font-weight:400;
  text-overflow: unset;
  white-space: normal;
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow:none;
  font-size:14px;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper {
  left: 140px;
  margin-left: 10px;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul li.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper::before {
  left: -7px;
  transform: rotate(-135deg);
  top: 10px;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul li a:hover {
  padding-left:25px;
}
.global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul li:not(:last-child) {
  padding-bottom: 10px;
}
/*======== Footer Section Styling Start here =========*/

.dats-footer {
  position:relative;
  z-index:1;
  padding:70px 0px 0px;
}
.dats-footer .menu-heading h5,
.dats-footer .logo-footer .text p,
.dats-footer .bottom-text .copyright p{
  color: #323E5A;
  font-size: 14px;
}
.dats-footer .menu-heading {
  padding-bottom: 9px;
  padding-top:14px;
}
.dats-footer .logo-text .logo {
  max-width: 200px;
  margin-bottom: 22px;
}
.dats-footer .logo-text .text {
  max-width: 489px;
}
.dats-footer .logo-text .text p {
  font-size: 16px;
  line-height: 1.7;
}
.dats-footer .menu-heading h6 {
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
}
.dats-footer .menu-col .hs-menu-wrapper ul li.hs-menu-item a {
  max-width: 100%;
  padding: 0;
  transition:.3s all ease-in-out 0s;
  -webkit-transition:.3s all ease-in-out 0s;
  -moz-transition:.3s all ease-in-out 0s;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #323E5A;
  font-size: 14px;
  white-space:normal;
}
.dats-footer .menu-col .hs-menu-wrapper ul li.hs-menu-item a:hover {
  color:#34A7DA;
}
.dats-footer .menu-col .hs-menu-wrapper ul li.hs-menu-item {
  margin-bottom: 3px;
  display:block;
  float:none;
}
.dats-footer .footer-top {
  padding-bottom: 45px;
}
.footer-logo-icon .social-link ul {
  margin:0px;
}
.footer-logo-icon .social-link ul li {
  margin: 0;
  display: inline-block;
}
.footer-logo-icon .social-link ul li a {
  font-size: 23px;
  color: #262D3F;
  transition: .3s all ease-in-out 0s;
  -webkit-transition: .3s all ease-in-out 0s;
  -moz-transition: .3s all ease-in-out 0s;
}
.footer-logo-icon .social-link ul li a:hover {
  color:#34A7DA;
}
.footer-logo-icon .social-link ul li:not(:last-child) {
  margin-right: 20px;
}
.footer-logo-icon .copyright-text p {
  font-size: 15px;
  letter-spacing: 0.38px;
}
.footer-logo-icon {
  padding: 25px 0px;
}



/*==== New Career CM Styling Start ====*/

.new-career .heading,
.new-career .cta{
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.new-career .heading h2 {
  font-weight: 700;
  padding-bottom:27px;
}
.new-career .cta {
  margin-top: 37px;
}
.transparent-cta a.cta_button:hover {
  color:#323E5A;
}
.transparent-cta a.cta_button {
  background: transparent;
  border-color: #ffffff;
}
.white-cta a.cta_button {
  background: #ffffff;
  border-color: #ffffff;
  color:#323e5a;
}

/*==== Program Schedule CM Styling Start ====*/

.program-schedule .heading {
  padding-bottom: 28px;
  padding-left:27px;
}
.program-schedule .schedule-table ul,
.program-schedule .schedule-table ul li{
  margin: 0;
}
.program-schedule .schedule-table ul li {
  display:inline-block;
}
.program-schedule .schedule-table .table-heading ul li {
  color: #ffffff;
  padding: 0px 0px;
  font-size: 20px;
  letter-spacing: -0.1px;
  font-weight:500;
}
.program-schedule .schedule-table .table-heading {
  padding: 19px 0px 19px 35px;
  margin-bottom:13px;
}
.program-schedule ul li.first-cell,
.program-schedule .table-body .location{
  width: 38%;
  text-align:left;
}
.program-schedule .table-body  .details {
  width:62%;
}
.program-schedule ul li {
  width: 15%;
  text-align:center;
}
.program-schedule .table-body {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.program-schedule .table-body .details li {
  text-align: left;
  color: #323E5A;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.18px;
}
.program-schedule .table-body .details li:first-child {
  font-weight:700;
  letter-spacing:-0.09px;
}
.program-schedule .table-body .details ul {
  padding-bottom: 12px;
}
.program-schedule .table-body .details ul:not(:first-child) {
  padding-top:12px;
}
.program-schedule .table-body .details ul{
  position:relative;
  z-index:1;
}
.program-schedule .table-body .details ul:not(:last-child):before {
  content:'';
  position:absolute;
  right:0;
  bottom:0;
  width:94%;
}
.program-schedule .schedule-table .table-body {
  border-bottom: 0.5px solid #323E5A;
}
.program-schedule .schedule-table .table-body:not(:first-child) {
  padding-top: 12px;
}
.program-schedule .schedule-table .location h6 {
  color: #323E5A;
  font-weight: 700;
}

/*==== Holidays & Closings CM Styling Start ====*/

.holiday_closing .right-text h6,
.holiday_closing .right-text h5{
  color: #323E5A;
  font-weight: 700;
  margin-left: -4px;
}
.holiday_closing .right-text ul {
  margin-top: 24px;
}
.holiday_closing .right-text ul li {
  margin: 0;
  width: 47%;
  float: left;
  list-style-type: disc;
  padding-bottom: 12px;
  margin-left: 3%;
  font-size: 19px;
  color: #323E5A;
}
.holiday_closing .text-body {
  max-width: 568px;
}
.holiday_closing .left-text p {
  font-size: 19px;
  padding-top: 9px;
}
.holiday_closing .row-fluid-wrapper>.row-fluid,
.instructional-materials .row-fluid-wrapper>.row-fluid,
.program-schedule .table-body .details ul:not(:last-child):before,
.externship .row-fluid-wrapper>.row-fluid,
.number-name-cm .one-col-text,
.learning-material.border-class .row-fluid-wrapper>.row-fluid,
.classSchedule .row-fluid.bottom-two-col,
.apply_today .open_house_form_main > div,
.dats_meet_team_main_cont{
  border-bottom: 1px solid #E6EAEB;
}
.learning-material .text-col>.text-body h5 {
  padding-top: 14px;
  margin-bottom:2px;
}

/*==== Instructional Materials CM Styling Start ====*/


.instructional-materials .heading h5 {
  letter-spacing: -0.12px;
}
.instructional-materials .text-box-body {
  background: #EEF0F1;
  border-radius: 2px;
  max-width: 511px;
  padding: 21px 25px;
}
.instructional-materials .heading {
  margin-bottom: 35px;
}
.instructional-materials .text-box-body:not(:last-child) {
  margin-bottom: 28px;
}
.instructional-materials .right-col .heading {
  margin-bottom: 28px;
}
.instructional-materials .right-col .description-text p, 
.instructional-materials .right-col .description-text li {
  font-size: 19px;
  color: #323E5A;
  letter-spacing: 0.19px;
  margin-left: 0;
}
.instructional-materials .right-col .description-text ul {
  padding-top: 17px;
}
.instructional-materials .right-col .text-body {
  padding-left: 29px;
}
.instructional-materials .right-col .description-text ul li {
  list-style-type:disc;
}
.instructional-materials .row-fluid-wrapper>.row-fluid {
  padding-bottom: 90px;
}
.learning-material .text-col>.text-body h3 {
  padding-bottom: 8px;
}


/*==== Learning Materials CM Styling Start ====*/

.learning-material .image-col {
  border: 1px solid #D0DADD;
  border-radius: 2px;
  max-width: 511px;
  margin-right: 70px;
}
.learning-material .text-col p, 
.learning-material .text-col li {
  font-size: 19px;
}
.learning-material .text-col li {
  margin-left: 21px;
  list-style-type: disc;
}
.learning-material .text-col ul {
  padding: 17px 0px 11px;
}


/*==== Externship CM Styling Start ====*/

.externship .text-col p {
  font-size: 19px;
  max-width:620px;
}
.externship .text-col h5 {
  padding-top: 15px;
  margin-bottom:2px;
  letter-spacing:-0.12px
}
.externship .text-box .text-body li {
  margin-left: 19px;
  list-style-type: disc;
  font-size: 19px;
  line-height: 32px;
}
.externship .text-box .text-body ul {
  padding-top: 10px;
}
.externship .text-box .text-body {
  padding: 45px 50px 40px;
  border-radius: 2px;
}
.externship .row-fluid-wrapper>.row-fluid {
  padding-bottom: 123px;
}

/*==== NumberName Accordian CM Styling Start ====*/

.number-name-cm .left-col .text-body p {
  font-size: 19px;
  padding-top: 8px;
}
.number-name-cm .text-body {
  max-width: 565px;
  margin-bottom:76px;
}
ul.inner {
  display: none;
}
.number-name-cm .acc-body ul.accordion,
.number-name-cm .acc-body ul.accordion li,
.number-name-cm .right-col .text-body ul, 
.number-name-cm .right-col .text-body ul li{
  margin: 0;
  position:relative;
  z-index:1;
}

.number-name-cm .acc-body ul.accordion li a.toggle {
  display: block;
  border-radius: 2px;
  font-size: 18px;
  color: #262D3F;
  font-weight: 700;
  padding: 23px 53px 20px 26px;
  letter-spacing: -0.18px;
  background-color:#EEF0F1;
}
.number-name-cm .acc-body ul.accordion li a.toggle span {
  max-width: 460px;
  display: block;
}
.number-name-cm .acc-body ul.accordion li a.toggle::before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-indeX:-1;
  background-color:#EEF0F1;
}
.number-name-cm .acc-body ul.accordion li ul.inner {
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin:0px;
  padding:9px 26px 0px;
}
.accordion li a.toggle::after {
  position: absolute;
  top: 26px;
  right: 25px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  background-color: #323e5a;
  padding: 4px;
  font-size: 13px;
  line-height: 1;
  border-radius: 100%;
  background-image: none;
  width: 20px;
  height: 20px;
  text-align: center;
  background-image:none;
}
.accordion li.active a.toggle::after{
  content: "\f068";
}
ul.accordion>li {
  border: 1px solid #EEF0F1;
  max-width:567px;
  border-radius:2px;
}
.number-name-cm .acc-body ul.accordion li.active a.toggle,
.number-name-cm .acc-body ul.accordion li.active a.toggle::before{
  background-color: transparent;
}
.number-name-cm .acc-body ul.accordion li ul.inner li {
  font-size: 17px;
  color: #323E5A;
}
.number-name-cm .acc-body ul.accordion li ul.inner p {
  font-size: 17px;
  padding-bottom: 8px;
}
body .number-name-cm ul.accordion>li:not(:last-child) {
  margin-bottom: 28px;
}
.number-name-cm .right-col .text-body ul li {
  font-size: 19px;
}
.number-name-cm .right-col .text-body ul li:not(:last-child) {
  padding-bottom: 7px;
}
.number-name-cm .right-col .text-body {
  margin-top: 66px;
  margin-bottom: 72px;
}
.number-name-cm .right-col .acc-body ul.accordion li ul.inner ul li {
  list-style-type: disc;
  margin-left: 30px;
}
.number-name-cm .right-col .acc-body ul.accordion li ul.inner ul {
  margin-bottom: 32px;
}
.number-name-cm .one-col-text {
  padding-top: 90px;
  padding-bottom: 96px;
}
.number-name-cm .one-col-text p {
  margin-bottom: 0;
  font-size: 19px;
  padding-bottom: 3px;
}
.learning-material.border-class .row-fluid-wrapper>.row-fluid {
  padding-bottom: 87px;
}

/*==== Classes & Schedule CM Styling Start ====*/

.banner-cm .heading h1 {
  font-weight: 700;
}
.banner-cm .heading h6 {
  letter-spacing: -0.22px;
  max-width: 602px;
  font-weight: 600;
}
.classSchedule .text-col .list-col {
  width: 50%;
  float: left;
}

@media (min-width: 767px ) and (max-width: 838px ) {
  .classSchedule .text-col .list-col {
    padding-right: 14px;
  }
}

.classSchedule .text-col .list-col li {
  list-style-type: disc;
  margin-left: 21px;
  font-size: 19px;
}
.classSchedule .text-col p {
  font-size: 19px;
}
.classSchedule .text-col p {
  font-size: 19px;
  line-height: 1.7;
  padding-bottom:17px;
}
.classSchedule .text-col h5 {
  padding-bottom: 5px;
}
.classSchedule .text-col .list-col p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.classSchedule .text-col .list-col ul {
  margin-top: 10px;
}
.classSchedule .text-col>.text-body {
  max-width: 615px;
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  flex-direction:column;
  -webkit-flex-direction:column;
}
.classSchedule .text-col>.text-body h2 {
  font-weight: 700;
  padding-bottom: 25px;
}
.classSchedule .row-fluid.bottom-two-col {
  padding-bottom: 125px;
  padding-top:28px;
}
.classSchedule .form-col .request-form label {
  color: #ffffff;
  margin-left:6px;
}
.request-form .hs-richtext.hs-main-font-element p {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom:15px;
}
.classSchedule .form-col .request-form {
  padding: 39px 48px 50px;
  border-radius: 2px;
  margin-bottom:57px;
}
.classSchedule .form-col .request-form input.hs-button.primary.large {
  display: block;
  width: 100%;
  background: #8BBD6C;
  border-color: #8BBD6C;
  margin-top:43px;
  padding:17px 22px;
}
.classSchedule .form-col .request-form input.hs-button.primary.large:hover {
  background:#ffffff;
  color:#8BBD6C;
}
.classSchedule .form-col .request-form .form-heading {
  padding-bottom: 30px;
}
.classSchedule .form-col .open-house-box {
  border-radius: 2px;
  margin-bottom: 57px;
  padding: 43px 45px 50px;
  z-index: 1;
  position:relative;
}
.classSchedule .form-col .open-house-box:last-child{
margin-bottom:0px;
}

.classSchedule .form-col .open-house-box .text {
  margin-bottom: 38px;
}
.classSchedule .form-col .open-house-box .text h4 {
  letter-spacing: -0.14px;
  font-weight: 600;
}
.classSchedule .form-col .open-house-box .cta_button {
  background: #ffffff;
  color: #323E5A;
  font-size: 18px;
  border-color: #ffffff;
  padding: 14px 28px;
}
.classSchedule .form-col .open-house-box .cta_button:hover {
  background:transparent;
  color:#ffffff;
}
.pd-left {
  padding-left: 35px;
}

/*===== DATS Annapolis Page Styling Start =====*/

.annapolis-map-cm .text-col .two-col-text {
  padding: 50px 0px 62px;
}
.annapolis-map-cm .text-col .left-col-text p {
  letter-spacing: 0.19px;
  margin-top:0px;
  line-height:1.9;
}
.annapolis-map-cm .text-col .left-col-text h4 {
  margin-bottom: 2px;
}
.annapolis-map-cm .text-col .left-col-text .cta {
  padding-top: 20px;
}
.annapolis-map-cm .text-col {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.annapolis-map-cm .map-col {
  position: relative;
  z-index: 1;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left:0px;
}
.annapolis-map-cm .text-col .left-col-text {
  position:relative;
  z-index:1;
}
.annapolis-map-cm .map-col .hs-responsive-embed, 
.annapolis-map-cm .map-col .hs-responsive-embed iframe,
.annapolis-map-cm .map-col .hs-responsive-embed .hs-responsive-embed-inner-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  margin:0px;
  max-height:100% !important;
}
.annapolis-map-cm .text-col .left-col-text p strong {
  font-weight: 600;
}

/*==== DATS Virginia Page Styling Start ====*/

.location-map-cm .map {
  position: relative;
}
.location-map-cm .map .hs-responsive-embed,
.location-map-cm .map .hs-responsive-embed .hs-responsive-embed-inner-wrapper{
  max-width: 511px !important;
  width:100%;
  max-height: 316px !important;
  margin: 0 !important;
  height: 100% !important;
  position: absolute !important; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.location-map-cm .text-col .text-body ul li {
  list-style-type: none;
  margin-left: 17px;
}

.location-map-cm .text-col .text-body ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 6px;
  font-size:16px;
}
.location-map-cm .text-col .text-body p {
  font-size: 19px;
  padding-top: 10px;
}
.location-map-cm .row-fluid-wrapper>.row-fluid {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6eaeb;
}
.classSchedule.maryland-class-schedule .open-house-box.solid-violet {
  border-color: #D0DADD;
}


/*===== Traning Video Starts=====*/
.training-video .text-col .video img {
  max-width: 82px;
  margin: 0 auto;
  width: 100%;
}
.video-form-cm .text-col p {
  font-size: 19px;
  line-height:1.7;
}
.training-video .text-col .video {
  max-width: 570px;
}
/*===== Traning Video Ends=====*/

/*===== ClassSchedule Starts=====*/

.margin_schl_top{
  margin-top:57px;
}
.dats_schedul_img img{
  border-radius:2px;
  border: 2px solid #e6eaeb;
}
.dats_schedul_map iframe{
  width:100%;
  border-radius:2px;
  max-height: 317px;
  border: 2px solid #e6eaeb;
  position:relative !important;
}
.classSchedule .open-house-box:nth-child(3) {
  border: 1px solid #e6eaeb;
}

.home-page-dats .classSchedule .row-fluid.bottom-two-col{
  border-bottom:none;
  padding-bottom: 10px;
}
.clsschedule_overlay {
  position: absolute;
  top: 0;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.home-page-dats .list-col{
  margin-bottom: 40px;
}

/*===== ClassSchedule ends=====*/


/*===== EnrollmentThrCol CM Starts =====*/

.dats_thre_col_enrol_loop{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.dats_thre_col_enrol_content{
  flex-basis: 29.9%;
  -ms-flex-preferred-size: 29.9%;
  flex-basis: 29.9%;
  padding-right: 50px;
  position: relative;
  margin-right: 50px;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.dats_thre_col_enrol_content:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #e6eaeb;
  top: 0;
  right: 0;
}
.dats_thre_col_enrol_content:nth-child(3n):after {
  content: none;
}
.dats_thre_col_enrol_content:nth-child(3n){

  margin-right: 0px;
}
.dats_thre_col_enrol_cards_top a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 6px;
}




/*===== EnrollmentThrCol CM  ends=====*/

/*===== Start Your New Career CM Starts=====*/

.half-width-heading .new-career .heading,.half-width-heading .new-career .cta{
  max-width: 965px;
  margin: 0 auto;
  width: 100%;
}

.half-width-heading .new-career{
  border-radius:2px;
}
.half-width-heading .overlay:before{
  border-radius:2px;
}
.overlay_dats{
  position:absolute;
  z-index:-1;
  top:0;
  width:100%;
  height:100%;
  border-radius:2px;
}

/*===== Start Your New Career CM ends=====*/

/*===== Two column Section CM Starts=====*/
.body-container-wrapper.home-page-dats .two_col_text_grp ol{
  list-style: decimal;
}
.body-container-wrapper.home-page-dats .two_col_text_grp ol li{
  font-size:19px;
}
.home-page-dats .two_col_text_grp .two_col_adj_home h3+p{
  margin-top:25px;
  margin-bottom:30px;
}

.body-container-wrapper.home-page-dats .two_col_text_grp ol li::marker{
  content: counter(list-item)")  ";
  text-align: start !important;
  text-align-last: start !important;
  text-indent: 0px !important;
  unicode-bidi: isolate;
  font-weight:bold;
}


/*===== Home Page IE Css Starts=====*/
body.ie .new-career .row-fluid .two-col-adjust span > .hs_cos_wrapper{
  flex-basis:45.57%;
}
.ie .dats_thre_col_enrol_content{
  flex-basis:25%;
}

/*===== Home Page IE Css Ends=====*/

/*===== Dats-FairFax Page Css Starts=====*/
.classSchedule  .list-col-1 {
  padding-top: 65px;
  border-top: 1px solid #e6eaeb;
  padding-bottom: 40px;
}
.classSchedule .list-col-1:last-child{
  padding-bottom: 70px;
}
.cta_top_margin .cta_button {
  margin-bottom: 70px;
  margin-top: 40px;
}
.dats-FairFax .classSchedule .text-col .list-col.cta_top_margin{
  width:100%;
}


/*===== Dats-FairFax Css Ends=====*/

/*===== DATS Fredericksburg Css Starts=====*/

.dats_enrollment .classSchedule .text-col>.text-body ul,.dats_enrollment .classSchedule .text-col>.text-body li {
  list-style: disc;
}
/*===== DATS Fredericksburg Css Ends=====*/

/*===== Our History Css Starts=====*/
.dats-our-history .classSchedule .text-body blockquote {
  padding: 50px;
  padding-bottom:23px;
  border: 1px solid #D0DADD;
}


/*===== Our History Css Ends=====*/


/*===== DATS Success Stories Css Starts=====*/
.dats-success .classSchedule .text-body{
  display:inline-block;
}
.dats-success .classSchedule .text-body blockquote {
  font-size: 19px;
  border: 0;
  max-width: 612px;
  margin: 0 auto;
  padding: 30px 35px 24px 35px;
  position:relative;
}
.dats-success .classSchedule .text-body blockquote:after {
  content: '';
  position: absolute;
  width: 316px;
  height: 1px;
  background: #EEF0F1;
  max-width: 40;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%,-50%);
  bottom: 0;
} 
.dats-success .classSchedule .text-body blockquote em{
  position:relative;
}
.dats-success .classSchedule .text-body blockquote p:first-child {
  padding-bottom: 0px;
  margin-bottom: 0;
}
.dats-success .classSchedule .text-body blockquote em:before {
  content: '';
  background-image: url(https://8898286.fs1.hubspotusercontent-na1.net/hubfs/8898286/dats_website_2021/blockqote-icon-left.svg.svg);
  position: absolute;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  left: -29px;
  top: -5px;
  background-size: contain;
}
}
.dats-success .classSchedule .text-body blockquote p:first-child{
  position: relative;
  display: initial;
  padding-top:0px;
}
.dats-success .classSchedule .text-body  blockquote em:after {
  content: '';
  background-image: url(https://8898286.fs1.hubspotusercontent-na1.net/hubfs/8898286/dats_website_2021/blockqote-icon-right.svg);
  position: absolute;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  right: -31px;
  bottom: -9px;
  background-size: contain;
}

.dats-success .classSchedule .text-body p {
  padding-top: 35px;
}

.dats-success .classSchedule .text-body blockquote:first-child{
  padding-top:0;
}
.dats-success .classSchedule .text-body blockquote:last-child{
  padding-bottom:0;
}
.dats-success .classSchedule .text-body blockquote:last-child:after {
  content:none;
} 




/*===== DATS Success Stories Css Ends=====*/

/*===== Meet CM Css Starts=====*/
.heading-padding {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.dats_four_col_meet_loop{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.dats_four_col_meet_content.chnage_text_fix{
  -ms-flex-preferred-size:21%;
  flex-basis:21%;
  margin-right:4%;
  padding:15px 0px;
  border:none;
  margin-top:0px;
}
.dats_four_col_meet_content{
  flex-basis: calc(25% - 1px);
  -ms-flex-preferred-size:calc(25% - 1px);
  padding: 15px 40px 15px 30px;
  border-right: 1px solid #e6eaeb;
  text-align: left;
  margin-top:20px;
}

.dats_four_col_meet_content.chnage_text_fix img{
  border-radius: 2px;
}
.dats_four_col_meet_content.chnage_text_fix:nth-child(4n)
{
  margin-right:0px;
}
.dats_four_col_meet_content:nth-child(4n)
{
  margin-right:0px;
  border:none;
}
.dats_four_col_meet_content.chnage_text_fix .content_for_img.content_text_fix{
  padding: 20px 22px 20px 22px;
}
.dats_four_col_meet_content.chnage_text_fix .content_for_img.content_text_fix a{
  margin-top:auto;
}
.content_for_img a {
  display: block;
  margin-top: 20px;
}
.dats_four_col_meet_content.chnage_text_fix .content_for_img.content_text_fix a:before {
  content:none;
}
.dats_four_col_meet_content .content_for_img a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 6px;
  font-size: 13px;
}

.dats_meet_team_main_cont.remove_border{
  border:none;
}

.dats-our-history .attend-open-house.section-padding {
  padding: 0;
}

/*===== Meet CM Css Ends=====*/

/*===== Download Css Starts=====*/

.classSchedule.download-class ul li {
  color: #34A7DA;
  letter-spacing: -0.19px;
  margin-left: 0;
  padding-bottom: 4px;
}
.classSchedule.download-class .form-col .solid-violet,
.dats-virginia .classSchedule .form-col .open-house-box.solid-violet{
  border-color: #CDD7DA;
}


/*===== Download Css Ends=====*/
.dats-our-history .two_column_section_main .section-padding{
  border-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0;
}
.dats-our-history .two_col_section_item_2 {
  flex-basis: 44%;
  -ms-flex-preferred-size:44%;
  margin-right: 13%;
}

.dats-our-history .two_col_section_item_1{
  margin-left: 0;
  flex-basis: 40%;
  -ms-flex-preferred-size:40%;
}
/*===== Data Program Css Starts=====*/

.dats_program-1 .classSchedule .text-col .list_fix p {
  margin: 0;
  padding: 0;
}
.dats_program-1 .classSchedule .text-col .list_fix ul {
  margin: 0;
  padding-left: 15px;
}
.dats_program-1 .classSchedule .text-col .list_fix li {
  margin-left: 0px;
  list-style: disc;
  font-size: 19px;
}
.dats_program-1 .number-name-cm .acc-body ul.accordion li ul.inner li{
  list-style: disc;
  margin-left: 15px;
}
/*===== Data Program Css Ends=====*/

/*====== Faculty and Administration CM Starts=====*/
.faculty_admin_heading {
  margin-bottom: 50px;
}
.faculty_admin_main .section-padding{
  padding-bottom:30px;
} 
.faculty_admin_fix{
  border: 1px solid #E6EAEB;
  border-radius: 2px;
  padding:50px 80px 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.faculty_adimin h1+p,
.faculty_adimin h2+p,
.faculty_adimin h3+p,
.faculty_adimin h4+p,
.faculty_adimin h5+p,
.faculty_adimin h6+p
{
  margin-bottom:40px;
}
.faculty_adimin h1,
.faculty_adimin h2,
.faculty_adimin h3,
.faculty_adimin h4,
.faculty_adimin h5,
.faculty_adimin h6
{
  font-weight:700;
  margin-bottom:5px;
  font-size: 18px;
}
.faculty_adimin{
  flex-basis:30%;
  margin-right:5%;
}
.faculty_admin_fix .faculty_adimin:last-child{
  margin-right:0;
}
/*====== Faculty and Administration CM Ends=====*/

/*====== Open House Form CM Starts=====*/

.open_house_form_fix.chnage_flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.open_house_form_fix form input {
  background-color: #F5F6F7;
}
.open_house_form_fix.chnage_flex{
  max-width:100%;
  margin: 0 auto;
}
.open_house_form_fix {
  max-width: 900px;
  margin: 0 auto;
  display:block;
}
.open_house_form_fix.chnage_flex .open_house_form_text{
  text-align:left;
  margin-bottom: 60px;
}
.open_house_form_fix .open_house_form_text{
  text-align:center;
  margin-bottom: 60px;
}
.open_house_form_text p{
  font-size:19px;
}
.open_house_text_box h5{
  color:#ffffff;
  margin-bottom:25px;
}
.open_house_text_box p+ul{
  margin-bottom:0px;
}
.open_house_text_box h5+p+ul{
  margin-bottom:60px;
}
.open_house_text_box ul{
  margin-top:0;
}
.open_house_text_box li{
  color:#FFFFFF;
  list-style:disc;
  font-size:18px;
  font-weight:500;
  margin-left: 15px;
  letter-spacing: 0.18px;
  line-height: 40px;
  margin-bottom: 0;
}
.open_house_text_box p{
  font-size:20px;
  color:#262D3F;
}
.open_house_form_fix.chnage_flex .open_house_form_fix .hs_submit.hs-submit {
  margin-top:20px;
  text-align: left;
}
.open_house_form_fix .open_house_form_fix .hs_submit.hs-submit {
  margin-top:30px;
  text-align: center;
}
.open_house_item_1{
  flex-basis:55%;
}
.open_house_item_2{
  flex-basis:35%;
  margin-left:5%;
}
.open_house_form_fix .hs-form-field label{
  margin-bottom:10px !important;
  margin-top:15px !important;
}
.open_house_text_box{
  position:relative;
  z-index: 1;
}
.open_house_text_box_overlay{
  position: absolute;
  top: 0;
  border-radius: 2px;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
}
.open_house_text_box{
  padding:50px 40px;
}


/*====== Open House Form CM Ends=====*/


/*====== Table Two Column Starts=====*/

.table_two_col_main .section-padding{
  padding-top:0px;
  padding-bottom:55px;
  border-bottom: 1px solid #e6eaeb;
}
.table_two_col_fix{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:80px 0px 90px;
  position: relative;
}
.two_col_table_item_1{
  flex-basis:50%;
  margin-right: 4.5%;
}
.two_col_table_item_2{
  flex-basis:41%;
  margin-left: 4.5%;
  margin-top: 40px;
}
.table_text p{ 
  font-size:19px;
}
.table_text h5+p{ 
  margin-top: 20px;
  margin-bottom: 47px;
}

.two_col_table .two_col_table_heading ul{
  padding: 19px 0px;
  margin-bottom: 13px;
  color: #fff;
}
.two_col_table_heading li {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
}
.two_col_table li {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width:32%;
  padding: 0 15px;
}
.two_col_table_list li {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.two_col_table ul{
  padding-bottom: 12px;
  border-bottom: 1px solid #e6eaeb;
  margin: 0;
}
.two_col_table ul:not(:first-child) {
  padding-top: 12px;
}
.two_col_table_box_text {
  padding: 40px;
  padding-bottom:0px;
}
.two_col_table_box_text h5+p {
  margin-top: 15px;
  margin-bottom:0;
  padding-bottom: 45px;
}
.table_two_col_fix:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color:#e6eaeb;
  height: 2px;
  width: 260px;
}

/*====== Table Two Column Ends=====*/

/*====== Number Name Accordian CM Starts=====*/
.number-name-cm-heading {
  max-width: 880px;
  margin-bottom: 85px;
}
.number-name-cm .one-col-text.section_bottom_adj{
  padding-top: 90px;
  padding-bottom: 96px;
}
.number-name-cm .one-col-text{
  padding-top:130px;
  padding-bottom:0px;
}
/*====== Number Name Accordian CM Ends=====*/

/*====== Logo CM Starts=====*/
.global_logo_main .section-padding{
  padding-top:20px;
}
.flex_fix_g{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.global_logo_fix{
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
}
.logo_items{
  -ms-flex-preferred-size:15%;
  flex-basis:15%;
  margin:65px 2.5% 0;
  text-align:center;
}
.logo_items img{
  max-height: 75px;
  margin: 0 auto;
}

/*====== Logo CM Ends=====*/


/*====== Two Column Section CM Starts=====*/
.two_column_section_fix{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.two_column_section_main .section-padding {
  border-bottom: 1px solid #e6eaeb;
}
.two_col_section_item_1{
  flex-basis: 41.4%;
}
.two_col_section_item_2{
  flex-basis:50%;
}
.two_col_section_item_1.left_img{
  margin-right:4%;
  order:0;
}
.two_col_section_item_2.left_img{
  margin-left:4%;
}
.two_col_section_item_1.right_img{
  order:1;
  margin-left:4%;
}
.two_col_section_item_2.right_img{
  margin-right:4%;
}

.two_col_section_item_1 .two_col_image_grp img{
  width:100%;
  border-radius: 5px;
  border: 2px solid #e6eaeb;
}
.two_col_section_item_1 .two_col_image_grp img:not(:last-child){
  margin-bottom: 40px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_3 .two_col_section_item_1 .two_col_image_grp img{
  margin-bottom: 40px;
}
.two_col_image_side_text .two_col_image_side_text_fix{
  padding:40px;
}
.two_col_text_grp a.cta_button {
  margin-top: 45px;
}
.two_col_image_side_text_fix:not(:last-child) {
  margin-bottom: 40px;
}

.two_col_text_grp .two_col_section_item_cont_2 blockquote p {
  margin-bottom: 30px;
  margin-top: 30px;
}
.two_col_text_grp .two_col_section_item_cont_2 blockquote p:last-child{
  margin-bottom:0px;

}
.two_col_text_grp .two_col_section_item_cont_2 blockquote {
  border: 0px;
  margin: 0;
  padding: 0;
  padding: 45px;
  border: 1px solid #e6eaeb;
  margin-top: 50px;
}
.two_col_text_grp p{
  font-size:19px;
}
.number-name-cm.two_col_acc_adj{
  margin-bottom:40px;
}

/*====== Two Column Section CM Ends=====*/

/*  DATS PROGRAM PAGE*/

.dats_program-1 .two_column_section_main.data_programs_two_col_1 .two_col_text_grp h2+p{
  margin-top:30px;
  margin-bottom:60px;
}
.dats_program-1 .two_column_section_main.data_programs_two_col_1 .two_col_text_grp h5+p{
  margin-top:40px;
  margin-bottom:40px;
}
.dats_program-1 .two_column_section_main.data_programs_two_col_2 .two_col_text_grp h3+p{
  margin-top:0px;
  margin-bottom:65px;
}
.dats_program-1 .two_column_section_main.data_programs_two_col_2 .two_col_text_grp h5+p{
  margin-top:18px;
  margin-bottom:40px;
}
.dats_program-1 .two_column_section_main.data_programs_two_col_2 .two_col_text_grp .section_adj_two_col_1 h5+p{
  margin-top:10px;
  margin-bottom:40px;
}
.dats_program-1 .two_column_section_main.data_programs_two_col_2 .two_col_text_grp ul{
  margin-bottom:50px;
}
/*  Tuition Fees PAGE*/

.tuituion_fees .two_column_section_main.tuition_fees_two_col_2 .section-padding{
  border:none;
}
.tuituion_fees .two_column_section_main.tuition_fees_two_col_2 .two_col_text_grp h3+p{
  margin-top:20px;
  margin-bottom:60px;
}
.tuituion_fees .two_column_section_main.tuition_fees_two_col_1 .two_col_image_side_text_fix li{
  font-size:18px;
  margin-left:10px;
  margin-bottom:3px;
}
.tuituion_fees .two_column_section_main.tuition_fees_two_col_1 .two_col_image_side_text_fix li:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 8px;
  font-size: 11px;
}



/* DATS ENROLLMENT PAGE*/

.dats_program-1 .two_column_section_main li {
  list-style: disc;
  font-size: 18px;
  margin-left: 10px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_1 .two_col_text_grp h3+p{
  margin-bottom:40px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_2 .number-name-cm.two_col_acc_adj .inner ol{
  list-style:decimal;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_2 .number-name-cm.two_col_acc_adj .inner ol li{
  margin-left:20px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_2 .two_col_text_grp p{
  margin-bottom:40px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_3 .two_col_text_grp h3+p{
  margin-top:5px;
  margin-bottom:40px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_3 .two_col_text_grp li{
  font-size:19px;
  list-style:disc;
  margin-left:20px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_3 .two_col_text_grp ul{
  margin-top:30px;
  margin-bottom:45px;
}
.dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_3 .two_col_text_grp h5{
  margin-top: 30px;
}
.tuituion_fees .classSchedule .text-col .text-body p{
  margin: 0;
  padding: 0;
}
.tuituion_fees .classSchedule .text-col .text-body ul{
  margin: 0;
  padding: 0;
}
.tuituion_fees .classSchedule .text-col .text-body li{
  margin-left:20px;
  padding: 0;
  font-size:19px;
  list-style:disc;
}
.tuituion_fees .classSchedule .text-col .text-body h5{
  padding-bottom:0px;
}
.tuituion_fees .classSchedule .text-col .text-body h2+p{
  margin-bottom:40px;
}
.tuituion_fees .classSchedule .text-col .text-body .tuition_fees_fix h5+p{
  margin-bottom:40px;
}
.tuituion_fees .classSchedule .text-col .text-body p+ul{
  margin-bottom:40px;
}
.tuituion_fees .classSchedule .text-col .text-body h5+p+ul{
  margin-bottom:40px;
}
.dats_enrollment .classSchedule .text-col .text-body h5{
  padding-bottom:0px;
}
.dats_enrollment .classSchedule .text-col .text-body p{

}
.dats_enrollment .classSchedule .text-col .text-body h5+p{
  padding-bottom:0px;
  margin-bottom:0px;
}
.dats_enrollment .classSchedule .text-col .text-body li{
  margin-bottom:3px;
  font-size:19px;
  margin-left:20px;
}

/*===== Page Fixing Css Starts=======*/
.apply_today .dats_four_col_meet_content p {
  font-size: 19px;
  letter-spacing: -0.19px;
}
.apply_today .dats_four_col_meet_content a {
  font-weight: 600;
}
.download .classSchedule.download-class .text-col .text-body li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding-right: 6px;
  font-size: 15px;
}
/*========Page Fixing Css Ends  */
/*====== Cross Browser Styling Starts Here =====*/

body.ie .dats-blog .blog-body .left-col span > .hs_cos_wrapper {
  -webkit-flex-basis:30.18%;
  flex-basis:30.18%;
}
body.ie .row-fluid .three-col-adjust span > .hs_cos_wrapper {
  -webkit-flex-basis:30.74%;
  flex-basis:30.74%;
}
body.ie .dats-success .classSchedule .form-col {
  display:block;
}

/*====== Cross Browser Styling Ends Here =====*/




/*===== Min Width 768px =====*/

@media (min-width:768px) {
  .home-page-dats .two_column_section_main  .two_col_adj_home h3 {
    max-width: 500px;
  }
  .home-page-dats .two_col_section_item_1 .two_col_image_grp img{
    max-height: 294px;
    width:100%;
  }
  .request_information .open_house_form_text h2,.apply_today .open_house_form_text h2 {
    padding-bottom: 12px;
  }
  .classSchedule.maryland-class-schedule.section-padding .row-fluid.bottom-two-col {
    padding-bottom: 30px;
  }
  .tuituion_fees .classSchedule .text-body h2 {
    max-width: 440px;
  }
  .dats-our-history .classSchedule .text-body blockquote p {
    font-size: 18px;
    line-height: 1.8;
  }
  .half-width-heading .section-padding {
    padding-top: 73px;
    padding-bottom: 80px;
  }
  .request_information .banner-cm.section-padding>.wrapper .heading{
    max-width:800px;
  }
  .apply_today .dats_four_col_meet_content:nth-child(4n){
    padding-right: 0;
  }
  .request_information .attend-open-house.section-padding {
    padding-top: 0px;
    padding-bottom: 24px;
  }
  .apply_today .attend-open-house.section-padding{
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .home-page-dats .dats_thre_col_enrol .section-padding {
    padding-top: 70px;
  }
  .home-page-dats .dats_thre_col_enrol_loop{
    margin-left:23px;
  }
  .home-page-dats .two_column_section_main .section-padding {
    padding-top: 125px;
  }
  .home-page-dats .new-career .heading h2{
    margin-bottom: 3px;
  }
  .home-page-dats .new-career .cta {
    margin-top: 30px;
  }
  .body-container-wrapper.home-page-dats .two_col_text_grp ol{
    margin-bottom:35px;
  }
  .dats-our-history .classSchedule .row-fluid.bottom-two-col{
    padding-bottom: 30px;
    border-bottom: 0px;
  }
  .dats-our-history .banner-cm .heading h6{
    margin-bottom: 5px;
  }
  .dats-our-history .classSchedule .text-col>.text-body h2{
    margin-bottom: 0;
  }
  .dats-our-history .classSchedule .text-col h5{
    padding-bottom: 0;
    margin-bottom: 3px;
  }
  .dats-our-history .classSchedule .text-body blockquote{
    margin-top: 43px;
  }
  .dats-our-history .dats_meet_team .dats_thre_col_enrol_content{
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
  .dats-our-history .dats_meet_team .heading-padding{
    padding-bottom: 45px;
    padding-top: 19px;
  }
  .dats-our-history .dats_meet_team .dats_four_col_meet_content.chnage_text_fix{
    padding-bottom: 25px;
  }
  .open_house .open_house_form_main .section-padding
  {
    padding-top: 82px;
  }
  .open_house .open_house_form_main .open_house_form_text h2 {
    padding-bottom: 16px;
  }
  .open_house .open_house_form_main .open_house_form_fix{
    margin-bottom: 24px;
  }
  .request_information .open_house_form_main .section-padding{
    padding-top: 113px;
    padding-bottom: 86px;
  }


  .dats-frederick .classSchedule .row-fluid.bottom-two-col,
  .dats-Manassas .classSchedule .row-fluid.bottom-two-col,
  .dats-FairFax .classSchedule .row-fluid.bottom-two-col,
  .dats-woodbridge .classSchedule .row-fluid.bottom-two-col,
  .dats-columbia .classSchedule .row-fluid.bottom-two-col,
  .dats-westminster .classSchedule .row-fluid.bottom-two-col,
  .dats-germantown .classSchedule .row-fluid.bottom-two-col
  {
    padding-bottom: 0px;
  }
  .dats-frederick .classSchedule .text-col .list-col.cta_top_margin,
  .dats-Manassas .classSchedule .text-col .list-col.cta_top_margin,
  .dats-FairFax .classSchedule .text-col .list-col.cta_top_margin,
  .dats-woodbridge .classSchedule .text-col .list-col.cta_top_margin,
  .dats-columbia .classSchedule .text-col .list-col.cta_top_margin,
  .dats-westminster .classSchedule .text-col .list-col.cta_top_margin,
  .dats-germantown .classSchedule .text-col .list-col.cta_top_margin,
  .dats_annapolis .classSchedule .text-col .list-col.cta_top_margin
  {
    width:100%;
  }
  .dats_program-1 .classSchedule .row-fluid.bottom-two-col{
    padding-bottom:110px;
  }
  .dats-frederick .global_logo_main .section-padding,
  .dats-Manassas .global_logo_main .section-padding,
  .dats-FairFax .global_logo_main .section-padding,
  .dats-woodbridge .global_logo_main .section-padding,
  .dats-columbia .global_logo_main .section-padding,
  .dats-westminster .global_logo_main .section-padding,
  .dats-germantown .global_logo_main .section-padding{
    padding-top: 39px;
    padding-bottom: 77px;
  }
  /*==== DATS Virginia Page Styling Start ====*/

  .location-map-cm.section-padding {
    padding-top: 92px;
    padding-bottom:5px;
  }
  .location-map-cm .text-col .text-body ul {
    margin: 0;
    padding-top: 25px;
  }
  .dats-virginia .global_logo_main .section-padding {
    padding-bottom: 73px;
  }
  .location-map-cm.section-padding {
    padding-top: 92px;
    padding-bottom:5px;
  }
  .location-map-cm .row-fluid-wrapper>.row-fluid {
    padding-bottom: 106px;
  }
  .location-map-cm .text-col .text-body ul li {
    font-size: 19px;
    letter-spacing: -0.19px;
    padding-bottom: 5px;
    width: 47%;
    float: left;
  }
  .dats-virginia .classSchedule .text-body ul {
    margin: 0;
    padding-bottom: 35px;
  }
  .dats-virginia .classSchedule .row-fluid.bottom-two-col {
    padding-bottom: 165px;
  }
  .dats-virginia .classSchedule .text-body ul li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 19px;
    padding-bottom: 5px;
  }
  .dats-virginia .classSchedule .text-body h2 {
    padding-bottom: 17px;
  }
  .dats-virginia .classSchedule .text-body p {
    line-height: 2.1;
  }
  .dats-virginia .classSchedule .text-body h5 {
    padding-top: 9px;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  .dats-virginia .classSchedule .text-body p.list-item-heading {
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  .dats-virginia .classSchedule .text-body .secondary_cta {
    margin-top: 10px;
  }

  /*===== Training Videos Starts =====*/
  .training-video .text-col .video {
    margin: 88px 0px 20px;
  }
  .training-video .classSchedule.blog-form.float-right {
    margin-top: -225px;
  }
  .training-video .text-col .video-text h6 {
    font-size: 22px;
    color: #323E5A;
  }
  .training-video .text-col .video-text {
    padding-left: 23px;
  }

  .home-page-dats .classSchedule .text-col .list-col{
    width:55%;
  }
  .section-padding.training-video.two-col {
    padding-bottom: 40px;
  }
  .video-form-cm.section-padding.training-video {
    padding-bottom: 55px;
  }
  .section-padding.training-video.two-col {
    padding-top: 0;
  }
  .section-padding.training-video.two-col .video {
    margin-top: 0;
  }
  .section-padding.training-video.two-col .span6:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-padding.training-video.two-col .span6:nth-child(2n+2) .video {
    margin: 0 0 20px auto;
  }
  .section-padding.training-video.two-col .span6:nth-child(2n+2) .video-text {
    padding-left: 54px;
  }
  .section-padding.training-video.two-col .video-text {
    padding-bottom: 59px;
  }
  .training-video .global_logo_main .section-padding {
    padding-top: 8px;
    padding-bottom: 75px;
  }

  /*===== Training Videos Ends =====*/
  .home-page-dats .banner-cm .heading h6{
    font-weight: normal;
  }

  .home-page-dats .dats_thre_col_enrol_cards_top h1,
  .home-page-dats .dats_thre_col_enrol_cards_top h2,
  .home-page-dats .dats_thre_col_enrol_cards_top h3,
  .home-page-dats .dats_thre_col_enrol_cards_top h4,
  .home-page-dats .dats_thre_col_enrol_cards_top h5,
  .home-page-dats .dats_thre_col_enrol_cards_top h6,
  .dats-our-history .dats_thre_col_enrol_cards_top h1,
  .dats-our-history .dats_thre_col_enrol_cards_top h2,
  .dats-our-history .dats_thre_col_enrol_cards_top h3,
  .dats-our-history .dats_thre_col_enrol_cards_top h4,
  .dats-our-history .dats_thre_col_enrol_cards_top h5,
  .dats-our-history .dats_thre_col_enrol_cards_top h6{
    margin-bottom: 5px;
  }
  .home-page-dats .dats_thre_col_enrol_cards_top p,.dats-our-history .dats_thre_col_enrol_cards_top p {
    margin-top: 0;
  }
  .home-page-dats .classSchedule .text-col>.text-body h2{
    max-width: 442px;
    padding-bottom: 0px;
  }

  .annapolis-map-cm .text-col .left-col-text .cta a.cta_button {
    padding: 14px 33px;
    font-size: 18px;
  }
  .classSchedule.download-class .text-col>.text-body>p {
    padding-bottom: 68px;
  }
  .classSchedule.download-class ul {
    margin-top: 10px;
    margin-bottom: 52px;
  }
  .classSchedule.download-class ul li{
    font-weight: 600;
    font-size: 19px;
  }
/*   .classSchedule.download-class .form-col .solid-violet {
    margin-top: 40px;
  } */
  .classSchedule.download-class .form-col .solid-violet .text {
    margin-bottom: 29px;
  }
  .annapolis-map-cm .text-col .left-col-text:first-child:after {
    content:'';
    border-right: 1px solid #D0DADD;
    opacity:.7;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    min-height:219px;
  }
  .annapolis-map-cm .text-col .two-col-text {
    display:flex;
    display:-webkit-flex;
    display:-moz-flex;
    align-items:center;
    -webkit-align-items:center;
  }
  
  .annapolis-map-cm .map-col {
    width:41.425532%;
  }
  .annapolis-map-cm.section-padding {
    padding-top:0px;
    margin-top:-62px;
  }
  .classSchedule.annapolis-page.section-padding {
    margin-top: -78px;
  }
  .classSchedule.annapolis-page .row-fluid.bottom-two-col {
    padding-bottom:60px;
  }
  .annapolis-map-cm .text-col .left-col-text {
    width: 50%;
    float: left;
    padding-left:66px;
    padding-right:20px;
  }
  .dats_annapolis .classSchedule .row-fluid.bottom-two-col .text-col{
    margin-top: 43px;
  }
  .banner-cm.section-padding {
    padding: 198px 0px 202px;
  }
  .classSchedule .form-col .request-form {
    min-height:649px;
  }
  .holiday_closing .row-fluid-wrapper>.row-fluid {
    padding-bottom: 102px;
  }
  body .classSchedule.section-padding {
    padding-top: 0;
    margin-top: -152px;
  }
  .program-schedule .table-body .details li {
    width: 24%;
  }
  .program-schedule .table-body .details li {
    padding-left: 56px;
  }
  .holiday_closing .right-text {
    padding-left: 60px;
  }
  .new-career .heading h6 {
    font-size: 21px;
  }
  .transparent-cta a.cta_button {
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 17px 36px;
    font-weight:700;
  }
  .new-career .cta .hs_cos_wrapper.align-left {
    padding-left: 14px;
  }
  .externship .text-box.vertical-center.all-text-white {
    max-width: 512px;
  }
  .externship .text-col.vertical-center {
    width: 62%;
  }
  .externship .text-col h5 {
    font-weight: 700;
  }
  .classSchedule .row-fluid.bottom-two-col .form-col {
    width: 42.42%;
    width:41.5%;
  }
  .dats-frederick .banner-cm.section-padding>.wrapper .heading{
    max-width: 800px;
  }
  .classSchedule .row-fluid.bottom-two-col .text-col {
    width: 55.8827059%;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 235px;
  }
  .classSchedule .equal-height-container>.row-fluid-wrapper>.row-fluid{
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }
  .classSchedule .form-col .request-form fieldset.form-columns-2 .hs-form-field {
    width: 46.2%;
    margin-right: 3.8%;
  }
  .classSchedule .form-col .request-form fieldset.form-columns-2 .hs-form-field:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 3.8%;
  }
  .classSchedule.section-padding {
    padding-top: 155px;
  }
  .banner-cm.section-padding>.wrapper .heading {
    padding-left: 59px;
    max-width:700px;
  }
  .banner-cm .heading h6 {
    font-size: 22px;
  }
  .learning-material .text-col>.text-body {
    padding-left: 13px;
  }
  .number-name-cm .right-col {
    padding-left: 63px;
  }

  .instructional-materials .right-col .text-body {
    padding-left: 29px;
  }
  .instructional-materials .right-col .description-text ul li {
    margin-left:21px;
  }
  .classSchedule.download-class .row-fluid.bottom-two-col {
    padding-bottom: 103px;
  }
  main.download .global_logo_main .section-padding {
    padding-bottom: 83px;
  }
  .dats-success .dats_schedul_img img{
    max-height: 294px;
    width: 100%;
  }
  .dats-success .classSchedule .row-fluid.bottom-two-col{
    padding-bottom: 92px;
  }
}

/*===== Min Width 993px =====*/

@media (min-width:993px) {
  .top-header .align-right {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -moz-align-items: center;
    width:100%;
  }
  body .primary_cta a, .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(2) a {
    margin-right:16px;
    margin-left:18px;
    color: #ffffff;
  }
}

/*===== Header Responsive Styling Start Here =====*/

@media (max-width:992px) {

  /*=== Header Responsive ===*/

  .global-header .main-header {
    padding: 20px 0px;
  }
  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li a {
    padding: 0;
  }
  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .top-header .align-right p {
    font-size: 12px;
  }
  .top-header .top-text {
    text-align: center;
    width: 100%;
  }
  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul {
    background: transparent;
    color: #323e5a;
    filter:none;
    -webkit-filter:none;
  }
  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul li:not(:last-child) {
    padding-bottom: 0px;
  }
  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul li a {
    color: #323e5a;
    max-width: 100%;
    display: block;
    width: 100%;
    font-size:14px;
  }
  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-item-has-children>ul::before {
    display:none;
  }

  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li.hs-item-has-children::after {
    content: '\f0d7';
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    z-index: 9999;
    color: #323e5a;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.secondary_cta:after {
    display: none;
  }

  /*=== Footer Responsive ===*/

  .footer-logo-icon {
    padding: 20px 0px;
  }
  .footer-logo-icon .copyright-text {
    padding-bottom: 10px;
  }
  .footer-logo-icon .social-link ul li a {
    font-size: 20px;
  }
  .dats-footer .menu-heading h6 {
    font-size:18px;
  }

}

@media (min-width:993px) and (max-width:1268px) {
  .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul li a {
    padding:0px 10px;
    font-size:14px;
  }
  body .primary_cta a, .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(2) a {
    margin-right: 12px;
    margin-left: 12px;
  }
  body .primary_cta a, .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(2) a,
  body .primary_cta a, .global-header .main-header .menu>.hs_cos_wrapper_type_menu>.hs-menu-flow-horizontal>ul>li:nth-last-child(1) a {
    padding:9px 15px;
    font-size:14px;
  }
}

/*===== Mobile Responsive Styling Start Here =====*/


/*===== Tab Responsive Styling Start Here =====*/
@media (min-width:1400px) {
  .footer-logo-icon .equal-height-container>.row-fluid-wrapper>.row-fluid {
    margin-left: -42px;
  }
  .footer-logo-icon .equal-height-container>.row-fluid-wrapper>.row-fluid .social-link {
    margin-right: 40px;
  }
  .dats-our-history .two_col_section_item_2 {
    flex-basis: 45%;
    -ms-flex-preferred-size:45%;
  }
  .dats-our-history .two_col_section_item_1 {
    flex-basis: 42%;
    -ms-flex-preferred-size:42%;
  }
}
@media(min-width:1024px)
{
  .tuituion_fees .two_col_section_item_1 .two_col_image_grp img{
    height:294px;
  }
  .dats_program-1 .data_programs_two_col_2 .two_col_section_item_1 .two_col_image_grp img:first-child{
    height:470px;
  }
  .dats_program-1 .two_column_section_main.data_programs_two_col_1 .section-padding{
    padding-bottom:130px;
  } 
  .dats_program-1 .two_column_section_main.data_programs_two_col_2 .section-padding{
    padding-bottom:130px;
  } 
  /*   .dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_1 .section-padding{
  padding-bottom:80px;
} */
  .dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_2 .section-padding{
    padding-bottom:120px;
  }
  .dats_enrollment .two_column_section_main.dats_enrollment_two_col_fix_3 .section-padding{
    padding-bottom:120px;
  }
  .tuituion_fees .classSchedule.section-padding .row-fluid.bottom-two-col{
    padding-bottom:100px;
  }
  .tuituion_fees .two_column_section_main.tuition_fees_two_col_1 .section-padding{
    padding-top:70px;
    padding-bottom:85px;
  }
  .tuituion_fees .two_column_section_main.tuition_fees_two_col_2 .section-padding{
    padding-bottom:85px;
  }

}
@media(max-width:1024px)
{

  .two_col_image_side_text .two_col_image_side_text_fix {
    padding: 30px;
  }
  .two_col_text_grp .two_col_section_item_cont_2 blockquote{
    padding: 30px;
  }
  .table_two_col_fix{
    flex-direction:column;
    padding:60px 0px 70px;
  }
  .two_col_table_item_1{
    margin-right: 0%;
  }
  .two_col_table_item_2{
    margin-left: 0%;
  }
  .faculty_admin_fix{
    padding:40px 40px 10px;
  }
  .dats_thre_col_enrol_content {
    padding-right: 25px;
    margin-right: 25px;
  }
  .dats_four_col_meet_content.chnage_text_fix{
    flex-basis: 45%;
    -ms-flex-preferred-size:45%;
  }
  .dats_four_col_meet_content.chnage_text_fix:nth-child(4n) {
    margin-right:4%;
  }
  .dats_four_col_meet_content:nth-child(2n) {
    border: 0;
  }
  .dats_four_col_meet_content.chnage_text_fix .content_for_img.content_text_fix{
    padding:10px;
  }

  .dats_four_col_meet_content{
    flex-basis: 45%;
    -ms-flex-preferred-size:45%;
  }
  .dats-our-history .two_col_section_item_2 {
    flex-basis: 52%;
    -ms-flex-preferred-size:52%;
    margin-right: 6%;
  }

  .dats-our-history .classSchedule .text-body {
    padding-top: 0; /* 40% */
  }
}

@media(max-width:1000px)
{
  .classSchedule .list-col-1{
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cta_top_margin .cta_button {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .classSchedule .list-col-1:last-child{
    padding-bottom: 40px;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .program-schedule .table-body .details li {
    padding-left: 7%;
  }
  .home-page-dats .dats_thre_col_enrol_loop{
    margin-left: 0px;
  }
  .annapolis-map-cm .text-col .left-col-text {
    padding-left:10px;
    padding-right: 10px;
  }
  .classSchedule .form-col .request-form{
    padding: 39px 30px 50px;
  }
  .attend-open-house .overlay {
    padding: 43px 25px 30px;
  }
  .attend-open-house .cta-col {
    padding-right: 0;
  }
  .attend-open-house .cta-col a.cta_button {
    padding: 13px 14px;
    font-size: 16px;
  }
  .location-map-cm .text-col .text-body ul li {
    font-size: 18px;
    width: 45%;
  }
  .dats-our-history .classSchedule .text-body blockquote{
    padding:40px;
  }
}
@media(max-width:767px)
{
   .classSchedule .form-col .request-form{
    margin-bottom:30px;
  }
  .number-name-cm .right-col .text-body {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  ul.accordion>li,.learning-material .image-col,.instructional-materials .text-box-body,.externship .text-col p,.number-name-cm .text-body{
    max-width:100%;
  }
  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }       
  body  .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   

  .dats-virginia .classSchedule .text-body ul li{
    list-style-type: disc;
  }
  /*===== Traning Video Css Start =====*/
  .training-video .video-text {
    padding-top: 10px;
  }
  .classSchedule .text-col p {
    padding-bottom:0px;
  }
  .section-padding.training-video.two-col,
  .location-map-cm.section-padding{
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-padding.training-video.two-col .video-text {
    padding-bottom: 20px;
  }
  .attend-open-house .overlay {
    padding: 30px 30px 30px;
  }
  .attend-open-house .overlay .cta-col {
    margin-top: 30px;
  }
  /*===== Traning Video Css Ends =====*/

  .classSchedule .text-col>.text-body a.cta_button {
    margin-right: 0px !important;
  }
  .classSchedule.annapolis-page.section-padding {
    padding-top: 0;
    padding-bottom:0px;
  }
  .annapolis-map-cm .text-col .two-col-text {
    padding: 30px 20px 30px;
  }
  .annapolis-map-cm .text-col .two-col-text .left-col-text:first-child {
    margin-bottom: 30px;
  }
  .program-schedule .table-body .details li {
    display:block;
    width:100%;
  }
  .section-padding {
    padding: 40px 0;
  }
  .classSchedule .text-col>.text-body {
    max-width: 100%;
  }
  .classSchedule .form-col {
    margin-top: 30px;
  }
  .classSchedule .text-col .list-col {
    width: 100%;
    float: none;
  }
  .classSchedule .form-col .request-form {
    padding: 39px 30px 40px;
  }
  .classSchedule .form-col .open-house-box {
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 43px 30px 43px;
  }
  .classSchedule .row-fluid.bottom-two-col {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .learning-material.section-padding .row-fluid-wrapper .row-fluid .image-col {
    min-height: 300px;
    width: 100%;
    margin-bottom: 30px;
  }
  .learning-material.border-class .row-fluid-wrapper>.row-fluid {
    padding-bottom: 30px;
  }
  .learning-material.section-padding.border-class,
  .number-name-cm.section-padding,
  .externship.section-padding,
  .learning-material.section-padding,
  .instructional-materials.section-padding,
  .program-schedule.section-padding{
    padding-bottom: 0;
  }
  .number-name-cm .one-col-text {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .externship .text-col p {
    padding-top: 10px;
  }
  .externship .text-box .text-body {
    padding: 40px 25px 40px;
  }
  .externship .row-fluid-wrapper>.row-fluid {
    padding-bottom: 30px;
  }
  .instructional-materials .right-col .text-body {
    margin-top: 30px;
  }
  .instructional-materials .right-col .heading {
    margin-bottom: 20px;
  }
  .instructional-materials .right-col .description-text ul {
    padding-top: 0;
  }
  .instructional-materials .row-fluid-wrapper>.row-fluid {
    padding-bottom: 10px;
  }
  .program-schedule .schedule-table .table-heading ul li,
  .program-schedule ul li.first-cell, 
  .program-schedule .table-body .location,
  .program-schedule .table-body .details,
  .holiday_closing .right-text ul li{
    width: 100%;
    text-align: left;
    float:none;
  }
  .two_column_section_fix{
    flex-direction:column;
  }
  .two_col_section_item_1.left_img{
    margin-right:0px;
  }
  .two_col_section_item_2.left_img{
    margin-left:0px;
  }
  .two_col_section_item_1.right_img{
    margin-left:0px;
  }
  .two_col_section_item_2.right_img{
    margin-right:0px;
  }
  .two_col_text_grp a.cta_button {
    margin-top: 25px;
  }
  .two_col_text_grp .two_col_section_item_cont_2 blockquote{
    margin-top: 30px;
  }
  .two_col_section_item_2{
    margin-bottom:45px;
  }
  .number-name-cm-heading {
    margin-bottom: 45px;
  }
  .acc-body.section_adj{
    margin-bottom: 28px;
  }
  .logo_items{
    -ms-flex-preferred-size:40%;
    flex-basis:40%;
    margin:20px 2.5%;
  }
  .global_logo_fix{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
  .table_two_col_fix{
    flex-direction:column;
    padding:30px 0px 40px;
  }
  .two_col_table li{
    padding:0 5px;
  }
  .table_two_col_main .section-padding{
    padding:0;
  }
  .open_house_form_fix.chnage_flex{
    flex-direction:column;
  }
  .open_house_item_1{
    margin-right:0;
  } 
  .open_house_item_2{
    margin-left:0;
    margin-top: 40px;
  }
  .faculty_admin_fix {
    flex-direction: column;
  }
  .faculty_adimin{
    margin-right:0;
  }
  .faculty_admin_heading {
    margin-bottom: 30px;
  }
  .dats-success .classSchedule .text-body blockquote{
    max-width:100%;
  }
  .dats-success .classSchedule .text-body blockquote p:first-child{
    padding-top:0px;
  }
  .heading-padding {
    padding-bottom: 30px;
  }
  .dats_four_col_meet_content.chnage_text_fix {
    flex-basis: 80%;
    -ms-flex-preferred-size:80%;
    margin-right: 0;
    text-align:left;
  }
  .dats_four_col_meet_content{
    border:none;
  }
  .dats_four_col_meet_content{
    flex-basis: 100%;
    -ms-flex-preferred-size:100%;
    border-bottom:1px solid #e6eaeb;
    margin-top:5px;
  }
  .dats_four_col_meet_content:nth-child(2n) {
    border: 0;
    border-bottom:1px solid #e6eaeb;
  }
  .dats_four_col_meet_content.chnage_text_fix:nth-child(2n){
    border: 0;
  }
  .dats_four_col_meet_content:nth-child(4n) {
    border: 0;
  }
  .dats_four_col_meet_content.chnage_text_fix:nth-child(4n) {
    margin-right:0;
  }

  .dats-success .classSchedule .text-body blockquote em:before,.dats-success .classSchedule .text-body blockquote em:after{
    width: 20px;
    height: 20px;
  }
  .dats-success .classSchedule .text-body blockquote em:before{
    left: -25px;
    top: 0px;
  }
  .dats-success .classSchedule .text-body blockquote em:after{
    right: -28px;
    bottom: -7px;
  }
  .dats-success .classSchedule .text-body blockquote{
    padding: 30px 20px 30px 20px;
  }
  .dats-success .classSchedule .text-body P
  {
    padding-bottom:0px;
  }
  .dats-success .classSchedule .text-body blockquote:after{
    bottom: 8px;
  }
  .dats-our-history .classSchedule .text-body blockquote {
    padding: 30px;
  }
  .dats_thre_col_enrol_content{
    flex-basis:100%;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    padding-right: 0px;
    margin-right: 0px;
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .dats_thre_col_enrol_content:after{
    content:none;
  }
  .dats_thre_col_enrol_content:after,.dats_thre_col_enrol_content:nth-child(3n):after{
    content: '';
    width: 100%;
    height: 1px;
    top: -14px;
  }
  .dats_thre_col_enrol_content:nth-child(1):after{
    content:none;
  }
  .dats_thre_col_enrol_content:first-child {
    margin-top: 0;
  }
  .classSchedule .list-col-1 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .classSchedule .list-col-1:last-child{
    padding-bottom: 0px;
  }
  .cta_top_margin .cta_button {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .classSchedule .list-col-1:last-child{
    padding-bottom: 0px;
  }
  .margin_schl_top{
    margin-top:30px;
  }
  .home-page-dats .list-col{
    margin-bottom: 0px;
  }
  .dats-our-history .text-body{
    padding-top:0;
  }

  .dats-our-history .two_col_section_item_2 {
    flex-basis: 100%;
    margin-right: 0;
  }
  .training-video .classSchedule.float-right{
    float:none;
  }
}

@media(max-width:480px)
{
  .dats_four_col_meet_content.chnage_text_fix {
    flex-basis: 100%;
    margin-right:0;
  }
  .two_col_table_list li{
    font-size:16px;
  }
  .two_col_table li{
    padding:0px;
  }
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100% !important;
  }
  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }
  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}
.classSchedule.annapolis-page .form-col .open-house-box {
  border: 1px solid #e6eaeb;
}
.location-map-cm .map-col iframe{ 
  border:0;
}
.download .request-form ul {
  margin-bottom: unset !important;
}

body .classSchedule.maryland-class-schedule.section-padding,
body .classSchedule.virginia_classes.section-padding{
  margin-top: 0;
}
.classSchedule.maryland-class-schedule .row-fluid.bottom-two-col .text-col,
.classSchedule.virginia_classes .row-fluid.bottom-two-col .text-col{
  margin-top:0px;
}
/* .classSchedule.maryland-class-schedule .request-form{
  opacity:0;
  visibility: hidden;
}
.classSchedule.virginia_classes .request-form{
display:none;
} */
.classSchedule.maryland-class-schedule .text-body_box_fix .open-house-box{
margin-top:90px;
}

.i4ewOd-pzNkMb-haAclf {
    display: none;
}
/* .map-control {
  display: none;
} */

.classSchedule.virginia_classes .form-col .open-house-box{
margin-top:0px;
}
.dats_annapolis .classSchedule .row-fluid.bottom-two-col .text-col{
margin-top:0px;
}
.dats_schedul_map.margin_schl_top.right_side {
    margin-bottom: 57px;
    margin-top: 0;
    max-width: 615px;
}
.dats_annapolis .text-body li {
    list-style: disc;
}