/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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


/* Containers */




/* Global Color */




/* Global Fonts */



/* Site header */




/* Site footer */






.content-wrapper {
  max-width: 1240px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px!important;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

html {
  padding: 0;
  margin: 0;
}
body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #04101C!important;
  font-family: {font=Poppins, font_set=GOOGLE, styles={font-family=Poppins, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#04101C, variant=null, fallback=sans-serif, style=font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #04101C;font-family: Poppins, sans-serif;}!important;
  margin: 0;
}

p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2b435b!important;
  font-family: {font=Poppins, font_set=GOOGLE, styles={font-family=Poppins, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#04101C, variant=null, fallback=sans-serif, style=font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #04101C;font-family: Poppins, sans-serif;}!important;
}

header.header {
  background-color: #efefef!important;
  padding: 50px 0;
  padding-bottom: 20px!important;
  border-bottom: 2px solid #cecece;
}
header.header h1,
header.header h2,
header.header h3,
header.header h4,
header.header h5,
header.header h6,
header.header p,
header.header div,
header.header a {
  color: #000000!important;
}
a {
  text-decoration: none;
}

footer.footer {
  background-color: #efefef!important;
  color: #000000!important;
  border-top: 2px solid #cecece;
}
footer.footer ul li a {
  color: #000000!important;
}
  
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 15px!important;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;  
}
header ul li,
footer ul li {
  display: inline-block;
  padding-right: 15px;
}
header ul li:hover a,
footer ul li:hover a {
  text-decoration: underline;
}
header .brand-desc {
  max-width: 768px;
}