/*
Theme Name: Custom Theme
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.9+ theme built on Bootstrap 3
Author: Marlen Andrea Salazar
Author URI: http://designaction.org
Version: 1.3
*/
@import url("sass/stylesheets/sass_style.css");
@import url("hover-min.css");
@import url("font-awesome.min.css");

/* hide BLOG link next to search and translation links */
#topmenu.blogpage a.blogpage {
    display: none !important;
}

.latestblog-content .wp-caption{
		display: none !important;
}
.page-id-2395 .container-normal{
    margin-top: 0;
}
#topright #lang_sel_list li a{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}
.wpml-ls-legacy-list-horizontal{
    padding: 0;
}
div.latest-blog .latestblog-content{
    padding-left: 10px;
}
div.latest-blog .latestblog-content > p.section-title, div.latest-blog h4{
    margin-left: 0;
}
/* Tooltip container */
.tooltip {
    position: absolute;
    display: inline-block;
    padding-left: 5px;
    opacity: 1;
    z-index: 1;
    font-size: 20px;
    left: 100%;
}
.tooltip:hover {
    cursor: pointer;
}
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 400px;
    background-color: #6ED2F0;
    color: #fff !important;
    text-decoration: none !important;
    text-align: left;
    padding: 20px;
    font-size: small;
    border: 20px solid #fff;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow:0 0 0 2px #00647D, 0 8px 6px 0 rgba(0,0,0,.4);
    -moz-box-shadow:0 0 0 2px #00647D, 0 8px 6px 0 rgba(0,0,0,.4);
    box-shadow:0 0 0 2px #00647D, 0 8px 6px 0 rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    right: 0 !important; /* this ensures the tooltip opens to the left */
    z-index: 9999 !important;
}
.page-id-7755 .gform_wrapper li.gfield.gsection.standard span.tooltiptext,
.page-id-7730 .gform_wrapper li.gfield.gsection.standard span.tooltiptext {
    background-color: #6ED2F0;
}
.tooltip i.fa.fa-book,
.tooltip i.fa.fa-question-circle {
    z-index: 1 !important;
    position: absolute;
    top: 0;
    right: 23px;
}
/* tooltip resized for mobile */
@media screen and (max-width: 320px){
    .tooltip .tooltiptext {
        min-width: 320px;
    }
}
@media screen and (min-width: 360px){
    .tooltip .tooltiptext {
        min-width: 360px;
    }
}
@media screen and (min-width: 700px){
    .tooltip .tooltiptext {
        min-width: 700px;
    }
}

/* section tooltips */
.page-id-7755 .gform_wrapper li.gfield.gsection,
.page-id-7730 .gform_wrapper li.gfield.gsection,
.page-id-6244 .gform_wrapper li.gfield.gsection,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
}
.page-id-7755 .gform_wrapper li.gfield.gsection .gsection_title,
.page-id-7730 .gform_wrapper li.gfield.gsection .gsection_title,
.page-id-6244 .gform_wrapper li.gfield.gsection .gsection_title,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection .gsection_title {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.page-id-7755 .gform_wrapper li.gfield.gsection .gsection_description,
.page-id-7730 .gform_wrapper li.gfield.gsection .gsection_description,
.page-id-6244 .gform_wrapper li.gfield.gsection .gsection_description,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection .gsection_description {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 95%;
}
.page-id-7755 .gform_wrapper li.gfield.gsection.standard span,
.page-id-7730 .gform_wrapper li.gfield.gsection.standard span {
    background:#eeeeee;
}
.page-id-7755 .gform_wrapper li.gfield.gsection.standard .gsection_description,
.page-id-7730 .gform_wrapper li.gfield.gsection.standard .gsection_description {
    padding:0 5px !important;
}

.page-id-7755 .gform_wrapper li.gfield.gsection .tooltip,
.page-id-7730 .gform_wrapper li.gfield.gsection .tooltip,
.page-id-6244 .gform_wrapper li.gfield.gsection .tooltip,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection .tooltip {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
/* steps tooltips */
.page-id-7755 .gform_wrapper li.gfield.gsection .tooltip,
.page-id-7730 .gform_wrapper li.gfield.gsection .tooltip,
.page-id-6244 .gform_wrapper li.gfield.gsection .tooltip,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection .tooltip {
    position:absolute;/* sections need it after position: relative;*/
    top: 100%;
    left: 100%;
    font-size: 20px;
}
.page-id-7755 .gform_wrapper li.gfield.gsection .tooltip i.fa.fa-book,
.page-id-7730 .gform_wrapper li.gfield.gsection .tooltip i.fa.fa-book,
.page-id-6244 .gform_wrapper li.gfield.gsection .tooltip i.fa.fa-book,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection .tooltip .i.fa.fa-book,
.page-id-7755 .gform_wrapper li.gfield.gsection .tooltip i.fa.fa-question-circle,
.page-id-7730 .gform_wrapper li.gfield.gsection .tooltip i.fa.fa-question-circle,
.page-id-6244 .gform_wrapper li.gfield.gsection .tooltip i.fa.fa-question-circle,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection .tooltip .i.fa.fa-question-circle {
    position: absolute;
    top: -48px;
    right: 8px;
}
.page-id-7755 .gform_wrapper li.gfield.gsection .tooltip span.tooltiptext,
.page-id-7730 .gform_wrapper li.gfield.gsection .tooltip span.tooltiptext,
.page-id-6244 .gform_wrapper li.gfield.gsection .tooltip span.tooltiptext,
.parent-pageid-6244 .gform_wrapper li.gfield.gsection .tooltip span.tooltiptext {
    position: absolute;
    top: -46px;
    right: 0 !important; /* this ensures the tooltip opens to the left */
}

/* Tooltip body links */
.tooltip .tooltiptext a {
    color: #fff;
    text-decoration: underline;
}
.tooltip .tooltiptext a:hover {
    color: #00647D !important;
    text-decoration: underline;
    /*font-size: medium !important;
    font-weight: 800 !important;*/
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.gform_wrapper .gf_step span.gf_step_number {
    display:none !important;
}


/* form check boxes */
.page-id-7755 .gform_wrapper .gfield_checkbox li input,
.page-id-7755 .gform_wrapper .gfield_checkbox li input[type=checkbox],
.page-id-7755 .gform_wrapper .gfield_radio li input[type=radio],

.page-id-7730 .gform_wrapper .gfield_checkbox li input,
.page-id-7730 .gform_wrapper .gfield_checkbox li input[type=checkbox],
.page-id-7730 .gform_wrapper .gfield_radio li input[type=radio],

.page-id-6244 .gform_wrapper .gfield_checkbox li input,
.page-id-6244 .gform_wrapper .gfield_checkbox li input[type=checkbox],
.page-id-6244 .gform_wrapper .gfield_radio li input[type=radio],

.parent-pageid-6244 .gform_wrapper .gfield_checkbox li input,
.parent-pageid-6244 .gform_wrapper .gfield_checkbox li input[type=checkbox],
.parent-pageid-6244 .gform_wrapper .gfield_radio li input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
}

.page-id-7755 .gform_wrapper .gfield_checkbox li label,
.page-id-7730 .gform_wrapper .gfield_checkbox li label,
.page-id-6244 .gform_wrapper .gfield_checkbox li label,
.parent-pageid-6244 .gform_wrapper .gfield_checkbox li label {
    position: absolute;
    left: 20px;
    top: 0;
    padding:0 15px 0 0;
    font-size:1.1em;
    color:#00647D;
}

.page-id-7755 .ginput_container_checkbox li,
.page-id-7730 .ginput_container_checkbox li,
.page-id-6244 .ginput_container_checkbox li,
.parent-pageid-6244 .ginput_container_checkbox li {
    padding:4px 15px 0 0;
}

.page-id-7755 .ginput_container_checkbox #input_32_52 .gchoice_32_52_3,
.page-id-7730 .ginput_container_checkbox #input_32_52 .gchoice_32_52_3,
.page-id-7755 .ginput_container_checkbox #input_32_52 .gchoice_32_52_4,
.page-id-7730 .ginput_container_checkbox #input_32_52 .gchoice_32_52_4,
.page-id-6244 .ginput_container_checkbox #input_13_52 .gchoice_13_52_3,
.page-id-6244 .ginput_container_checkbox #input_13_52 .gchoice_13_52_4 {
    min-height: 90px !important;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    padding: 2px;
}

/* form text inputs */
.page-id-7755 .maincontent.lower .entry textarea,
.page-id-7755 .maincontent.lower .entry input[type="text"],
.page-id-7755 .container-normal .entry textarea,
.page-id-7755 .container-normal .entry input[type="text"],

.page-id-7730 .maincontent.lower .entry textarea,
.page-id-7730 .maincontent.lower .entry input[type="text"],
.page-id-7730 .container-normal .entry textarea,
.page-id-7730 .container-normal .entry input[type="text"],

.page-id-6244 .maincontent.lower .entry textarea,
.page-id-6244 .maincontent.lower .entry input[type="text"],
.page-id-6244 .container-normal .entry textarea,
.page-id-6244 .container-normal .entry input[type="text"],

.parent-pageid-6244 .maincontent.lower .entry textarea,
.parent-pageid-6244 .maincontent.lower .entry input[type="text"],
.parent-pageid-6244 .container-normal .entry textarea,
.parent-pageid-6244 .container-normal .entry input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #00647D;
    color:#6ED2F0;
    font-weight:bold;
}
.page-id-7755 .maincontent.lower .entry textarea,
.page-id-7755 .container-normal .entry textarea,
.page-id-7730 .maincontent.lower .entry textarea,
.page-id-7730 .container-normal .entry textarea {
    color:#6ED2F0;
    font-weight:bold;
}

/* fix form inputs step 1 */
.page-id-7755 #field_32_481 .ginput_container,
.page-id-7730 #field_32_481 .ginput_container,
.page-id-6244 #field_13_481 .ginput_container {
    padding-right: 20px !important;
}
.page-id-7755 #field_32_481 #input_32_481,
.page-id-7730 #field_32_481 #input_32_481,
.page-id-6244 #field_13_481 #input_13_481 {
    line-height: 1.0em !important;
}
.page-id-7755 #input_32_482_4_container,
.page-id-7730 #input_32_482_4_container,
.page-id-6244 #input_13_482_4_container {
    padding-right: 20px !important;
}
.page-id-7755 #input_32_482_4,
.page-id-7730 #input_32_482_4,
.page-id-6244 #input_13_482_4 {
    line-height: 1.0em !important;
}
/* prevent labels from running into each other in two column layout steps 1,2,3 */
.page-id-7755 label[class^="gfield_label"],
.page-id-7730 label[class^="gfield_label"],
.page-id-6244 label[class^="gfield_label"] {
    padding-right: 20px !important;
}
.page-id-7755 select[id^="input_32"],
.page-id-7730 select[id^="input_32"],
.page-id-6244 select[id^="input_13"] {
    max-width: 95% !important;
}
/* match selector style for steps 4,5 */
.page-id-7755 select[id^="input_32"],
.page-id-7730 select[id^="input_32"],
.parent-pageid-6244 select[id^="input_12"] {
    color: #00647D !important;
    font-weight: normal !important;
}
/* fix radio button styles step 4 */
.page-id-7755 .gform_wrapper ul.gfield_radio li input[type="radio"] + label,
.page-id-7730 .gform_wrapper ul.gfield_radio li input[type="radio"] + label,
.page-id-6244 .gform_wrapper ul.gfield_radio li input[type="radio"] + label,
.parent-pageid-6244 .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
    position: relative;
    top: -5px;
    left: 16px;
    font-size: 1em;
    font-weight: normal;
    color: #00647D !important;
}

/* form section titles */
.page-id-7755 .gform_wrapper .gsection,
.page-id-7730 .gform_wrapper .gsection,
.page-id-7755 .gform_wrapper ul.gform_fields li.gfield,
.page-id-7730 .gform_wrapper ul.gform_fields li.gfield,
.page-id-6244 .gform_wrapper .gsection,
.page-id-6244 .gform_wrapper ul.gform_fields li.gfield,
.parent-pageid-6244 .gform_wrapper .gsection,
.parent-pageid-6244 .gform_wrapper ul.gform_fields li.gfield {
    margin-right: 0 !important;
    padding-right: 0 !important;
    position:relative;
}

.page-id-7755 .gform_wrapper h2.gsection_title,
.page-id-7730 .gform_wrapper h2.gsection_title,
.page-id-6244 .gform_wrapper h2.gsection_title,
.parent-pageid-6244 .gform_wrapper h2.gsection_title {
    text-transform: uppercase;
    background-color: #00647D;
    color: #fff;
    width: 100%;
    margin: 0 !important;
    padding: 14px 0 14px 0 !important;
    font-size: 23px !important;
    font-weight: normal !important;
}
/* steps section titles */
.page-id-7755 .gform_wrapper #field_32_136 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_137 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_150 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_799 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_1378 h2.gsection_title,

.page-id-7730 .gform_wrapper #field_32_136 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_137 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_150 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_799 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_1378 h2.gsection_title,

.page-id-6244 .gform_wrapper #field_13_136 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_137 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_150 h2.gsection_title,
.parent-pageid-6244 .gform_wrapper #field_12_672 h2.gsection_title,
.parent-pageid-6244 .gform_wrapper #field_12_686 h2.gsection_title {
    background-color: #6ED2F0 !important;
    color: #00647D !important;
    font-size: 40px !important;
    padding: 10px 0 10px 0 !important;
    font-weight: normal !important;
}

/* a flexible display section header title style */
.page-id-7755 li[style^="display: flex"] h2.gsection_title,
.page-id-7730 li[style^="display: flex"] h2.gsection_title,
.page-id-7755 li.custom_section_title h2.gsection_title,
.page-id-7730 li.custom_section_title h2.gsection_title,
.page-id-6244 li[style^="display: flex"] h2.gsection_title,
.page-id-6244 li.custom_section_title h2.gsection_title,
.parent-pageid-6244 li[style^="display: flex"] h2.gsection_title,
.parent-pageid-6244 li.custom_section_title h2.gsection_title {
    background-color: #00F087 !important;
    color: #FFF !important;
}
.gfield.emphasize .gfield_label {
    background-color:#c1e9cc;/*00F087;*/
    padding:10px;
}
.gfield.hidelabel .gfield_label {
    display:none !important;
}
.gfield.indent {
    padding-left:50px;
}

/* hide the empty section titles from step 2 */
.page-id-7755 .gform_wrapper #field_32_191 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_189 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_188 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_184 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_190 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_193 h2.gsection_title,
.page-id-7755 .gform_wrapper #field_32_187 h2.gsection_title,

.page-id-7730 .gform_wrapper #field_32_191 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_189 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_188 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_184 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_190 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_193 h2.gsection_title,
.page-id-7730 .gform_wrapper #field_32_187 h2.gsection_title,

.page-id-6244 .gform_wrapper #field_13_191 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_189 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_188 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_184 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_190 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_193 h2.gsection_title,
.page-id-6244 .gform_wrapper #field_13_187 h2.gsection_title {
    display: none !important;
}

/* form description text */
.page-id-7755 .gform_wrapper .top_label .gsection_description,
.page-id-7730 .gform_wrapper .top_label .gsection_description,
.page-id-6244 .gform_wrapper .top_label .gsection_description,
.parent-pageid-6244 .gform_wrapper .top_label .gsection_description,

.page-id-7755 .gform_wrapper .field_sublabel_above .description,
.page-id-7755 .gform_wrapper .field_sublabel_above .gfield_description,
.page-id-7755 .gform_wrapper .field_sublabel_above .gsection_description,

.page-id-7730 .gform_wrapper .field_sublabel_above .description,
.page-id-7730 .gform_wrapper .field_sublabel_above .gfield_description,
.page-id-7730 .gform_wrapper .field_sublabel_above .gsection_description,

.page-id-6244 .gform_wrapper .field_sublabel_above .description,
.page-id-6244 .gform_wrapper .field_sublabel_above .gfield_description,
.page-id-6244 .gform_wrapper .field_sublabel_above .gsection_description,

.parent-pageid-6244 .gform_wrapper .field_sublabel_above .description,
.parent-pageid-6244 .gform_wrapper .field_sublabel_above .gfield_description,
.parent-pageid-6244 .gform_wrapper .field_sublabel_above .gsection_description{
    width: 100%;
    line-height: 1.6;
    margin: 5px 0 5px 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
}
.page-id-7755 .gform_wrapper .field_sublabel_above .gfield_description,
.page-id-7730 .gform_wrapper .field_sublabel_above .gfield_description {
    padding: 10px 15px !important;
    background:#eeeeee;
    width:95%;
}

.page-id-7755 .gform_wrapper label.gfield_label,
.page-id-7730 .gform_wrapper label.gfield_label,
.parent-pageid-6244 .gform_wrapper label.gfield_label{
    width: 100%;
    padding-right: 10px;
}
.gform_wrapper .label-splitbold label.gfield_label {
    font-weight:400;
}

.page-id-7755 .gform_wrapper,
.page-id-7755 .gform_wrapper label.gfield_label,
.page-id-7755 .gform_wrapper .description,
.page-id-7755 .gform_wrapper .gfield_description,
.page-id-7755 .gform_wrapper .gsection_description,
.page-id-7755 .gform_wrapper .instruction,

.page-id-7730 .gform_wrapper,
.page-id-7730 .gform_wrapper label.gfield_label,
.page-id-7730 .gform_wrapper .description,
.page-id-7730 .gform_wrapper .gfield_description,
.page-id-7730 .gform_wrapper .gsection_description,
.page-id-7730 .gform_wrapper .instruction,

.page-id-6244 .gform_wrapper,
.page-id-6244 .gform_wrapper label.gfield_label,
.page-id-6244 .gform_wrapper .description,
.page-id-6244 .gform_wrapper .gfield_description,
.page-id-6244 .gform_wrapper .gsection_description,
.page-id-6244 .gform_wrapper .instruction,

.parent-pageid-6244 .gform_wrapper,
.parent-pageid-6244 .gform_wrapper label.gfield_label,
.parent-pageid-6244 .gform_wrapper .description,
.parent-pageid-6244 .gform_wrapper .gfield_description,
.parent-pageid-6244 .gform_wrapper .gsection_description,
.parent-pageid-6244 .gform_wrapper .instruction {
    font-size:1.1em;
    color:#00647D;
}

/* undock the header navbar for select form pages */
.page-id-7755 .fix,
.page-id-7730 .fix,
.page-id-6244 .fix,
.parent-pageid-6244 .fix {
    position: relative !important;
    top: 0;
}
.page-id-7755 .navbar-wrapper,
.page-id-7730 .navbar-wrapper,
.page-id-6244 .navbar-wrapper,
.parent-pageid-6244 .navbar-wrapper {
    position: relative !important;
    top: 0 !important;
}
.page-id-7755 .container-normal,
.page-id-7730 .container-normal,
.page-id-6244 .container-normal,
.parent-pageid-6244 .container-normal{
    margin-top: -12px;
}

/* form submit buttons */
.page-id-7755 .maincontent.lower .entry input[type="submit"],
.page-id-7755 .container-normal .entry input[type="submit"],
.page-id-7730 .maincontent.lower .entry input[type="submit"],
.page-id-7730 .container-normal .entry input[type="submit"],
.page-id-6244 .maincontent.lower .entry input[type="submit"],
.page-id-6244 .container-normal .entry input[type="submit"],
.parent-pageid-6244 .maincontent.lower .entry input[type="submit"],
.parent-pageid-6244 .container-normal .entry input[type="submit"] {
    background-color: #f0f0f0;
    color: #00647D;
    font-family: inherit !important;
    text-transform: none !important;
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    display:-moz-inline-stack;
    display:inline-block;
    border: 2px outset #f0f0f0 !important;
}

.page-id-7755 .maincontent.lower .entry input[type="submit"]:active,
.page-id-7755 .container-normal .entry input[type="submit"]:active,
.page-id-7730 .maincontent.lower .entry input[type="submit"]:active,
.page-id-7730 .container-normal .entry input[type="submit"]:active,
.page-id-6244 .maincontent.lower .entry input[type="submit"]:active,
.page-id-6244 .container-normal .entry input[type="submit"]:active,
.parent-pageid-6244 .maincontent.lower .entry input[type="submit"]:active,
.parent-pageid-6244 .container-normal .entry input[type="submit"]:active {
    border: 2px inset #f0f0f0 !important;
}

/* custom form footer step 4 to add previous button to return to step 3 */
.page-id-7755 #gform_page_12_1 .custom_form_footer,
.page-id-7730 #gform_page_12_1 .custom_form_footer,
.parent-pageid-6244 #gform_page_12_1 .custom_form_footer {
    display: inline-block !important;
    visibility: visible !important;
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #CCC;
    padding: 16px 0 0;
    font-family: "Merriweather", sans-serif !important;
    font-size: 1.0em;
    font-weight: normal !important;
    color: #00647D !important;
    clear: both;
    position: relative;
}

/* custom return to dashboard button in HuRRA tool */
a#gform_save_32_link {
    line-height: 1.3em;
    background-color: #f0f0f0;
    color: #00647D;
    font-family: inherit !important;
    text-transform: none !important;
    font-size: 1em;
    width: auto;
    margin: 0;
    padding: 2px 8px 2px 8px;
    display:-moz-inline-stack;
    display:inline-block;
    border: 2px outset #f0f0f0 !important;
}

a#gform_save_32_link:active {
    border: 2px inset #f0f0f0 !important;
}


.page-id-7755 #gform_page_12_1 .custom_form_footer .gform_previous_button.button,
.page-id-7730 #gform_page_12_1 .custom_form_footer .gform_previous_button.button,
.parent-pageid-6244 #gform_page_12_1 .custom_form_footer .gform_previous_button.button {
    margin: 10px 15px 0 0;
    width: 100px;
    line-height: 1.3em;
}

.page-id-7755 #gform_page_12_1 .custom_form_footer .gform_next_button.button,
.page-id-7730 #gform_page_12_1 .custom_form_footer .gform_next_button.button,
.parent-pageid-6244 #gform_page_12_1 .custom_form_footer .gform_next_button.button {
    margin: 10px 15px 0 0;
    width: 80px;
    line-height: 1.3em;
}

.page-id-7755 #gform_page_12_1 .gform_page_footer,
.page-id-7730 #gform_page_12_1 .gform_page_footer,
.parent-pageid-6244 #gform_page_12_1 .gform_page_footer {
    display: none;
    visibility: hidden;
}

/* set select dropdowns to a reasonable fixed width that will work for mobile or desktop */
.page-id-7755 .gform_wrapper .top_label li.gfield select,
.page-id-7730 .gform_wrapper .top_label li.gfield select,
.page-id-6244 .gform_wrapper .top_label li.gfield select,
.page-id-6244 .gform_wrapper .top_label li.gfield textarea,
.parent-pageid-6244 .gform_wrapper .top_label li.gfield select,
.parent-pageid-6244 .gform_wrapper .top_label li.gfield textarea {
    max-width: 400px !important;
}
.page-id-7755 .gform_wrapper .top_label li.gfield textarea,
.page-id-7730 .gform_wrapper .top_label li.gfield textarea {
    /*max-width: 400px !important;*/
}

/* Styles copied over from the Simple CSS Plugin */
/* Standards page anchor links */
.page-id-6258 .entry :target:before {
    content:"";
    display:block !important;
    width:auto;
    min-height:43px;
    margin:-122px 0 122px;
}
.page-id-6258.admin-bar .entry :target:before {
    margin:-154px 0 154px;
}
.page-id-6258 .container-normal .row.maincontent {
    padding-top:0;
}
.maincontent.lower h1.standards-heading {
    color: #00647D;
}

/* site-wide styles for unordered lists except for gravity forms */
ul:not([class^="g"]) li:not([class^="g"]),
li:not([class^="g"]) span {
    font: normal normal normal 15px/150% "Merriweather", sans-serif;
    line-height: 150% !important;
    line-height: 2 !important;
    color: #111 !important;
}

.entry.resource a:link span, .entry.resource a:visited span {
    color: #00647D !important;
  }

.entry.resource a span {
    color: #428bca !important;
  }

/* Admin Bar */
 ul#wp-admin-bar-root-default  {
    font-family: dashicons !important;
    color: #FFF !important;
 }

#wpadminbar .ab-icon::before, #wpadminbar .ab-label {
   /*font-family: dashicons !important;*/
   color: #f0f0f1 !important;
}
#wpadminbar #wp-admin-bar-new-content .ab-icon::before, #wpadminbar #wp-admin-bar-comments .ab-icon::before, #wpadminbar #wp-admin-bar-updates .ab-icon::before {
    top: -5px;
    color: rgba(240,246,252,.6) !important;
}

.page-id-6258 .navbar-wrapper,
.page-id-6258 .bg_blue, .page-id-6258 footer {
    display:none;
}
.page-id-6258 .container {
    max-width:95%;
    width:100%;
}
.page-id-6258 .container-normal {
    margin-top:0;
}

.standards {
    width:45%;
    padding:0 5% 0 0;
    float:left;
}
.details {
    width:50%;
    float:left;
}

.standards .issue,
.details .issue-heading {
    width:100%;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    background-color: #00647D;
    color: #FFF;
    font-size: 23px;
    margin-bottom: 5px;
    padding: 10px;
    overflow:hidden;
}
.standards .issue.sub {
    margin-left:5%;
    margin-right:-5%;
    width:95%;
    background-color: #6ED2F0;
}
.standards .issue.sub.issue-on,
.details .issue-heading {
    background-color:#00F087;
}
.details .issue.sub {
    margin-left:0%;
    margin-right:0%;
    width:100%;
    background-color:#00F087;
}
.standards .title-text {
    display:block;
    float:left;
    width:90%;
}
.standards .icon-action {
    display:block;
    float:right;
}

.standards .issue-more {
    clear:both;
}
.details .standard {
    padding:10px 5px 10px 10px;
}

.details .tabgroup {
    padding:5px 10px 10px 10px;
}
.details .tabs-top {

}
.details .tab-name {
    float:left;
    padding:9px;
    font-weight:bold;
    color:#00647D;
    border-top:1px solid #00647D;
    border-right:1px solid #00647D;
    border-left:1px solid #00647D;
    margin:0 5px 0 0;
    }
    .details .tab-name-on,
    .details .tab-name:hover {
        background: #00647D;
        color:#ffffff;
    }
.details .tab {
    clear:both;
    border:1px solid #00647D;
    padding:10px;
    min-height:50px;
    }
    .details .tab > div {
        display:none;
    }
    .details .tab > div.tab-on {
        display:block;
    }
.details .tab p {
    clear:both;
}
@media screen and (max-width: 767px){
    .standards,
    .details {
        width:100%;
        float:none;
        padding-right:0%;
    }
}

/* Gravity Forms Tooltips */
.gfield_label .tooltip {
    opacity: 1;
}
.gfield_label .tooltip .tooltiptext {
    color: #fff;
}
.gfield_label .tooltip .tooltiptext a {
    color: #fff;
    text-decoration: underline;
}

/* Gravity View Reports */
body.gravityview-template-default #footer {
    display:none;
}
body.gravityview-template-default #topmenu {
    display:none;
}
body.gravityview-template-default #blog {
    margin-top: -50px;
}
body.gravityview-template-default .addtoany_share_save_container {
    display: none;
}
body.gravityview-template-default p.postmetadata {
    display: none;
}
h2.page-title.gravityview {
    max-width: 650px;
    text-transform: none;
}
.gravityview p.gv-back-link {
    display: none;
}
h3.gv-custom-content-toc {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}
h3.gv-custom-content-toc .gv-custom-toc-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    width: 650px;
    font-size: 16px;
}
h3.gv-custom-content-toc .gv-custom-toc-summary {
    text-transform: uppercase;
    font-size: 16px;
}
h3.gv-custom-content-toc .gv-custom-toc ul {
    list-style: upper-alpha;
    color: #000;
}
h3.gv-custom-content-toc .gv-custom-toc ul li {
    color: #000;
}
h3.gv-custom-content-toc .gv-custom-toc ul li::before {
    display:none;
}
h3.gv-custom-content-toc .gv-custom-toc ul li span {
    margin-left: 10px;
}
.gv-container {
    text-align: left;
    max-width: 650px;
    margin:0 auto;
}
.gv-list-view-title h3.gv-section{
    font-size: 12px;
    background-color: #EEE;
    border-bottom: 1px solid #DFDFDF;
    padding: 7px;
}
.gv-list-view-title h3.gv-section span.gv-field-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: none;
    text-transform: uppercase;
}
.gv-list-view-title h3.gv-section p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
}
.gv-list-view-title h3 span.gv-field-label {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    padding: 7px;
    text-transform: uppercase;
}
.gv-list-view-title h3 span.gv-field-label .gv-jump-link{
    margin-top: 20px;
}
.gv-list-view-title h3 p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    padding: 7px;
}
.gv-list-view-title a.map-it-link {
    display: none;
}
.gv-list-view-title ul {
    list-style-type: none;
}
.gv-list-view-title ul li::before {
    content: '✓';
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-left: -5px;
    margin-right: 10px;
}
.gv-list-view-title ul li span {
    color: #000;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
}

/* login widget for hurra tool dashboard */
.page-id-7730 .fix2 .textwidget h2.page-title {
    display: none;
}
.page-id-7730 #text-30 .login-instructions {
    display: none;
}

.page-id-7730 .fix2 #text-30 .login-instructions {
    display: block;
    text-align: center;
}

.page-id-7730 .fix2 #gform_login_widget-2 nav {
    text-align: center !important;
}

.page-id-7730 a.hurra-tool-dashboard-link {
    display:block;
    max-width: 325px;
    margin: 1em auto 1em auto;
    padding: .5em;
    text-align:center;
    text-transform:uppercase;
    color:#ffffff;
    background: #00647D;
    border:1px solid #00647D;
}

.page-id-7730 a.hurra-tool-dashboard-link:hover {
    background:#00F087;
}

.page-id-7730.page-child.parent-pageid-7482.logged-out .maincontent h2.page-title {
    display: none;
}

.page-id-7730.page-child.parent-pageid-7482.logged-out .textwidget h2.page-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #00647D;
}

.page-id-7730 #gform_login_widget-2 {
    display: none;
}
.page-id-7730 .fix2 {
    position:relative;
    top:0 !important;
}
.page-id-7730 .fix2 #gform_login_widget-2 {
    /*display: none;*/
    display:block;
}
.page-id-7730 .fix2 #gform_login_widget-2 .gform_wrapper .gform_footer {
    text-align:center;
}
.page-id-7730 .fix2 #gform_login_widget-2 nav {
    padding:0 0 10px 0;
}
.page-id-7730 .fix2 #gform_login_widget-2 nav a:after {
    content: ' Click here.';
}
.page-id-7730 .fix2 #gform_login_widget-2 nav a {
    color:#002846;
}
.page-id-7730 .fix2 #gform_login_widget-2 a:hover,
.page-id-7730 .fix2 #gform_login_widget-2 nav a:hover {
    color:#ffffff;
}

.page-id-7730.logged-out .entry {
    display:none;
}
.page-id-7730 #gform_login_widget-2 img.avatar {
    display: none;
}
.page-id-7730 #gform_login_widget-2 h3 {
    display: none;
}

/* hurra tool edit page styles */
.page-id-7730 .gv-edit-entry-title {
    text-transform: none !important;
    font-size: 19px !important;
}

.page-id-7730 .gv-button-delete {
    display: none;
}

.page-id-7730 .gv-button-cancel {
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 6px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #00647D;
    font-family: inherit !important;
    text-transform: none !important;
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    border: 2px outset #f0f0f0 !important;
}

.maincontent.lower a.create-hurra-tool-entry {
    display:block;
    max-width:325px;
    margin:0 auto 2em auto;
    padding:.5em;
    text-align:center;
    color:#ffffff;
    text-transform:uppercase;
    background:#00F087;
    border:1px solid #00F087;
}
.maincontent.lower a.create-hurra-tool-entry:after {
    font-family: "FontAwesome";
    content:"\f061";
    padding:0 0 0 .5em;
}
.maincontent.lower a.create-hurra-tool-entry:hover {
    border:1px solid #00647D;
}

.gv-list-view-title {
    overflow:hidden;
}
.gv-container .gv-field-32-custom,
.gv-container .gv-field-32-edit_link,
.gv-container .gv-field-32-delete_link {
    display:block;
    float:left;
    width:30%;
    padding:0 3% 0 0;
}
.gv-container .gv-field-32-custom a.gravitypdf-download-link,
.gv-container .gv-field-32-edit_link a,
.gv-container .gv-field-32-delete_link a {
    display:block;
    text-align:center;
    text-transform:uppercase;
    color:#ffffff;
    background: #00647D;
    border:1px solid #00647D;
}
.gv-container .gv-field-32-delete_link a {
    color:#00647D;
    background:#ffffff;
}
.gv-container .gv-field-32-custom a.gravitypdf-download-link:hover {
    background:#00F087;
}
.gv-container .gv-field-32-edit_link a:hover {
    background:#6ED2F0;
}
.gv-container .gv-field-32-delete_link a:hover {
    border:1px solid #CC0000;
}


@media only screen and (min-width: 641px) {
    .gform_wrapper .gsection {
        margin:28px 16px 0px 0 !important;
    }
}

/* HRDD section */
.hrdd {
    background-color:#7f8fa9;/*#297fd5;*/
    padding:5px 15px;
}
.hrdd a {
    color:#ffffff;
}

/* top navigation bar site-wide */
#topright #lang_sel_list li a {
    color: #fff !important;
}

/* home styles */
.home .our-work .subpage img {
	height: 260px !important;
}

.our-work .subpage .subpage-caption h3 {
  font-size: 18px;
  padding: 10px;
}

@media (min-width: 980px) {
.our-work .subpage .subpage-caption h3 {
  font-size: 22px;
  }
}

@media (max-width: 767px) {
  .bg-grey .news-home-wrapper {
    min-height: unset;
  }
  .our-work .subpage .subpage-caption {
    height: auto;
  }
}

/* .our-work .subpage .subpage-caption {
  min-width: 88%;
} */

@media (max-width: 1200px) and (min-width: 768px) {
  .our-work .subpage .subpage-caption h3 {
    margin-bottom: 30px;
  }
  .our-work .subpage .subpage-caption {
    height: 79px;
  }
  .our-work .subpage:hover .subpage-caption {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .our-work .subpage:hover .subpage-caption {
    height: auto;
    bottom: 10px;
  }
  .home .our-work .subpage img {
    width: 100%;
    height: auto !important;
    min-height: 260px;
    object-fit: cover;
  }
  .our-work .subpage {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
  }
}

/* .our-work .subpage .subpage-caption {
  height: auto;
} */

.home .our-work .col-sm-4 {
	min-height: 260px;
}

.home .our-work .col-sm-4 .subtitle:empty {
	display: none;
}

.home #topright #lang_sel_list li a {
    color: #fff !important;
}
.home .home-banner .image-wrapper {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.home .home-banner .image-wrapper img {
    position: relative;
    z-index: -9999;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home .home-banner .caption {
    position: relative;
    z-index: -1;
    margin-top: -100px;
    width: 100%;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 24pt;
    color: #00F087;
    text-align: center;
    text-transform: uppercase;
    text-shadow:
            -1px -1px 0 #888,
            1px -1px 0 #888,
            -1px 1px 0 #888,
            1px 1px 0 #888;
}
.home .logo {
    display: block !important;
}
.home #top-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.home #top-section p {
    color: #fff !important;
    padding: 10px !important;
    font: normal normal normal 15px/150% "Merriweather", sans-serif;
    line-height: 2;
}
.home #top-section h4 {
    color: #fff !important;
    padding: 10px !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 500;
    line-height: 1.1;
    font-size: 30px;
}
.home .ourmembers {
    display: flex;
    justify-content: center;
    width: 552px;
    height: 276px;
    overflow: hidden;
}
.home .ourmembers .custom-image {
    width: 276px !important;
    height: 276px !important;
}
.home .ourmembers .right #excerpt p,
.home .ourmembers .left #excerpt p
{
    font-size: 15px;
    line-height: 24px;
}
.home .ourmembers .left {
    width: 276px;
    height: 276px;
    border-right: 2px solid #fff;
}
.home .ourmembers .right {
    display: flex;
    flex-flow: column;
    width: 276px;
    height: 552px;
    border-left: 2px solid #fff;
}
.home .ourmembers .right #title {
    justify-content: center;
    align-items: center;
    width: 276px;
    min-height: 276px;
    background-color: #00F087;
}
.home .ourmembers .right #excerpt {
    justify-content: center;
    align-items: center;
    width: 276px;
    height: 276px;
    background-color: #00647D;
}

/* mobile home top section */
@media only screen and (min-width: 568px) {
    .home .ourmembers .right #title {
        justify-content: center;
        align-items: center;
        width: 276px;
        min-height: 276px;
        background-color: #00F087;
        transform: translate(0,0);
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }
    .home .ourmembers .right #excerpt {
        justify-content: center;
        align-items: center;
        width: 276px;
        height: 276px;
        background-color: #00647D;
        transform: translate(0,0);
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }
    .home .ourmembers:hover #title {
        transform: translate(0,-100%);
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }
    .home .ourmembers:hover #excerpt {
        transform: translate(0,-100%);
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
    }
}

@media only screen and (max-width: 567px) {
    .home .home-banner .image-wrapper {
        overflow: visible;
    }
    .home .home-banner .caption {
        top: -120px;
        font-size: 16pt;
    }
    .home #top-section .left-column,
    .home #top-section .center-column,
    .home #top-section .right-column {
        display: block;
    }
    .home .ourmembers {
        display: block;
        overflow: visible;
        margin-bottom: 276px;
        margin-left: 276px;
    }
    .home .ourmembers .left {
        width: 276px;
        height: 276px;
        border-left: none;
        border-right: none;
    }
    .home .ourmembers .right {
        border-left: none;
        border-right: none;
    }
    .home .ourmembers .right #title {
        width: 276px;
        height: 200px;
        border-bottom: 10px solid #fff;
    }
    .home .ourmembers .right #excerpt {
        width: 276px;
        height: 0;
        display: none;
    }
    .page-id-6125 #filterby {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .home .home-banner .caption {
        margin-top: -60px;
    }
    .home #top-section {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .home .ourmembers {
        margin: 0;
    }
    .home .ourmembers .left {
        width: 266px;
        height: 276px;
        margin: 0;
    }
    .home .ourmembers .right {
        display: flex;
        flex-flow: column;
        width: 266px;
        height: 552px;
        margin: 0;
    }
    .home #top-section .left-column {
        margin: 0;
    }
    .home #top-section .center-column {
        width: 40px;
        margin: 0;
    }
    .home #top-section .right-column {
        margin: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .home #top-section {
        display: flex;
        flex-flow: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .home #top-section .center-column {
        width: 20px;
        margin: 0;
    }
}

/* This addresses the HuRRA Tool form bug that is hiding the form past the first page */
/*
#gform_wrapper_32 {
    display: block !important;
}
*/
/* adjust the position of the previous and next buttons for the HuRRA Tool*/
@media only screen and (min-width: 641px) {
    #gform_wrapper_32 .gform_previous_button {
        float: right;
        margin-right: 85px;
    }

    #gform_wrapper_32 .gform_next_button {
        float: right;
        margin-right: -150px;
    }

    #gform_next_button_32_40 {
        margin-right: 20px !important;
    }
}
@media only screen and (max-width: 640px) {
    #gform_wrapper_32 a.gform_save_link{
        margin-top: 60px;
    }
}

/* fix the width for select dropdown on tool guides page */
.sf-input-select {
    max-width: 240px;
}

/* Google Web App Calendar */

.calendar-mobile {
    text-align: center;
    vertical-align: middle;
}

.calendar-mobile table,
.calendar-mobile tr,
.calendar-mobile td {
    width: 100%;
}

.calendar-mobile .event-block table {
    background-color: #F1F1F1;
    color: black;
    font-weight: 400;
    text-align: center;
    border-top: 5px white solid;
    border-bottom: 5px white solid;
    width: 100%;
}

.calendar-mobile .event-block tr {
    background-color: #F1F1F1;
    vertical-align: middle;
    text-align: center;
    border: none;
    width: 100%;
}

.calendar-mobile .event-block td {
    background-color: #F1F1F1;
    color: black;
    font-weight: 400;
    text-align: center;
    border: none;
    width: 100%;
}

.calendar-mobile .month-header {
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 30px;
    text-align: center;
    width: 100%;
}

/* gravity form 42 and 44 styles */
body #gform_wrapper_42 .gfield_label,
body #gform_wrapper_42 .gfield_required,
body #gform_wrapper_42 .gform_title,
body #gform_wrapper_44 .gfield_label,
body #gform_wrapper_44 .gfield_required,
body #gform_wrapper_44 .gform_title{
    color: white;
}
body #gform_wrapper_42 input,
body #gform_wrapper_44 input {
    background-color: white !important;
    color: #0C647C !important;
    position: relative !important;
}

body #gform_wrapper_42 label,
body #gform_wrapper_44 label {
    color: white !important;
    position: relative !important;
}

body #gform_wrapper_42 form li,
body #gform_wrapper_42 li,
body #gform_wrapper_44 form li,
body #gform_wrapper_44 li{
    list-style: square outside !important;
}

ul.gfield_checkbox li {
	padding: 0 !important;
	height: 30px;
}


/* buttons in a flexbox */
a.standard-blue-button {
    background-color:#6ED2F0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-family:"Roboto Condensed", sans-serif !important;
    font-size:20px;
    padding:10px;
    text-decoration:none;
    border: 10px solid white;
}
a.standard-blue-button:hover {
    background-color:#00647D;
    color:#ffffff !important;
}
a.standard-blue-button:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}

a.standard-green-button {
    background-color:#27EE8B;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-family:"Roboto Condensed", sans-serif !important;
    font-size:20px;
    padding:10px;
    text-decoration:none;
    border: 10px solid white;
}
a.standard-green-button:hover {
    background-color:#00647D;
    color:#ffffff !important;
}
a.standard-green-button:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}

.buttons-flex-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px;
}
.buttons-flex-grid.col1, .buttons-flex-grid.col2 {
    flex: 1;
}
flex-grid.col3 {
    flex: 1;
}

@media (max-width: 300px) {
    .buttons-flex-grid {
        display: block;
    }
}
