/* Primary SASS File */

.box-spacing {
    margin: 0 0 60px 0;
}
.image {
    display: block;
}
.image img {
    position: absolute;
}
select {
    border: 1px solid #ffd50e;
    font-family: "Arvo", serif;
    font-size: 14px;
    color: #4c4c4c;
    padding: 8px 28px 8px 8px;
    background: transparent;
    width: 210px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    
    -moz-border-radius: 0;
    /* Firefox 1-3.6 */
    
    border-radius: 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.select-arrow {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    width: 210px;
    background: #fff url("../img/arrow.svg") no-repeat 95% 50%;
}
.select-arrow select:focus {
    outline: none;
}
@-webkit-keyframes color_change {
    from {
        background-color: #4c4c4c;
    }
    to {
        background-color: #ffd50e;
    }
}
@-moz-keyframes color_change {
    from {
        background-color: #4c4c4c;
    }
    to {
        background-color: #ffd50e;
    }
}
@-ms-keyframes color_change {
    from {
        background-color: #4c4c4c;
    }
    to {
        background-color: #ffd50e;
    }
}
@-o-keyframes color_change {
    from {
        background-color: #4c4c4c;
    }
    to {
        background-color: #ffd50e;
    }
}
@keyframes color_change {
    from {
        background-color: #4c4c4c;
    }
    to {
        background-color: #ffd50e;
    }
}
/* CSS RESET
------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

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;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
#main {
    width: 960px;
    max-width: 960px;
    margin: 0 auto 0 auto;
}
#hero {
    height: 443px;
    margin: 30px 0 40px 0;
    position: relative;
}
#hero img {
    position: absolute;
}
#phrases {
    position: absolute;
    top: 336px;
    left: 250px;
    font-family: "Maven Pro", sans-serif;
    text-transform: uppercase;
    color: white;
}
#phrases .phrase {
    position: absolute;
    width: 380px;
    height: 43px;
    text-align: center;
    display: none;
}
#phrases .phrase:first-child {
    display: block;
}
#prioritize {
    height: 482px;
}
#makethecase {
    height: 434px;
}
#trending {
    height: 270px;
}
#trending-boxes {
    top: 25px;
}
#implement {
    height: 650px;
}
#implement-boxes1 {
    top: 210px;
}
#implement-boxes2 {
    top: 300px;
}
.boxes {
    z-index: 9999;
    position: relative;
    left: 5px;
}
.boxes li {
    display: inline-block;
    margin: 0 35px 0 0;
    width: 125px;
}
.boxes li a {
    width: 120px;
    height: 140px;
    background: #4c4c4c;
    color: #ffd50e;
    font-family: "Maven Pro", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    display: table;
    padding: 10px;
}
.boxes li a span {
    padding: 7px;
    border: 1px solid #ffd50e;
    width: 104px;
    height: 123px;
    display: table-cell;
    vertical-align: middle;
}
.boxes li a.small {
    font-size: 10px;
}
.boxes li a:hover {
    color: #4c4c4c;
    -webkit-animation: color_change 0.8s;
    -moz-animation: color_change 0.8s;
    -ms-animation: color_change 0.8s;
    -o-animation: color_change 0.8s;
    animation: color_change 0.8s;
    background: #ffd50e;
}
.boxes li a:hover span {
    border: 1px solid white;
}
.button {
    padding: 12px;
    background: #ffd50e;
    color: #0a3572;
    font-family: "Maven Pro", sans-serif;
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    text-decoration: none;
}
.button:hover {
    background: #4c4c4c;
    color: #ffd50e;
}
#go {
    top: 324px;
    left: 637px;
}
#send {
    top: 348px;
    left: 550px;
}
.overlay {
    display: none;
}
.block {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: black;
    opacity: 0.5;
    min-height: 100%;
}
.popup {
    display: block;
    background: white;
    position: fixed;
    left: 20%;
    top: 80px;
    z-index: 1;
}
.popup .close {
    margin: 20px;
    float: right;
}
.popup .share-content {
    padding: 80px;
}
.action-hidden {
    display: none;
}
#header {
    background: #ededed;
}
#header-content {
    width: 960px;
    position: relative;
    max-width: 960px;
    margin: 0 auto 0 auto;
}
#logo {
    display: block;
    padding: 40px 0 30px 0;
}
#search {
    float: right;
    position: absolute;
    top: 40px;
    right: 6px;
}
#top-menu {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: right;
    width: 100%;
}
#top-menu li {
    display: inline-block;
}
#top-menu li a {
    display: block;
    background-color: #cecece;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: "Maven Pro", sans-serif;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    margin-left: 20px;
}
#top-menu li a.active {
    background: white;
    color: #4c4c4c;
}
#top-menu li a:hover {
    background: white;
    color: #cecece;
}
#top-menu li a:hover div {
    background: white;
}
.dropdown div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: white;
    width: 960px;
    left: 0;
    background-color: white;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    color: #0a3572;
    display: block;
    width: 100%;
}
.dropdown div .menu-left {
    border-right: 2px solid #ededed;
    padding: 0 30px;
    width: 180px;
}
.dropdown div .menu-right {
    display: block;
    margin-top: 15px;
}
.dropdown div .menu-header {
    font-family: "Maven Pro", sans-serif !important;
    color: #4c4c4c !important;
    font-size: 24px !important;
    margin: 0 0 10px 0 !important;
    position: relative;
    top: 20px;
    left: -295px;
}
.dropdown div .strategies {
    left: -500px;
}
.dropdown div .see-all {
    font-family: "Maven Pro", sans-serif !important;
    font-weight: 900;
    color: #0a3572 !important;
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
    position: relative;
    left: -30px;
    bottom: 0;
    width: 400px;
    display: inline-block;
}
.dropdown div ul {
    text-align: left;
    float: left;
    margin: 20px;
}
.dropdown div ul li {
    display: block !important;
    text-align: left;
}
.dropdown div ul li a,
.dropdown div ul li h1 {
    color: #0a3572 !important;
    padding: 0 !important;
    margin: 15px 0 !important;
    font-family: "Arvo", serif !important;
    background: none !important;
    font-weight: normal !important;
    text-align: left !important;
    font-size: 13px !important;
}
.dropdown div ul li a:hover,
.dropdown div ul li h1:hover {
    color: #80bd26 !important;
}
.dropdown div ul li h1 {
    font-family: "Maven Pro", sans-serif !important;
    color: #4c4c4c !important;
    font-size: 24px !important;
    margin: 0 0 10px 0 !important;
}
.dropdown div ul li h2 {
    font-family: "Maven Pro", sans-serif !important;
    font-weight: 900;
    color: #4c4c4c !important;
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
}
.dropdown:hover > a {
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    opacity: 0.5;
}
.dropdown:hover div {
    visibility: visible;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    opacity: 0.5;
    opacity: 1;
}
.dropdown.strategies div .menu-left {
    padding: 0 30px 0 20px;
    width: 180px;
}
.dropdown.strategies div ul {
    width: 218px;
    margin: 20px 7px;
}
#footer {
    background: #4c4c4c;
}
#footer-content {
    width: 960px;
    max-width: 960px;
    margin: 0 auto 0 auto;
}
#footer-content img {
    padding: 40px 0;
}
.header {
    font-family: "Maven Pro", sans-serif;
    font-weight: 900;
    margin: 30px 0 0 0;
    position: relative;
}
.header a {
    text-decoration: none;
    font-size: 18px;
    color: #0a3572;
}
.header a:hover {
    color: #4c4c4c;
}
.header h1 {
    font-size: 40px;
    color: #80bd26;
}
.header h1#pdf {
    font-size: 25px;
    text-transform: uppercase;
}
#tab-area {
    margin: 30px 0;
}
.tabs {
    border-bottom: 3px solid #cecece;
}
.tabs li {
    display: inline-block;
    position: relative;
    top: 3px;
}
.tabs li a {
    display: block;
    background-color: #cecece;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: "Maven Pro", sans-serif;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    margin-left: 20px;
}
.tabs li a.active {
    background: white;
    color: #4c4c4c;
    border: 3px solid #cecece;
    border-bottom: 3px solid white;
}
.tabs li a:hover {
    background: #4c4c4c;
    color: white;
}
.tabs li a:hover.active {
    background: white;
    color: #4c4c4c;
}
.tab {
    margin: 30px 0 0 0;
    overflow: visible;
}
.tab-left {
    float: left;
    width: 549px;
    position: relative;
    margin: 20px 0 0 0;
}
.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ffd50e;
    margin: 0 8px;
    border-radius: 20px;
}
.slick-dots li.slick-active {
    background: #80bd26;
}
#summary-slider-arrows,
#implementation-slider-arrows {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.tab-right {
    float: right;
    overflow: visible;
    position: relative;
    margin: 20px 0 0 0;
}
.tab-right .tactics {
    font-family: "Arvo", serif;
    color: #0a3572;
    font-size: 12px;
    margin: 0 0 0 20px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
}
.tab-right .tactics li {
    list-style: disc;
    margin: 0 0 5px 0;
}
.tab-right .tactics li a {
    text-decoration: none;
    color: #0a3572;
}
.tab-right .tactics li a:hover {
    color: #4c4c4c;
}
#asociated {
    height: 400px;
    clear: both;
    padding: 30px 0;
    position: relative;
}
#asociated ul {
    margin: 70px 0 0 0;
    position: absolute;
    z-index: 1;
}
#asociated ul li {
    display: inline-block;
    position: relative;
    width: 131px;
}
#asociated ul li img {
    position: initial;
}
#asociated ul li .over {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#asociated ul li a:hover .over {
    opacity: 1;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    opacity: 1;
}
.action-container {
    position: absolute;
}
#actions-header {
    top: 30px;
    left: 380px;
}
.actions .over {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.actions li {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
}
.actions li a:hover .over {
    opacity: 1;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    opacity: 1;
}
#actions-summary {
    top: -20px;
    right: 0px;
}
#detail-bottom,
#outcome-bottom {
    overflow: visible;
    height: 380px;
}
#detail-bottom .left,
#outcome-bottom .left {
    float: left;
    position: relative;
}
#detail-bottom .right,
#outcome-bottom .right {
    float: right;
    position: relative;
}
#outcome-bottom {
    height: 520px;
}
#detail-left,
#detail-right {
    top: 0;
    right: 0;
    position: absolute;
}
#detail-left {
    right: 20px;
}
.implementation .tab-left {
    width: 410px;
}
.implementation .tab-right {
    width: 549px;
    margin: 0 0 60px 0;
}
.documents {
    margin: 30px 0;
    position: relative;
}
#guides {
    padding: 0 0 60px 0;
}
#guides h1 {
    font-family: "Maven Pro", sans-serif;
    font-weight: 900;
    font-size: 18px;
    margin: 10px 0 20px 10px
}
#guides-boxes1 {
    border-bottom: 3px solid #ededed;
    padding-bottom: 30px;
}
.double-title {
    margin: 30px 0 0;
}
.double-title ul li {
    display: inline-block;
}
.double-title ul li:first-child h1 {
    width: 480px;
}
#outcome-header {
    left: 220px;
    top: 30px;
}
#tactic-header {
    left: 370px;
    top: 30px;
}
#pdf-header {
    left: 790px;
    top: 22px;
}
#asociated-outcomes {
    position: absolute;
    top: 154px;
    left: 270px;
    text-align: center;
}
#asociated-outcomes li {
    width: 113px !important;
    margin-right: 40px;
    vertical-align: top;
}
#asociated-outcomes li a {
    text-decoration: none;
    color: #0a3572;
    font-size: 12px;
    margin: 0 0 8px 0;
    display: block;
}
#asociated-outcomes li a:hover {
    color: #80bd26;
}
#pdf-container {
    height: 95vh;
    margin: 30px 0;
    border-bottom: 3px solid black;
}
.doc-drop {
    position: absolute;
    bottom: 31px;
    left: 260px;
}
.doc-drop ul li {
    display: inline-block;
    margin-right: 10px;
}
.doc-drop.evi {
    top: 30px;
    left: 215px;
}
#select-area {
    position: relative;
}
#evidence-links {
    position: relative;
    display: block;
    height: 1000px;
}
#evidence-links img {
    position: absolute;
}
#evidence-links .link {
    top: 0;
    width: 150px;
    height: 1000px;
    display: block;
    position: absolute;
    opacity: 0;
}
#link1 {
    left: 0;
}
#link2 {
    left: 560px;
}
#link3 {
    left: 720px;
    width: 235px !important;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.lastColumn-item {
    margin-bottom: 40px;
}
.tab-content {
    display: none;
}
#tab-1 {
    display: block;
}
.detailView {
    z-index: 99;
    position: absolute;
    right: 20px;
    display: flex;
    list-style: none;
    top: 60px;
    font-family: "Maven Pro", sans-serif;
    font-size: 18px;
    color: #4c4c4c;
    text-transform: uppercase;
}
.detailView span {
    margin-right: 50px;
}
.detailView li a {
    color: #fed50a;
    text-decoration: none;
    margin-right: 30px;
}
.detailView li.current a {
    color: #939598;
}
.detailView li a:hover {
    color: #939598;
}


#waklkingDetails {
  display: flex;
  clear: both;
  min-height: 570px;
  position: relative;
  padding: 30px 0;
}

.dropdown div .see-all--tactics {
    bottom: 15px;
}

.questionsWalking {
    margin-top: -20px;
}

.borderFull {
    height: 4px;
    background: #cecece;
    width: 1020px;
    position: absolute;
}