/* ********************************* */
/* Transitions
/* ********************************* */
.dwg_base_child_general_animation {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear; }

#nootka_applications_grid .nootka-applications-item-link,
#nootka_applications_grid .nootka-applications-item-link .nootka-applications-item-content,
.dwg_base_child_custom_animation {
  -webkit-transition: all 500ms cubic-bezier(0.12, 0.645, 0.22, 0.945);
  -moz-transition: all 500ms cubic-bezier(0.12, 0.645, 0.22, 0.945);
  -o-transition: all 500ms cubic-bezier(0.12, 0.645, 0.22, 0.945);
  transition: all 500ms cubic-bezier(0.12, 0.645, 0.22, 0.945);
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.645, 0.22, 0.945);
  -moz-transition-timing-function: cubic-bezier(0.12, 0.645, 0.22, 0.945);
  -o-transition-timing-function: cubic-bezier(0.12, 0.645, 0.22, 0.945);
  transition-timing-function: cubic-bezier(0.12, 0.645, 0.22, 0.945); }

.dwg_base_child_nootka.blog .column-wrapper .inner-col:nth-of-type(5n-4),
.dwg_base_child_nootka.archive .column-wrapper .inner-col:nth-of-type(5n-4) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }
.dwg_base_child_nootka.blog .column-wrapper .inner-col:nth-of-type(5n-3),
.dwg_base_child_nootka.archive .column-wrapper .inner-col:nth-of-type(5n-3) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s; }
.dwg_base_child_nootka.blog .column-wrapper .inner-col:nth-of-type(5n-2),
.dwg_base_child_nootka.archive .column-wrapper .inner-col:nth-of-type(5n-2) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.dwg_base_child_nootka.blog .column-wrapper .inner-col:nth-of-type(5n-1),
.dwg_base_child_nootka.archive .column-wrapper .inner-col:nth-of-type(5n-1) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }
.dwg_base_child_nootka.blog .column-wrapper .inner-col:nth-of-type(5n),
.dwg_base_child_nootka.archive .column-wrapper .inner-col:nth-of-type(5n) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

/*
.dwg_base_child_nootka{
/* ********************************* */
/* Color Overrides
/* ********************************* */
/* example */
/*
.colorname{
	color:rgba(0, 0, 0, 1.0);
}
.colornameback{
	background-color:rgba(0, 0, 0, 1.0);
}
*/
/* ********************************* */
/* Font Overrides
/* ********************************* */
.dwg_base_child_nootka .bold, .dwg_base_child_nootka b, .dwg_base_child_nootka strong {
  font-weight: 900; }
.dwg_base_child_nootka h1 {
  font-size: 2.875rem;
  line-height: 1; }
.dwg_base_child_nootka h2 {
  font-size: 2.5rem;
  line-height: 1; }
.dwg_base_child_nootka h3 {
  font-size: 2.125rem;
  line-height: 1; }
.dwg_base_child_nootka h4 {
  letter-spacing: -0.5pt; }
.dwg_base_child_nootka h5 {
  letter-spacing: -0.5pt; }
.dwg_base_child_nootka h6 {
  letter-spacing: -0.4pt; }
.dwg_base_child_nootka .shortcode-col ul,
.dwg_base_child_nootka .entry-content ul {
  list-style: disc; }
.dwg_base_child_nootka h1.entry-title span.entry-title-intro {
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: -1rem;
  display: none !important; }

/*
.entry-content{
	h3, h4, h5, h6{
		margin-top:0.25rem;
		margin-bottom:0.75rem;
	}
}



blockquote, blockquote h1, blockquote h2,
h1.font3, h2.font3{
	letter-spacing:-1pt;
}
blockquote h3, blockquote h4,
h3.font3, h4.font3, h5.font3, h6.font3{
	letter-spacing:-0.4pt;
}
blockquote h5, blockquote h6, blockquote p,
p.font3, li.font3, th.font3, td.font3{
	letter-spacing:-0.3pt;
}
*/
/* ********************************* */
/* Form Overrides
/* ********************************* */
/*
form ul li, 
.form-list li{
	padding:8px 0px 10px 0px;
}
label{
	font-size:1rem;
	letter-spacing:-0.4pt;
	font-weight:700;
}
.ginput_complex label,
.gfield_time_hour label,
.gfield_time_minute label,
.gfield_date_month label,
.gfield_date_day label,
.gfield_date_year label,
.instruction{
	font-size:0.775rem;
}
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea,
form div[class^="icheckbox_minimal"],
form div[class^="icheckbox_square"],
form div[class^="iradio_minimal"],
form div[class^="iradio_square"],
select,
.selectBox-dropdown,
.selectBox-label,
.selectBox-arrow,
.selectBox-options,
.selectBox-options li,
.select2-container .select2-choice,
.select2-drop,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered,
input[type="checkbox"],
input[type="radio"]
{
	font-weight:700;
	font-size:0.825rem;
}

input[type="radio"]+label,
input[type="checkbox"]+label,
ul.gfield_checkbox li label, 
ul.gfield_radio li label {
	font-weight:700;
	font-size:0.825rem;
}
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select,
.selectBox-dropdown li a,
.selectBox-options li a,
.selectBox-label,
.select2-container .select2-choice,
.select2-drop,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-top:10px;
	padding-bottom:10px;
}

.select2-container .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field{
 padding-top:4px;
	padding-bottom:4px;
 margin-bottom:2px;
 
}
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder
{
 display:block;
 min-height:1rem;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select,
.selectBox-dropdown,
.select2-selection,
.select2-container .select2-selection--single,
.select2-container--open .select2-dropdown--below{
@include border_radius(4px);
}

.selectBox-dropdown li a,
.selectBox-options li a{
}
*/
/* ********************************* */
/* Trigger Overrides
/* ********************************* */
/*
#mobile-nav-trigger, 
#mobile-nav-close-trigger, 
#back-to-top-trigger{
}
*/
/* ********************************* */
/* Widget Overrides
/* ********************************* */
/*
.widget-container{
}
.textwidget, 
.dwg_base-widget-inner-padding{
}
.textwidget{
}

.sidebar-frontpage-list li{
	width:100%;
	clear:both;
	display:block;
}
*/
/* ********************************* */
/* Button Overrides
/* ********************************* */
button,
.button,
a.button,
input[type=submit],
input[type=reset],
input[type=button] {
  font-size: 0.775rem;
  padding: 18px 36px; }

/*
button.xlg:not(.pill),
.button.xlg:not(.pill),
a.button.xlg:not(.pill),
input[type=submit].xlg:not(.pill),
input[type=reset].xlg:not(.pill),
input[type=button].xlg:not(.pill){
	@include border-radius(14px);
}

button.lg:not(.pill),
.button.lg:not(.pill),
a.button.lg:not(.pill),
input[type=submit].lg:not(.pill),
input[type=reset].lg:not(.pill),
input[type=button].lg:not(.pill){
	@include border-radius(12px);
}

button:not(.pill),
.button:not(.pill),
a.button:not(.pill),
input[type=submit]:not(.pill),
input[type=reset]:not(.pill),
input[type=button]:not(.pill),
button.md:not(.pill),
.button.md:not(.pill),
a.button.md:not(.pill),
input[type=submit].md:not(.pill),
input[type=reset].md:not(.pill),
input[type=button].md:not(.pill){
	@include border-radius(8px);
}

button.sm:not(.pill),
.button.sm:not(.pill),
a.button.sm:not(.pill),
input[type=submit].sm:not(.pill),
input[type=reset].sm:not(.pill),
input[type=button].sm:not(.pill),
.gform_fileupload_multifile input[type=button]:not(.pill){
	@include border-radius(6px);
}
button.xsm:not(.pill),
.button.xsm:not(.pill),
a.button.xsm:not(.pill),
input[type=submit].xsm:not(.pill),
input[type=reset].xsm:not(.pill),
input[type=button].xsm:not(.pill){
	@include border-radius(4px);
}
*/
/* ********************************* */
/* Notifications Overrides
/* ********************************* */
/*
.action-message,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info{
	@include border-radius(8px);
}

} /// end child theme wrapper

*/
@media only screen and (min-width: 580px) {
  .dwg_base_child_nootka h1 {
    font-size: 3.125rem; }
  .dwg_base_child_nootka h2 {
    font-size: 2.875rem; }
  .dwg_base_child_nootka h3 {
    font-size: 2.375rem; }
  .dwg_base_child_nootka h4 {
    font-size: 1.875rem; } }
@media only screen and (min-width: 960px) {
  .dwg_base_child_nootka h1 {
    font-size: 3.35rem; }
  .dwg_base_child_nootka h2 {
    font-size: 3.125rem; }
  .dwg_base_child_nootka h3 {
    font-size: 2.5rem; } }
@media only screen and (min-width: 1181px) {
  .dwg_base_child_nootka h1 {
    font-size: 3.5rem; }
  .dwg_base_child_nootka h2 {
    font-size: 3.25rem; }
  .dwg_base_child_nootka h3 {
    font-size: 2.675rem; } }
.dwg_base_child_nootka .footer-nootka a.footer-logo {
  width: 100%;
  background-position: 0px 0px;
  margin-bottom: 0.5rem; }
.dwg_base_child_nootka .footer-nootka .widget_black_studio_tinymce a:not(.button):hover {
  background-color: transparent; }
.dwg_base_child_nootka .footer-nootka .widget_dwg_base_social_widget {
  margin-bottom: 8px; }
.dwg_base_child_nootka .footer-menu-col {
  float: left; }
  .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area {
    width: 100%; }
    .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 0px 0px 0px; }
    .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu {
      display: block;
      *zoom: 1; }
      .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu:before, .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu:after {
        content: " ";
        display: table; }
      .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu:after {
        clear: both; }
      .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu li.menu-item {
        width: 46.75%;
        margin-right: 2.2%;
        float: left; }
      .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu li.menu-item > a {
        font-size: 1rem; }
        .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu li.menu-item > a:hover {
          background-color: transparent; }
  .dwg_base_child_nootka .footer-menu-col.second-footer-widget-area {
    width: 100%; }
    .dwg_base_child_nootka .footer-menu-col.second-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 0px; }
  .dwg_base_child_nootka .footer-menu-col.third-footer-widget-area {
    width: 100%; }
    .dwg_base_child_nootka .footer-menu-col.third-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 0px 0px 0px; }

@media only screen and (min-width: 580px) {
  .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area {
    width: 100%; }
    .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 15px 0px 15px; }
    .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu li.menu-item {
      width: 16.75%; }
      .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu li.menu-item li.menu-item > a {
        font-size: 0.875rem; }
  .dwg_base_child_nootka .footer-menu-col.second-footer-widget-area {
    width: 50%; }
    .dwg_base_child_nootka .footer-menu-col.second-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 15px; }
  .dwg_base_child_nootka .footer-menu-col.third-footer-widget-area {
    width: 50%; }
    .dwg_base_child_nootka .footer-menu-col.third-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 15px 0px 15px; } }
@media only screen and (min-width: 960px) {
  .dwg_base_child_nootka .footer-nootka h3.widget-title {
    font-size: 2.125rem; }
  .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area {
    width: 20%; }
    .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .footer-menu {
      display: block;
      margin-top: 0.5rem;
      padding-top: 0.75rem;
      border-top: solid 1px #ffffff; }
    .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu li.menu-item {
      width: 46.75%; }
      .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .widget_nav_menu ul.menu li.menu-item li.menu-item > a {
        font-size: 0.875rem; }
    .dwg_base_child_nootka .footer-menu-col.first-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 30px 0px 0px; }
  .dwg_base_child_nootka .footer-menu-col.second-footer-widget-area {
    width: 40%; }
    .dwg_base_child_nootka .footer-menu-col.second-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 30px; }
  .dwg_base_child_nootka .footer-menu-col.third-footer-widget-area {
    width: 40%; }
    .dwg_base_child_nootka .footer-menu-col.third-footer-widget-area .footer-menu-col-inner-padding {
      padding: 0px 0px 0px 30px; } }
.dwg_base_child_nootka.blog #contentwrapper {
  min-height: 1800px; }
.dwg_base_child_nootka.archive #contentwrapper {
  min-height: 1200px; }
.dwg_base_child_nootka.archive.search #contentwrapper {
  min-height: 1200px; }
.dwg_base_child_nootka a.video-item-link span.video-item-element {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }
.dwg_base_child_nootka a.video-item-link {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }
.dwg_base_child_nootka a.video-item-link span.video-item-overlay:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2); }
.dwg_base_child_nootka a.video-item-link span.video-item-overlay:after {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-size: 120px;
  line-height: 120px;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px; }
.dwg_base_child_nootka .loop-item-default .featimg-wrapper {
  margin: 0; }
  .dwg_base_child_nootka .loop-item-default .featimg-wrapper .loop-post-icon {
    display: none; }
.dwg_base_child_nootka .loop-item-default .entry-title-inner-padding {
  padding: 0.875rem 1rem 0.25rem 1rem; }
.dwg_base_child_nootka .loop-item-default .entry-title a:hover {
  text-decoration: none; }
.dwg_base_child_nootka .loop-item-default .entry-utility.publish-date-block span.publish-date {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0pt;
  text-transform: none; }
  .dwg_base_child_nootka .loop-item-default .entry-utility.publish-date-block span.publish-date i.fa {
    display: none; }
.dwg_base_child_nootka .loop-item-default .publish-date-block-inner-padding {
  padding: 0px 1rem 1.125rem 1rem; }
.dwg_base_child_nootka .latest-posts-sc-item .lp-video-item,
.dwg_base_child_nootka .latest-posts-sc-item .lp-post-thumb-wrapper {
  margin: 0; }
.dwg_base_child_nootka .latest-posts-sc-item .lp-post-title-inner-padding {
  padding: 0.875rem 1rem 0.25rem 1rem; }
.dwg_base_child_nootka .latest-posts-sc-item .lp-title a:hover {
  text-decoration: none; }
.dwg_base_child_nootka .latest-posts-sc-item .lp-publish-date {
  text-transform: uppercase; }
  .dwg_base_child_nootka .latest-posts-sc-item .lp-publish-date span {
    margin-right: 0.5rem;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0pt;
    text-transform: none; }
.dwg_base_child_nootka .latest-posts-sc-item .lp-post-date-inner-padding {
  padding: 0px 1rem 1.125rem 1rem; }
.dwg_base_child_nootka #masonry_element {
  background-color: #ffdedf; }
  .dwg_base_child_nootka #masonry_element #masonry_container .masonry-item-inner-padding {
    border: none;
    background-color: #ffffff; }
  .dwg_base_child_nootka #masonry_element #masonry_container .entry-title-inner-padding {
    padding: 0.875rem 1rem 0.25rem 1rem; }
  .dwg_base_child_nootka #masonry_element #masonry_container .entry-title a:hover {
    text-decoration: none; }
  .dwg_base_child_nootka #masonry_element #masonry_container .entry-utility.publish-date-block span.publish-date {
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0pt;
    text-transform: none; }
    .dwg_base_child_nootka #masonry_element #masonry_container .entry-utility.publish-date-block span.publish-date i.fa {
      display: none; }
  .dwg_base_child_nootka #masonry_element #masonry_container .publish-date-block-inner-padding {
    padding: 0px 1rem 1.125rem 1rem; }
.dwg_base_child_nootka .callout-latest-news-callout .latest-posts-sc-item .inner-col-outer-margin {
  margin-bottom: 2rem !important; }
.dwg_base_child_nootka .callout-latest-news-callout .lp-post-title-inner-padding {
  padding: 0.875rem 1rem 0.25rem 1rem; }
.dwg_base_child_nootka .callout-latest-news-callout a.lp-title-link:hover {
  text-decoration: none; }
.dwg_base_child_nootka .callout-latest-news-callout .lp-post-date-inner-padding {
  padding: 0px 1rem 1.125rem 1rem; }
.dwg_base_child_nootka .callout-latest-news-callout h6.lp-publish-date {
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0pt;
  text-transform: none; }
  .dwg_base_child_nootka .callout-latest-news-callout h6.lp-publish-date span {
    margin-right: 0.25rem; }
.dwg_base_child_nootka .callout-latest-news-callout .latest-posts-sc-viewall {
  text-align: center; }
.dwg_base_child_nootka .single-post h1.entry-title {
  line-height: 1; }
.dwg_base_child_nootka .single-post .publish-date-block {
  width: 50%;
  float: left; }
.dwg_base_child_nootka .single-post .post-navigation-block {
  width: 50%;
  float: right;
  text-align: right; }
.dwg_base_child_nootka .single-post .post-navigation-block-inner-padding,
.dwg_base_child_nootka .single-post .publish-date-block-inner-padding,
.dwg_base_child_nootka .single-post .featimg-inner-padding {
  padding-top: 1rem;
  padding-bottom: 1rem; }
.dwg_base_child_nootka .single-post .post-navigation-links-sep {
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block;
  width: 4px; }
.dwg_base_child_nootka .single-post .post-navigation-block-inner-padding {
  padding-top: 1.25rem; }

@media only screen and (min-width: 580px) {
  .dwg_base_child_nootka.blog #content.col8 {
    width: 100%; }
  .dwg_base_child_nootka.archive #content.col8 {
    width: 100%; }
  .dwg_base_child_nootka.search #content.col8 {
    width: 100%; }
  .dwg_base_child_nootka .single-post .post-navigation-block-inner-padding {
    padding-top: 1rem; } }
@media only screen and (min-width: 768px) {
  .dwg_base_child_nootka.blog #content.col8 {
    width: 100%; }
  .dwg_base_child_nootka.archive #content.col8 {
    width: 100%; }
  .dwg_base_child_nootka.search #content.col8 {
    width: 100%; } }
@media only screen and (min-width: 960px) {
  .dwg_base_child_nootka.blog .init-content-inner-padding {
    padding-top: 80px; }
  .dwg_base_child_nootka.archive .init-content-inner-padding {
    padding-top: 80px; }
  .dwg_base_child_nootka.search .init-content-inner-padding {
    padding-top: 80px; } }
@media only screen and (min-width: 1181px) {
  .dwg_base_child_nootka.blog .init-content-inner-padding {
    padding-top: 80px; }
  .dwg_base_child_nootka.archive .init-content-inner-padding {
    padding-top: 80px; }
  .dwg_base_child_nootka.search .init-content-inner-padding {
    padding-top: 80px; } }
@media only screen and (min-width: 1521px) {
  .dwg_base_child_nootka.blog .init-content-inner-padding {
    padding-top: 80px; }
  .dwg_base_child_nootka.archive .init-content-inner-padding {
    padding-top: 80px; }
  .dwg_base_child_nootka.search .init-content-inner-padding {
    padding-top: 80px; } }
.dwg_base_child_nootka.page-id-1209 #page-content p.greyback, .dwg_base_child_nootka.page-id-1203 #page-content p.greyback {
  background-color: #e6e7e8;
  padding: 20px;
  position: relative; }
  .dwg_base_child_nootka.page-id-1209 #page-content p.greyback img.wp-image-1211, .dwg_base_child_nootka.page-id-1203 #page-content p.greyback img.wp-image-1211 {
    margin-top: -60px;
    margin-bottom: -60px; }
.dwg_base_child_nootka .callout-product-callout .page-content-shortcode-background-img {
  background-position: left center;
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto; }
.dwg_base_child_nootka .callout-product-callout .page-content-shortcode-content-col {
  width: 34%;
  margin-right: 10%;
  text-align: left;
  float: right; }
.dwg_base_child_nootka .callout-product-callout .page-content-shortcode-content-col-inner-padding {
  padding-top: 200px;
  padding-bottom: 160px; }
.dwg_base_child_nootka .callout-compare-callout .callout-background {
  background-position: left bottom !important;
  -webkit-background-size: 90% auto;
  -moz-background-size: 90% auto;
  -o-background-size: 90% auto;
  background-size: 90% auto; }
.dwg_base_child_nootka .callout-formula-callout .callout-background {
  background-position: left bottom !important;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto; }
.dwg_base_child_nootka .callout-committed-callout .callout-background {
  background-position: right bottom !important;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto; }

@media only screen and (min-width: 480px) {
  .dwg_base_child_nootka .callout-compare-callout .callout-background {
    -webkit-background-size: 85% auto;
    -moz-background-size: 85% auto;
    -o-background-size: 85% auto;
    background-size: 85% auto; }
  .dwg_base_child_nootka .callout-formula-callout .callout-background {
    -webkit-background-size: 70% auto;
    -moz-background-size: 70% auto;
    -o-background-size: 70% auto;
    background-size: 70% auto; }
  .dwg_base_child_nootka .callout-committed-callout .callout-background {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; } }
@media only screen and (min-width: 580px) {
  .dwg_base_child_nootka .callout-products-callout .page-content-shortcode-content-col {
    width: 64%;
    margin-right: 12.5%; }
  .dwg_base_child_nootka .callout-products-callout .page-content-shortcode-content-col-inner-padding {
    padding-top: 180px;
    padding-bottom: 200px; }
  .dwg_base_child_nootka .callout-compare-callout .callout-background {
    background-position: left bottom !important;
    -webkit-background-size: 70% auto;
    -moz-background-size: 70% auto;
    -o-background-size: 70% auto;
    background-size: 70% auto; }
  .dwg_base_child_nootka .callout-formula-callout .callout-background {
    -webkit-background-size: 70% auto;
    -moz-background-size: 70% auto;
    -o-background-size: 70% auto;
    background-size: 70% auto; }
  .dwg_base_child_nootka .callout-committed-callout .callout-background {
    -webkit-background-size: 86% auto;
    -moz-background-size: 86% auto;
    -o-background-size: 86% auto;
    background-size: 86% auto; } }
@media only screen and (min-width: 768px) {
  .dwg_base_child_nootka .callout-products-callout .page-content-shortcode-content-col {
    width: 32%;
    margin-right: 12.5%;
    text-align: left; }
  .dwg_base_child_nootka .callout-products-callout .page-content-shortcode-content-col-inner-padding {
    padding-top: 240px;
    padding-bottom: 260px; }
  .dwg_base_child_nootka .callout-formula-callout .callout-background {
    -webkit-background-size: 56% auto;
    -moz-background-size: 56% auto;
    -o-background-size: 56% auto;
    background-size: 56% auto; }
  .dwg_base_child_nootka .callout-committed-callout .callout-background {
    -webkit-background-size: 70% auto;
    -moz-background-size: 70% auto;
    -o-background-size: 70% auto;
    background-size: 70% auto; } }
@media only screen and (min-width: 960px) {
  .dwg_base_child_nootka .callout-formula-callout .callout-background {
    -webkit-background-size: 56% auto;
    -moz-background-size: 56% auto;
    -o-background-size: 56% auto;
    background-size: 56% auto; }
  .dwg_base_child_nootka .callout-committed-callout .callout-background {
    background-position: right center !important;
    -webkit-background-size: 50% auto;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    background-size: 50% auto; } }
@media only screen and (min-width: 1181px) {
  .dwg_base_child_nootka .callout-formula-callout .callout-background {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  .dwg_base_child_nootka .callout-committed-callout .callout-background {
    -webkit-background-size: 48% auto;
    -moz-background-size: 48% auto;
    -o-background-size: 48% auto;
    background-size: 48% auto; }
  .dwg_base_child_nootka .callout-compare-callout .callout-background {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; } }
.dwg_base_child_nootka .nootka-applications-icon-item-outer-margin.inner-col-outer-margin {
  margin-bottom: 0px !important; }
.dwg_base_child_nootka .nootka-applications-icon-link {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 152px; }
  .dwg_base_child_nootka .nootka-applications-icon-link .nootka-applications-item-icon {
    width: 86px;
    height: 86px;
    position: absolute;
    z-index: 5;
    top: 8px;
    left: 50%;
    display: block;
    margin: 0 0 0 -43px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  .dwg_base_child_nootka .nootka-applications-icon-link .nootka-applications-item-icon-content {
    position: absolute;
    width: 100%;
    z-index: 5;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 102px;
    text-align: center; }
    .dwg_base_child_nootka .nootka-applications-icon-link .nootka-applications-item-icon-content p {
      margin: 0;
      padding: 0;
      font-size: 1.125rem;
      letter-spacing: -0.3pt;
      line-height: 1;
      text-align: center; }
  .dwg_base_child_nootka .nootka-applications-icon-link .nootka-applications-item-status {
    position: absolute;
    z-index: 0;
    width: 90%;
    margin: 0px 5%;
    height: 12px;
    left: 0px;
    bottom: -14px; }
  .dwg_base_child_nootka .nootka-applications-icon-link:hover {
    text-decoration: none; }
    .dwg_base_child_nootka .nootka-applications-icon-link:hover .nootka-applications-item-status {
      bottom: 0px; }
  .dwg_base_child_nootka .nootka-applications-icon-link.active {
    text-decoration: none; }
    .dwg_base_child_nootka .nootka-applications-icon-link.active .nootka-applications-item-status {
      bottom: 0px; }
.dwg_base_child_nootka .callout-applications-grid .callout-element-inner-padding {
  position: relative; }
.dwg_base_child_nootka .callout-applications-grid .page-content-shortcode {
  width: 80%;
  max-width: 480px;
  margin-left: 10%;
  text-align: left;
  float: left;
  clear: none; }
.dwg_base_child_nootka .callout-applications-grid .page-content-shortcode-content-col-inner-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

#nootka_applications_grid {
  display: block;
  margin: 0px; }
  #nootka_applications_grid .nootka-_applications-inner-padding {
    position: relative;
    width: 100%; }
  #nootka_applications_grid .nootka-applications-item {
    position: relative;
    float: left; }
  #nootka_applications_grid .nootka-applications-item-outer-margin {
    position: relative; }
  #nootka_applications_grid .nootka-applications-item-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  #nootka_applications_grid .nootka-applications-item-inner-padding {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%; }
  #nootka_applications_grid .nootka-applications-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 10;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.01); }
    #nootka_applications_grid .nootka-applications-item-link:hover {
      background-color: rgba(0, 0, 0, 0.6); }
      #nootka_applications_grid .nootka-applications-item-link:hover .nootka-applications-item-content {
        bottom: 10%; }
    #nootka_applications_grid .nootka-applications-item-link span.nootka-applications-item-icon {
      display: block;
      overflow: hidden;
      position: absolute;
      z-index: 11;
      left: 50%;
      top: 50%;
      width: 86px;
      height: 86px;
      margin: -56px 0 0 -43px;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  #nootka_applications_grid .nootka-applications-item-content {
    position: absolute;
    width: 60%;
    margin: 4% 10%;
    padding: 0.5rem 10%;
    display: block;
    z-index: 11;
    bottom: 0px;
    left: 0px;
    height: auto;
    text-align: center; }
    #nootka_applications_grid .nootka-applications-item-content span.nootka-applications-item-inline-icon {
      display: block;
      position: absolute;
      z-index: 12;
      left: 0px;
      top: 50%;
      width: 48px;
      height: 48px;
      float: left;
      margin: -24px 0 0 0;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    #nootka_applications_grid .nootka-applications-item-content p {
      margin: 0;
      padding: 0 0 0 56px;
      position: relative;
      font-size: 1.375rem;
      letter-spacing: -0.2pt;
      font-weight: 700;
      line-height: 44px;
      min-height: 40px;
      text-align: left;
      color: white; }

@media only screen and (min-width: 768px) {
  .dwg_base_child_nootka .callout-applications-grid .callout-element-inner-padding {
    position: relative; }
  .dwg_base_child_nootka .callout-applications-grid .page-content-shortcode {
    width: 32%;
    max-width: 580px;
    margin-left: 12.5%;
    text-align: left;
    float: left;
    clear: none; }
  .dwg_base_child_nootka .callout-applications-grid .page-content-shortcode-content-col-inner-padding {
    padding-top: 120px;
    padding-bottom: 120px; } }
@media only screen and (min-width: 960px) {
  .dwg_base_child_nootka {
    /*
    .nootka-applications-item:not(.application-blood-glucose-regulation){
      .nootka-applications-item-content{
       p{
        line-height:44px;
       }
      }
     }
    */ }
    .dwg_base_child_nootka .callout-applications-grid .callout-element-inner-padding {
      position: relative; }
    .dwg_base_child_nootka .callout-applications-grid .page-content-shortcode {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
.dwg_base_child_nootka .callout-quality-callout .page-content-shortcode-background-img {
  background-position: center top; }
.dwg_base_child_nootka .callout-quality-callout .page-content-shortcode-inner-padding {
  padding-top: 140px;
  padding-bottom: 140px; }
.dwg_base_child_nootka #icon-grid.pc-content-block .shortcode-col.inner-col img {
  margin-bottom: 0.5rem; }
.dwg_base_child_nootka #icon-grid.pc-content-block .shortcode-col.inner-col p {
  line-height: 1.4; }
.dwg_base_child_nootka .problems-column {
  position: relative; }

.nootka-quality-icon.icon-circle-no {
  display: block;
  position: absolute;
  z-index: 10;
  float: left;
  /*
  width:40%;
  height:auto;
  padding-top:40%;
  right:0%;
  top:50%;
  margin-top:-20%;
  */
  width: 240px;
  height: 240px;
  padding-top: 0;
  left: 50%;
  margin-left: -100px;
  bottom: -260px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

#problems #problems-background-image {
  background-position: right bottom !important;
  -webkit-background-size: 120% auto;
  -moz-background-size: 120% auto;
  -o-background-size: 120% auto;
  background-size: 120% auto; }
#problems .pc-content-problems-inner-padding {
  padding-bottom: 280px; }
#problems span.plant-title {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0.775rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  position: absolute;
  z-index: 10;
  float: right;
  right: 0px;
  bottom: -280px;
  width: 100%; }

#eliminates-risk .pc-content-eliminates-risk-inner-padding {
  padding-top: 126px; }

@media only screen and (min-width: 480px) {
  .nootka-quality-icon.icon-circle-no {
    width: 280px;
    height: 280px;
    padding-top: 0;
    left: 50%;
    margin-left: -130px;
    bottom: -260px;
    margin-top: 0; }

  #problems #problems-background-image {
    background-position: right bottom !important;
    -webkit-background-size: 125% auto;
    -moz-background-size: 125% auto;
    -o-background-size: 125% auto;
    background-size: 125% auto; }
  #problems .pc-content-problems-inner-padding {
    padding-bottom: 300px; }

  #eliminates-risk .pc-content-eliminates-risk-inner-padding {
    padding-top: 146px; } }
@media only screen and (min-width: 580px) {
  .nootka-quality-icon.icon-circle-no {
    width: 320px;
    height: 320px;
    padding-top: 0;
    left: 50%;
    margin-left: -160px;
    bottom: -320px;
    margin-top: 0; }

  #problems #problems-background-image {
    background-position: right bottom !important;
    -webkit-background-size: 122% auto;
    -moz-background-size: 122% auto;
    -o-background-size: 122% auto;
    background-size: 122% auto; }
  #problems .pc-content-problems-inner-padding {
    padding-bottom: 400px; }
  #problems span.plant-title {
    bottom: -380px; }

  #eliminates-risk .pc-content-eliminates-risk-inner-padding {
    padding-top: 167px; } }
@media only screen and (min-width: 768px) {
  .nootka-quality-icon.icon-circle-no {
    width: 360px;
    height: 360px;
    padding-top: 0;
    left: 50%;
    margin-left: -190px;
    bottom: -360px;
    margin-top: 0; }

  #problems #problems-background-image {
    background-position: right bottom !important;
    -webkit-background-size: 118% auto;
    -moz-background-size: 118% auto;
    -o-background-size: 118% auto;
    background-size: 118% auto; }
  #problems .pc-content-problems-inner-padding {
    padding-bottom: 430px; }
  #problems span.plant-title {
    bottom: -400px; } }
@media only screen and (min-width: 960px) {
  .nootka-quality-icon.icon-circle-no {
    float: right;
    width: 40%;
    height: auto;
    padding-top: 40%;
    right: 8%;
    top: 50%;
    bottom: auto;
    margin-top: -20%;
    left: auto;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }

  #problems #problems-background-image {
    background-position: right center !important;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  #problems .pc-content-problems-inner-padding {
    padding-bottom: 0; }
  #problems span.plant-title {
    bottom: 30px;
    width: 47%; }

  #eliminates-risk .pc-content-eliminates-risk-inner-padding {
    padding-top: 0; } }
.dwg_base_child_nootka .newsletter-sc .base-mc-form,
.dwg_base_child_nootka .newsletter-widget-wrapper .base-mc-form {
  position: relative;
  display: block; }
.dwg_base_child_nootka .newsletter-sc .mc-email,
.dwg_base_child_nootka .newsletter-widget-wrapper .mc-email {
  padding-right: 12px;
  width: 82%;
  max-width: 82%;
  display: block; }
.dwg_base_child_nootka .mc-fname-col-wrapper {
  width: 48%;
  float: left;
  position: relative; }
.dwg_base_child_nootka .mc-lname-col-wrapper {
  width: 48%;
  float: right;
  position: relative; }
.dwg_base_child_nootka .mc-email-col-wrapper {
  width: 100%;
  float: left;
  position: relative; }
.dwg_base_child_nootka #fname-label,
.dwg_base_child_nootka #lname-label,
.dwg_base_child_nootka #email-label {
  display: none; }
.dwg_base_child_nootka .mc-fname-col,
.dwg_base_child_nootka .mc-lname-col {
  display: block;
  margin: 4px 0 1.75rem 0; }
.dwg_base_child_nootka .mc-email-col {
  overflow: visible; }
.dwg_base_child_nootka #mc-signup {
  position: relative;
  overflow: visible;
  height: 54px; }
.dwg_base_child_nootka #mc-response {
  left: 0px; }
.dwg_base_child_nootka #mc-submit {
  position: absolute;
  float: right;
  top: 100%;
  right: 0px;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
  padding: 6px 5px 6px 5px;
  height: 39px;
  max-width: 80px;
  width: 80px;
  float: right;
  margin-right: 1%;
  margin-top: -38px; }

.dwg_base_child_nootka h3.gform_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem; }

@media only screen and (min-width: 960px) {
  .dwg_base_child_nootka.page-contact .init-content-inner-padding,
  .dwg_base_child_nootka.page-contact .init-sidebar-inner-padding {
    padding-top: 60px; } }
@media only screen and (min-width: 1181px) {
  .dwg_base_child_nootka.page-contact .init-content-inner-padding,
  .dwg_base_child_nootka.page-contact .init-sidebar-inner-padding {
    padding-top: 60px; } }
@media only screen and (min-width: 1521px) {
  .dwg_base_child_nootka.page-contact .init-content-inner-padding,
  .dwg_base_child_nootka.page-contact .init-sidebar-inner-padding {
    padding-top: 60px; } }
.dwg_base_child_nootka .nootka-checkmarklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1; }
  .dwg_base_child_nootka .nootka-checkmarklist ul:before, .dwg_base_child_nootka .nootka-checkmarklist ul:after {
    content: " ";
    display: table; }
  .dwg_base_child_nootka .nootka-checkmarklist ul:after {
    clear: both; }
  .dwg_base_child_nootka .nootka-checkmarklist ul li {
    margin: 0;
    padding: 14px 20px 14px 46px;
    min-height: 18px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: 2px 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 1.2;
    font-size: 1rem; }
    .dwg_base_child_nootka .nootka-checkmarklist ul li:nth-last-child(1) {
      border-bottom: none; }
.dwg_base_child_nootka .nootka-checkmarklist-inner-padding {
  position: relative; }

.dwg_base_child_nootka a.nootka-info-icon {
  display: inline-block;
  margin: 0 20px;
  padding: 10px 8px 10px 34px;
  line-height: 1;
  letter-spacing: 0.5pt;
  font-weight: 700;
  font-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none; }
  .dwg_base_child_nootka a.nootka-info-icon:hover {
    text-decoration: none; }
