*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section[class*="force-full"]>.row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands";
  font-style: normal; 
  font-weight: 400;
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-brands-400-5.8.2.eot") format("embedded-opentype"), 
     url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.8.2.woff') format('woff2');
       url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.8.2.woff2') format('woff');
         url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.8.2.ttf') format('truetype');
           url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.8.2.woff') format('svg');
  unicode-range: U+F082, U+F09A, U+F1D2-F1D3, U+F39E, U+F59E, U+F7BC, U+F841-F842;
}


@font-face {
  font-family: "Font Awesome 5 Brands";
   font-style: normal; 
  font-weight: 400;
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-brands-400-5.0.0.eot") format("embedded-opentype"), 
   url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.0.0.woff2') format('woff2');
   url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.0.0.woff') format('woff');
   url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.0.0.ttf') format('truetype');
  url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-brands-400-5.0.0.svg') format('svg');
  unicode-range: U+F081, U+F08C, U+F092, U+F099, U+F09B, U+F0D2-F0D5, U+F113, U+F136, U+F13B-F13C, U+F15A, U+F167-F169, U+F16C-F16E, U+F170, U+F173-F174, U+F17A, U+F17C-F17E, U+F180, U+F184, U+F189-F18C, U+F194, U+F19A-F19B, U+F1A0-F1A4, U+F1A6-F1A7, U+F1A9-F1AA, U+F1B4, U+F1B6-F1B7, U+F1BC-F1BE, U+F1CA-F1CC, U+F1D0-F1D1, U+F1D4-F1D6, U+F1E7, U+F1ED-F1EE, U+F1F0-F1F2, U+F1F4-F1F5, U+F202, U+F208-F209, U+F20D-F20E, U+F211-F213, U+F215, U+F231-F232, U+F237, U+F23A-F23B, U+F23D-F23E, U+F24B-F24C, U+F260-F261, U+F263-F266, U+F268, U+F26A-F26B, U+F26D-F26E, U+F270, U+F27D-F27E, U+F280-F281, U+F284-F285, U+F287-F28A, U+F293-F294, U+F297-F299, U+F2A5-F2A6, U+F2A9, U+F2AB-F2AD, U+F2B0, U+F2B2, U+F2B8, U+F2C4, U+F2C6, U+F2D6-F2D8, U+F2DA, U+F2DD-F2DE, U+F2E0, U+F368-F374, U+F378-F37D, U+F37F-F380, U+F383-F385, U+F388, U+F38B-F38F, U+F394-F397, U+F399-F39A, U+F3A1-F3A4, U+F3A6-F3B2, U+F3B4-F3B8, U+F3BA-F3BC, U+F3C0, U+F3C3-F3C4, U+F3C6-F3C8, U+F3CA, U+F3CC, U+F3D0, U+F3D2, U+F3D4, U+F3D6-F3D7, U+F3DA-F3DB, U+F3DF, U+F3E1-F3E3, U+F3E6-F3E7, U+F3E9-F3EC, U+F3EE-F3EF, U+F3F5-F3F6, U+F3F8-F3F9, U+F3FE, U+F402-F405, U+F407-F408, U+F40A-F40D, U+F411-F417, U+F419, U+F41B-F41D, U+F41F, U+F421, U+F426; 
}



@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-light-300-5.11.1.eot") format("embedded-opentype"),
     url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-light-300-5.11.1.woff2') format('woff2');
        url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-light-300-5.11.1.woff') format('woff');
           url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-light-300-5.11.1.ttf') format('truetype');
              url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-light-300-5.11.1.svg') format('svg');
  unicode-range: U+F00D, U+F048, U+F051, U+F0AC, U+F0B0, U+F118-F11A, U+F148, U+F14E, U+F155, U+F186, U+F19C, U+F1EB, U+F21A, U+F221, U+F22D, U+F2BD, U+F2E8, U+F2F8, U+F354, U+F357, U+F433-F434, U+F436, U+F44E, U+F45E, U+F4C7, U+F4DA, U+F4E3, U+F51F, U+F54E, U+F556, U+F567, U+F579-F57A, U+F57C-F585, U+F587, U+F589-F58A, U+F58C, U+F596-F59C, U+F5A4-F5A5, U+F5B3-F5B4, U+F5B8, U+F5C0, U+F5C2-F5C3, U+F5C8, U+F5CE, U+F5DE, U+F5E6, U+F5EC, U+F602, U+F615-F616, U+F622, U+F648-F649, U+F67C, U+F69A, U+F6AA-F6AB, U+F6AD, U+F7A2, U+F7A5, U+F7B9-F7BA, U+F7FF, U+F803, U+F806, U+F810, U+F819, U+F82B, U+F87F, U+F8DE, U+F8EE;
}
 

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal; 
  font-weight: 400;
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-regular-400-5.11.0.eot") format("embedded-opentype"),
    url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.11.0.woff2') format('woff2');
      url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.11.0.woff') format('woff');
        url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.11.0.ttf') format('truetype');
          url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.11.0.svg') format('svg');
            unicode-range: U+F001, U+F02F, U+F042, U+F08E, U+F091, U+F104-F105, U+F11B, U+F13D, U+F149, U+F1AC, U+F1EC, U+F223, U+F225, U+F22A-F22C, U+F26C, U+F29D, U+F2EB, U+F2EE, U+F2F3, U+F300, U+F307, U+F323-F324, U+F338, U+F33D, U+F35D, U+F48A, U+F4C0, U+F569, U+F5DC, U+F5EB, U+F601, U+F61B, U+F64C, U+F664, U+F66A, U+F68A, U+F6C0-F6C1, U+F6DF-F6E1, U+F6E8, U+F6F9, U+F70C, U+F7A6, U+F81A, U+F89F-F8A5, U+F8A7-F8B6, U+F8B8-F8B9, U+F8BB-F8C9, U+F8CB-F8D1, U+F8D3, U+F8D5-F8DD, U+F8DF-F8E0, U+F8E2-F8E7, U+F8E9-F8ED, U+F8EF-F8F2;
            }

@font-face { 
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400; 
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-regular-400-5.0.0.eot") format("embedded-opentype"),
    url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.0.0.woff2') format('woff2'),
      url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.0.0.woff') format('woff'),
        url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.0.0.ttf') format('truetype'),
          url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-regular-400-5.0.0.svg') format('svg');
            unicode-range: U+F002, U+F008-F009, U+F00B-F00C, U+F00E, U+F011, U+F013, U+F019, U+F01C, U+F023, U+F025, U+F02A-F02B, U+F02D, U+F030, U+F040-F041, U+F047, U+F049-F04A, U+F04E, U+F050, U+F052-F055, U+F05A-F05B, U+F05E, U+F060-F066, U+F068-F06A, U+F074, U+F077-F07A, U+F07D-F07E, U+F085, U+F08B, U+F090, U+F093, U+F098, U+F09C, U+F09E, U+F0A8-F0AB, U+F0B2, U+F0C1, U+F0C3, U+F0C6, U+F0C9, U+F0CE, U+F0D7-F0DB, U+F0E2-F0E3, U+F0E9-F0EA, U+F0EC, U+F0F4, U+F0FA-F0FD, U+F100-F103, U+F106-F108, U+F10A-F10B, U+F120-F122, U+F124, U+F126-F128, U+F12E, U+F134, U+F137-F13A, U+F13E, U+F141-F143, U+F14B-F14C, U+F153-F154, U+F156-F159, U+F175-F178, U+F182-F183, U+F195, U+F199, U+F1AE, U+F1B0, U+F1B2-F1B3, U+F1B8, U+F1BB, U+F1C0, U+F1DA, U+F1E0-F1E2, U+F1FA, U+F1FD-F1FE, U+F204-F206, U+F20B, U+F217-F218, U+F21C, U+F222, U+F224, U+F226-F229, U+F233, U+F238-F239, U+F240-F244, U+F246, U+F25C, U+F290-F292, U+F295, U+F2A1-F2A4, U+F2A8, U+F2C7-F2CB, U+F2CE, U+F2D3, U+F2DB, U+F2E6-F2E7, U+F2EA, U+F2F0-F2F1, U+F2F5-F2F7, U+F2F9, U+F2FD, U+F301, U+F303, U+F308-F30F, U+F31D, U+F320-F322, U+F325-F326, U+F329-F32E, U+F330-F332, U+F336-F337, U+F339-F33C, U+F33E, U+F340-F34C, U+F350-F353, U+F355, U+F360-F367, U+F376, U+F37E, U+F387, U+F389-F38A, U+F390, U+F39B-F39C, U+F3A0, U+F3B3, U+F3BE-F3BF, U+F3C2, U+F3C5, U+F3CD-F3CF, U+F3DE, U+F3E5, U+F3ED, U+F3F0, U+F3F2, U+F3FA-F3FC, U+F400-F401, U+F40E-F40F;
            }



@font-face { 
  font-family: "Font Awesome 5 Pro";
  font-style: normal; 
  font-weight: 900;
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-solid-900-5.0.0.svg") format("embedded-opentype"),
    url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.0.woff2') format('woff2'),
      url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.0.woff2') format('woff2'),
        url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.0.woff2') format('woff2'),
          url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.0.woff2') format('woff2');
            unicode-range: U+F002, U+F008-F009, U+F00B-F00C, U+F00E, U+F011, U+F013, U+F019, U+F01C, U+F022-F025, U+F02A-F02B, U+F02D, U+F030, U+F041, U+F044, U+F049-F04A, U+F04E, U+F050, U+F052-F055, U+F057-F05B, U+F05E, U+F060-F066, U+F068-F06A, U+F074, U+F077-F07A, U+F07C, U+F085, U+F089, U+F093-F094, U+F098, U+F09C-F09E, U+F0A4-F0AB, U+F0B2, U+F0C1, U+F0C3, U+F0C6, U+F0C9, U+F0CE, U+F0D7-F0DB, U+F0E2-F0E3, U+F0E9-F0EA, U+F0F4, U+F0F8, U+F0FA-F0FE, U+F100-F103, U+F106-F108, U+F10A-F10B, U+F11C, U+F120-F122, U+F124, U+F126-F128, U+F12E, U+F134, U+F137-F13A, U+F13E, U+F141-F143, U+F146, U+F14A-F14B, U+F14D, U+F150-F154, U+F156-F159, U+F182-F183, U+F191-F192, U+F195, U+F199, U+F1AD-F1AE, U+F1B0, U+F1B2-F1B3, U+F1B8, U+F1BB, U+F1C0, U+F1CD, U+F1D8, U+F1DA, U+F1E0-F1E2, U+F1EA, U+F1FA, U+F1FD-F1FE, U+F204-F206, U+F20B, U+F217-F218, U+F21C, U+F222, U+F224, U+F226-F229, U+F233, U+F238-F239, U+F240-F244, U+F246, U+F255-F258, U+F25A-F25C, U+F28B, U+F28D, U+F290-F292, U+F295, U+F2A1-F2A4, U+F2A8, U+F2C7-F2CB, U+F2CE, U+F2D0, U+F2D2, U+F2DB, U+F2E7, U+F2EA, U+F2F1, U+F2F5-F2F6, U+F2F9, U+F303, U+F309-F30C, U+F328, U+F337, U+F358-F35B, U+F360, U+F362, U+F3BE-F3BF, U+F3C5, U+F3CD, U+F3E5, U+F3ED, U+F3FA, U+F410;
            }

@font-face { font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900; 
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-solid-900-5.0.11.eot") format("embedded-opentype"),
    url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.11.woff2') format('woff2');
      url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.11.woff') format('woff');
        url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.11.ttf') format('truetype');
          url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.0.11.svg') format('svg');
            unicode-range: U+F007, U+F0C0, U+F0C2, U+F0F0, U+F1DE, U+F21B, U+F234-F235, U+F381-F382, U+F406, U+F4FA-F501, U+F503-F509;
            }




@font-face { 
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-solid-900-5.11.0.eot") format("embedded-opentype"),
    url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.11.0.woff2') format('woff2');
      url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.11.0.woff') format('woff');
        url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.11.0.ttf') format('truetype');
          url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.11.0.svg') format('svg');
            unicode-range: U+F001, U+F02F, U+F042, U+F091, U+F0F3, U+F104-F105, U+F11B, U+F13D, U+F1AC, U+F1EC, U+F223, U+F225, U+F22A-F22C, U+F24D, U+F26C, U+F29D, U+F338, U+F35D, U+F4C0, U+F569, U+F5DC, U+F5EB, U+F664, U+F66A, U+F6C0, U+F6E8, U+F70C, U+F7A6, U+F8C0-F8C1, U+F8CC, U+F8D9; }



@font-face { font-family: "Font Awesome 5 Pro";
  font-style: normal; 
  font-weight: 900; 
  src: url("https://9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/FindAPHD_November2022/fonts/pro-fa-solid-900-5.10.2.eot") format("embedded-opentype"),
    url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.10.2.woff2') format('woff2');
      url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.10.2.woff') format('woff');
        url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.10.2.ttf') format('truetype');
          url('//9451951.fs1.hubspotusercontent-na1.net/hubfs/9451951/raw_assets/public/FindAMasters_November2022/fonts/pro-fa-solid-900-5.10.2.svg') format('svg');
            unicode-range: U+F004-F005, U+F02C, U+F02E, U+F031-F035, U+F04B-F04D, U+F056, U+F073, U+F08D, U+F095, U+F0A3, U+F0C5, U+F0C7-F0C8, U+F0DC-F0DE, U+F0E0, U+F110-F111, U+F129-F12C, U+F133, U+F144, U+F15B-F15C, U+F164-F165, U+F193, U+F197, U+F1AB, U+F1C1-F1C9, U+F1CE, U+F1DC, U+F1F8-F1F9, U+F249, U+F271-F274, U+F29A, U+F29E, U+F2A7, U+F2B6, U+F2E5, U+F2ED, U+F2F2, U+F3FF, U+F45C, U+F462, U+F477-F478, U+F497, U+F4BA, U+F4D3, U+F54C, U+F553, U+F559, U+F56C-F574, U+F5BF, U+F5C1, U+F630, U+F641, U+F696, U+F6A0, U+F6DD, U+F70E, U+F714, U+F71E, U+F783-F784, U+F7A9, U+F7C4, U+F7D9, U+F829-F82A, U+F879; }


body {
  font-weight: 400;
  line-height: 1.5;
  background-color: #f9f9f9;
  color: #212529;
  font-family: "Poppins";
}


html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


img {
  vertical-align: middle;
  border-style: none;
  max-width:100%
}


.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}



.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}


.fa-twitter:before {
  content: "\f099";
}


.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-user:before {
    content: "\f007";
}


.fa-angle-up:before {
    content: "\f106";
}

.far {
    font-weight: 400;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}
button,
.button {
  cursor: pointer;
  color: #fff;
  background-color: #d91b5c;
  border-color: #d91b5c;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top:10px;
  margin-bottom:10px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: #b7174e;
  border-color: #ac1549;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-input {
  margin-bottom: 1rem;
}

.hs-form{
  margin-bottom: 30px;
}
/* Labels */

form label {
  display: block;
  font-size: 1.05rem;
  float:none !important;
}

/* Help text - legends */

form legend {
  font-size: 1.05rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-radius: 0px;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline:none;
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
  color: #495057;
  background-color: #fff;
  border-color: #57b4f2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(14 118 188 / 25%);
}



form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #d30707;
  margin-top: 0.35rem;
}

.hs_error_rollup label.hs-main-font-element {
  color: #d30707;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  color: #fff;
  background-color: #d91b5c;
  border-color: #d91b5c;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top:10px;
  margin-bottom:10px;
  
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cm-header-top-container {
  z-index: 6;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

.cm-header-logo a {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.3125rem;
  line-height: inherit;
  white-space: nowrap;
  padding: 0;
}


.cm-header-nav {
  display: inline-block;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin-block-start: 0;
  display: flex;
  align-items: center;
  margin: auto; 
}




.cm-header-nav .hs-menu-wrapper>ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}


.cm-header-nav .hs-menu-wrapper>ul>li {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  position:relative;
}

.cm-header-nav .hs-menu-wrapper>ul>li>a {
  font-family: "Poppins";
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}


.cm-header-nav .hs-menu-wrapper>ul>li.open>a i.far.fa-angle-up {
  color: #0e76bc;
}

i.far.fa-angle-up {
  display: none;
}

.open i.far.fa-angle-up {
  display: inline-block;
  color: rgba(14, 118, 188, 1.0);
}

.open i.far.fa-angle-down{
  display: none;
}





.cm-header-nav .hs-menu-wrapper>ul>li.open >ul{ 
  display:block;
} 

.cm-header-nav .hs-menu-wrapper>ul>li>ul {
  background: #fff;
  list-style: none;
  margin: 0;
  display:none;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 292px;
  left: 0;
  right: auto;
}



.cm-header-nav .hs-menu-wrapper>ul>li>ul>li>ul {
  opacity:0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 10%;
  left: 100%;
  padding-bottom: 15px;
  font-size: 12pt;
  text-decoration: underline;
  font-family: "Poppins";
  width: 292px;
  padding: 15px;
  pointer-events:none;
}


.cm-header-nav .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  opacity:1;
  pointer-events:all;
}

.cm-header-nav .hs-menu-wrapper>ul>li>ul>li{
  position:relative;
}

.cm-header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
  position: relative;
}


.cm-header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
  position: relative;
}

.cm-header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  padding-bottom: 10px;
  padding-right: 15px;
  display: inline-block;
}

.cm-header-nav .hs-menu-wrapper>ul>li>ul>li>a {
  color: #212529;
  margin-top: 1rem;
  margin-block: 1rem;
  display: block;
  font-size: 1.1025rem;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}


.cm-header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>a {
  font-weight: 600;
}

.cm-header-nav .hs-menu-wrapper>ul>li.open>a {
  color: rgba(14, 118, 188, 1.0);
}


.cm-header-bottom-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.full-search-container {
  background: #fff;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.search-inner-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.search-inner-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}

.input-group form#searchForm 
{
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}


.input-group>.form-control{

  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.form-control {
  display: block;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: none;
}



.input-group-append {
  display: flex;
  align-items: center;
  margin-left: -1px;
}

.input-group>.input-group-append>.btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.btn{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: button;
}

.fa-search:before {
  content: "\f002";
}



.form-control::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity:1;
}

.search-icon a {
  margin-left: 1rem;
  margin-right: 1rem;
}

.fa-search:before {
  content: "\f002";
}

.pr-2 {
  padding-right: 0.5rem;
}


.show .full-search {
  display: none;
}

.search-icon {
  display:none;
}


.cm-iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#search #SearchArea input{
  box-shadow: none;
}




/*  Responsive*/
@media(min-width:992px){

  .mb-header-nav {
    display: none !important;
  }

  .search-icon {
    padding-right: 156px;
    display:block;
  }

  #search .btn-basic {
    background: #d10000;
    color: #fff;
  }
  #search #SearchArea input {
    border: 1px solid #e0e0e0;
    border-radius: 5px 0 0 5px;
  }

  .search-inner-col input[type="submit"] {
    background: #d10000;
    color: #fff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: aliceblue;
    padding: 0.75rem 0.75rem;
    font-size: 1.05rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-left: 18px;
    padding-right: 19px;
    line-height: normal;
    margin: 0 !important;
  }


  i.fa.fa-search.search-btn-icon {
    position: absolute;
    z-index: 9;
    color: #fff;
    vertical-align: middle;
    left: auto;
    right: 13px;
    top: 18px;
  }


  .search-inner-col input[type="submit"]:hover{
    background: #d10000 !important;
    color: #fff;
  }

  .toggle-btn{
    display:none;
  }

  .full-search-inner {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }

  .cm-header-top-container {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .cm-header-nav {
    display: flex ;
    flex-basis: auto;
  }
  .cm-header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding-bottom: 15px;
    font-size: 12pt;
    text-decoration: underline;
  }

  .mb-header-nav{
    display:none;
  }

}

@media (max-width: 1220px) and (min-width: 992px){
  
  .cm-header-logo a img {
    height: 24px;
    width: 153px !important;
}
  
  .cm-header-nav .hs-menu-wrapper>ul>li{
    padding: 20px 15px;
  }

  .cm-header-nav .hs-menu-wrapper>ul>li>a,
  .cm-header-nav .hs-menu-wrapper>ul>li i{
    font-size: 11pt;
  }
  .search-icon {
    padding-right: 92px;
  }
}

@media (max-width: 991.5px){
  .search-inner-col input[type="submit"] {
    background:transparent !important;
    border: 0 !important;
  }

  #search #SearchArea input{
    background:transparent !important;
    border: 0 !important;
    padding: 0 0.75rem;
  }

  i.fa.fa-search.search-btn-icon{
    color: #0e76bc !important;
    right: 13px;
    position: absolute;
    top: 20px;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li.child-open>a {
    border: none;
  }


  .mb-header-nav .hs-menu-wrapper>ul>li.child-open>ul>li>ul {
    border-bottom: 1px solid #e0e0e0;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li.child-open {
    background: #f9f9f9;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li.child-open>a i.far.fa-angle-down {
    display: none;
  }
  .mb-header-nav .hs-menu-wrapper>ul>li.child-open>a i.far.fa-angle-up {
    display: inline-block;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li.child-open>a {
    color: #0e76bc;
  }

  .mb-header-nav {
    display: none ;
    position: absolute;
    width: 100%;
    z-index: 9;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li>a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 20px;
    cursor: pointer;
    line-height: 1.5;
    color: #212529;
  }

  .mb-header-nav .hs-menu-wrapper>ul {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    z-index: 10;
    background: #fff;
    width: 100%;
    list-style: none;
    padding-left: 0;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li{
    position:relative;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
    display:none;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li>ul>li>ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-bottom: 20px;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li>ul>li>a {
    margin-top: 1rem;
    margin-block: 1rem;
    display: block;
    font-size: 1.1025rem;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 1.2;
    color: #212529;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding-bottom: 10px;
    padding-right: 15px;
    display: inline-block;
  }

  .mb-header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>a {
    font-weight: 600;
  }


  .mb-header-nav .hs-menu-wrapper>ul>li.child-open>a {
    color: #393;
  }



  .cm-header-top-container{
    height:66px;
  }

  .fa-bars:before {
    content: "\f0c9";
  }

  .toggle-btn a {
    color: #339933;
    margin-left: 0.5rem;
    display: inline-block;
  }

  i.fa.fa-search.search-btn-icon{
    color: #393 !important;
  }
  .toggle-btn a:hover {
    color: #206020;
  }

  #search .btn-basic {
    color: #0e76bc;
    background: transparent;
  }

  #search #SearchArea {
    border-bottom: 1px solid #e0e0e0;
  }

  .form-control{
    border:none;
  }
  .cm-header-nav {
    display: none;
  }
}


@media (max-width: 330px){
  .cm-header-top-container,
  .mb-header-nav
  {
    zoom: 80%;
  }
}

/* no-navigation-header */
.lp-header .cm-header-top-container {
  height: 66px;
}
footer.cst-footer {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #333;
  color: #fff;
  font-size: 80%;
  font-weight: 400;
  z-index: 9;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.ft-col{
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ft-col .hs-menu-wrapper>ul,
.ft-col .hs-menu-wrapper>ul>li>ul{
  padding: 0;
  list-style: none;
  margin: 0;
}

.ft-col .hs-menu-wrapper>ul>li>ul>li,
.ft-col .hs-menu-wrapper>ul>li{
  position:relative;
  line-height: 15.128px;
}

.ft-col .hs-menu-wrapper>ul>li>a {
  font-weight: bolder;
  color: #fff;
  line-height:18px;
}

.ft-col .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  line-height:18px;
}

.ft-col .hs-menu-wrapper>ul>li>ul>li>a:hover,
.ft-menu1 ul li a:hover,
.bottom-col a:hover{
  text-decoration: underline;
  color: #d9d9d9;
}

.col4 ul {
  display: flex;
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
  margin-bottom: 15px;
}

.col4 ul li {
  padding-right: 7px;
  padding-left: 7px;
}

.col4 ul li a {
  color: #fff;
}

.col-4btm-text p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "Poppins";
  margin-top:18px;
}

.ft-menu1 {
  padding-bottom: 1rem;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
  width: 100%;
}

.ft-menu1 ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.ft-menu1 ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 16.13px;
}

.ft-menu1 ul li a {
  color: #fff;
  font-weight: 400;
}


.ft-row-mid.row,
.ft-row-bottom{
  justify-content: center;
}

.bottom-col {
  font-weight: 400;
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
  color: #efefef;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.bottom-col a {
  color: #efefef;
}

.bt-col3 {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #666;
}

.col4 ul li a:hover {
  color: #d9d9d9;
}

/* Responsive */

@media(min-width:768px){
  .ft-col{
    padding-bottom: 0;
    padding-top: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer.cst-footer{ 
    font-size: 70%;
  }
}



@media (max-width:767.98px){
  .footer-container.page-center {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .ft-col .hs-menu-wrapper>ul>li>ul>li, .ft-col .hs-menu-wrapper>ul>li {
    position: relative;
    line-height: 1.5;
  }
  .col4 ul li {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}


@media (max-width: 1220px) and (min-width: 992px){
  .cm-header-top {
    height: 66px;
  }



}



/* no-navigation-footer */
.lp-footer .bt-col3{
  border:0;
}
