/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @font-face {
	font-family: 'Helvetica Neue LT Pro 33 Thin Extended';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica Neue LT Pro 33 Thin Extended'), url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-ThEx.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Pro 73 Bold Extended';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica Neue LT Pro 73 Bold Extended'), url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-BdEx.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Pro 45 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica Neue LT Pro 45 Light'), url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Lt.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Pro 75 Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica Neue LT Pro 75 Bold'), url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Bd.woff') format('woff');
  font-display: swap; */
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box; 
}

body {
/*   font-family: 'Helvetica Neue LT Pro 45 Light', sans-serif; */
  font-family: "Open Sans", sans-serif;
}

b, strong {
/*   font-family: 'Helvetica Neue LT Pro 75 Bold', sans-serif; */
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

em, i {
  font-style: italic; 
}

a {
  color: #45612F;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

hr {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}


h1 {
/*   font-family: 'Helvetica Neue LT Pro 33 Thin Extended', sans-serif; */
  font-size: 60px;
  line-height: 75px;
  font-weight: 300;
  color: #222;
}

h2 {
/*   font-family: 'Helvetica Neue LT Pro 33 Thin Extended', sans-serif; */
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px;
}

h3 {
/*   font-family: 'Helvetica Neue LT Pro 73 Bold Extended', sans-serif; */
  font-size: 24px;
  line-height: 34px;
  color: #222222;
  margin: 0 0 15px;
}

img.full-width {
  display: block;
  width: 100%;
}

main p {
  font-size: 18px;
  line-height: 28px; 
  font-weight: normal;
  margin-bottom: 1em;
  color: #444444;
}

main ul:not(.hs-error-msgs):not(.inputs-list) li,
main ol li {
  font-size: 18px;
  line-height: 28px; 
  font-weight: 300;
  margin-bottom: 1em;
  color: #444444;
}

main ul:not(.hs-error-msgs):not(.inputs-list) li {
  position: relative;
  padding-left: 40px;
}

main ul:not(.hs-error-msgs):not(.inputs-list) li:before {
  content: '•';
  color: #4E7034;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 18px;
}

main ul:not(.hs-error-msgs):not(.inputs-list) li ul li {
  padding-left: 20px; 
  margin-bottom: 0.5em;
}

main ul:not(.hs-error-msgs):not(.inputs-list) li ul li:before {
 content: '◦'; 
}

@media (orientation: landscape) and (max-width: 900px) and (min-width: 500px) {
  main ul li:before { 
    top: 6px;
  }
}

.container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px) and (max-width: 1300px) {
  .container {
    padding: 0 25px; 
  }
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-form {
  background: #F4F4F4;
  padding: 25px;
}

.alt .flex-form h3 {
  margin: 30px 0 15px; 
}

main .field label {
  display: block;
  margin-bottom: 5px;
}

main .hs-input:not([type="checkbox"]),
main input[type="text"],
main input[type="email"],
main input[type="number"],
main select {
  width: 100% !important;
  border: none;
  box-shadow: none;
  height: 45px;
  background: #FFFFFF;
  padding-left: 16px;
  box-sizing: border-box;
}

main .hs-form-checkbox {
/*   font-family: 'Helvetica Neue LT Pro 75 Bold',sans-serif; */
  font-weight: bold;
  margin: 10px 0;
}

main .hs-form-checkbox input {
  margin-right: 10px; 
}

.alt main .hs-input:not([type="checkbox"]),
.alt main input[type="text"],
.alt main input[type="email"],
.alt main input[type="number"],
.alt main select {
  background: #ececec;
  box-sizing: border-box;
}

/* main form .field {
  margin-bottom: 25px; 
}
 */
main form .field .input {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

main form .field.hs-form-field {
  margin-bottom: 25px;
}

main form .field.hs-firstname .input {
  margin-right: 15px !important;
}

main form .hs-field-desc {
  font-size: 13px;
  margin: 10px 0;
}

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

main .field .hs-error-msg {
  color: red;
  font-size: 13px;
  line-height: 15px;
  margin: 10px 0;
}

main form select.hs-input { 
  font-size: 14px;
  line-height: 19px;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('//lawadmissions.law.stetson.edu/hubfs/arrow.svg') no-repeat center right 18px;
}

body main .hs-button.primary {
  background: #4E7034;
  color: #fff;
  display: inline-block;
/*   height: 60px; */
  line-height: 40px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  transition: .15s ease-out opacity;
/*   font-family: 'Helvetica Neue LT Pro 73 Bold Extended', sans-serif; */
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
}

body main .hs-button.primary:hover {
/*   font-family: 'Helvetica Neue LT Pro 73 Bold Extended', sans-serif; */
  font-weight: 700;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
}

body main .cta_button,
body main .cta_button span {
/*   font-family: 'Helvetica Neue LT Pro 73 Bold Extended', sans-serif !important; */
  font-weight: 700;
  font-size: 1rem !important;
}
body main .cta_button {
  padding-bottom: 8px !important;
}

@media (max-width: 540px) {
  body main .hs-button.primary {
    display: block;
    width: 100%;
    white-space: pre-line;
    height: auto;
    line-height: 22px;
  }
}

body main .flex-form .hs-button.primary {
    width: 100%;
}

body main .hs-button.primary:hover {
  padding-top: 10px;
  opacity: 0.5;
  line-height: 40px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  background: #293E19 !important;
  opacity: 1;
}

.flex-form h2 {
  display: none; 
}

.alt .flex-form h2 {
  display: block;
}

.flex-form h3 {
 margin: 0 0 30px; 
}

main {
  background: #FBFBFB;
}

.flex-content {
  padding: 25px;
}

.flex-content img {
  display: block;
  margin: 40px auto;
}

@media (min-width: 991px) {
  .flex-container {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .flex-content {
    width: 56%; 
    padding: 55px 0 150px;
  }
  
  .flex-form {
    width: 38%; 
    padding: 55px 40px;
  }
  
  .alt .flex-content {
    width: 48%; 
  }
  
  .alt .flex-form {
    width: 42.08%;
  }
}

@media (min-width: 1300px) {
  .flex-form .fixed-form.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    max-width: 395px;
  }
  
  .alt .flex-form .fixed-form.fixed {
    max-width: 536px;
  }
}

header {
  background: #FFFFFF;
}

.alt .masthead h1,
.alt .masthead h2 {
  text-align: center;
}

.alt .masthead h2 {
/*   font-family: 'Helvetica Neue LT Pro 73 Bold Extended',sans-serif; */
  font-size: 24px;
  line-height: 34px;
  color: #222;
  margin: 0 0 15px;
}

.alt .masthead .hs-button.primary {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .alt .masthead .hs-button.primary {
    width: 395px; 
  }
}

.masthead {
 padding: 55px 25px 71px;
  background: #fff url('//lawadmissions.law.stetson.edu/hubfs/header_bg.png') no-repeat right top;
  background-size: auto 150%;
}

.hs-rss-title {
  display: block;
  margin: 0 0 6px;
}

.alt .masthead {
  background: #fff; 
}

@media (min-width: 991px) {
  .masthead {
    padding-left: 0;
    padding-right: 0;
  }
}

footer {
  background: #000000;
  color: #fff;
  padding: 25px;
  text-align: center;
}

footer li,
footer a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  transition: .15s ease-out color;
}

footer a:hover {
  color: #628845;
}

footer li:before {
   content: none;
}

footer .footer__location {
  text-align: left;
}

footer .footer__socials {
  margin: 25px 0;
}

footer .footer__locations {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 35px;
}

footer .footer__location {
  display: inline-block; 
  margin: 0 10px;
}

@media (min-width: 767px) {
  footer .footer__location {
    margin: 0 45px;
  }
}

footer .footer__socials li {
  display: inline-block;
  margin: 0 5px;
}

.flex-form br,
footer br {
  display: none;
}

@media (min-width: 1250px) {
  .flex-form br,
  footer br {
    display: block;
  }
}

@media (min-width: 991px) {
  footer {
    padding-top: 45px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .hs-responsive-embed-wrapper {
    max-width: 100%;
    min-width: 0 !important;
  }
}