/* DATE CREATED: February 5, 2020 */

html {
  height: 100% !important;
}

body {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
}


.header-custom-background {
    background: linear-gradient(0deg, #2a2c39 0%, #33364a 100%) !important;
}

.commition-top {
	margin-top: 220px !important;
}


/* FOR TABBING IN COMMISSION */
* {box-sizing: border-box}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

.tabcontent > .row > p {
  padding: 15px;
}

.tablinks {
  font-size: 13px !important;
}

.section-title {
  margin-left: 80px !important;
}

.row > div {
  border: 1px solid #ccc !important;
}

/* .row p {
  border: 1px solid #ccc !important;
} */

.tab {
  border: none !important;
}

#footer {
  /* position: absolute !important;
  width: 100% !important;
  bottom: 0px; */
}

.tabcontent {
  height: inherit !important;
}

/* 
.row p {
  font-size: 13px !important;
} */

/* .row ul, ol {
  font-size: 13px !important;
} */

.menu-color {
  color: #bd5102 !important;
  font-weight: bold !important;
}

.row > #p.div {
  border: 0px !important;
}

.no-gutters div {
  border: 0px !important; 
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}