@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

        body {
            overflow-x: hidden;
            color: #fff;
            font-weight: 300;
            font-style: normal;
            font-size: 16px;
            font-family: 'Lato',Arial,Helvetica,sans-serif;
            line-height: 1.8;            
        }
        .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7 {
            display: block; float: left;
        }
        .col-1, .grid-sizer { width: 14.2857%; }
        .col-2 { width: 28.5714%; }
        .col-3 { width: 42.8571%; }
        .col-4 { width: 57.1428%; }
        .col-5 { width: 71.4285%; }
        .col-6 { width: 85.7142%; }
        .col-7 { width: 85.7142%; }

        .site-main {
            position: relative;
            width: 100%;
            top: 0;
            overflow: hidden;
        }

        .bg-white { background-color: #fff; }
        .bg-primary { background-color: #365d98; }
        .bg-blue { background-color: #2f3640; }

        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 300; }
        h2 { font-size: 24px; }
        
/* HEADER */

        #main-header {
            width:100%;
            overflow: hidden;
        }
        #branding #logo {
            margin: 0;
        }
        #branding #logo a {
            display: block;
            float: left;
            margin: 0;
            width: 260px;
            height: 115px;
            background: url("<?php bloginfo('template_directory'); ?>/img/logo.png") no-repeat top center;
            background-size: 100% auto;
            text-indent: -999em;
            cursor: pointer;
        }

        #navigation {
            overflow: hidden;
            background-color: #2f3640;
            height: 80px;
            line-height: 80px;
            padding: 0 40px; 
        }

        .calendar {
            float: right;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .calendar li {
            display: block;
            float: left;
            text-align: center;
            font-size: 19px;
            font-weight: 600;
            width: 70px;
            border-right: 1px solid #595e66;
            line-height: 20px;
            padding: 10px 0 14px;
        }

        .calendar li.last {
            border-left: 0;
        }

        .calendar li.active {
            background-color: #595e66;
        }

        .calendar li span {
            font-size: 16px;
            font-weight: 300;
            display: block;
            line-height: 20px;
        }

        .calendar li .month {
            line-height: 1;
        }

        .teams-name { margin: 0; line-height: 80px; clear: none; display: inline-block; }
        
        #teams-nav {
          display: block;
          float: left;
          width: 20px;
          height: 30px;
          margin: 38px  0 10px 40px;
        }

        #teams-nav span:after,
        #teams-nav span:before {
          content: "";
          position: absolute;
          left: 0;
          top: -6px;
        }
        #teams-nav span:after{
          top: 6px;
        }
        #teams-nav span {
          position: relative;
          display: block;
        }

        #teams-nav span,
        #teams-nav span:after,
        #teams-nav span:before {
          width: 100%;
          height: 2px;
          background-color: #fff;
          transition: all 0.3s;
          backface-visibility: hidden;
        }

        /* on activation */
        #teams-nav.on span {
          background-color: transparent;
        }
        #teams-nav.on span:before {
          transform: rotate(45deg) translate(2.5px, 2.5px);
        }
        #teams-nav.on span:after {
          transform: rotate(-45deg) translate(6px, -6px);
        }

        .team-name {
            line-height: 80px;
            margin: 0;
        }

        #calendar-nav {
          display: block;
          float: right;
          width: 20px;
          height: 30px;
          margin: 38px  0 10px 40px;
        }

        #calendar-nav span:after,
        #calendar-nav span:before {
          content: "";
          position: absolute;
          left: 0;
          top: -6px;
        }
        #calendar-nav span:after{
          top: 6px;
        }
        #calendar-nav span {
          position: relative;
          display: block;
        }

        #calendar-nav span,
        #calendar-nav span:after,
        #calendar-nav span:before {
          width: 100%;
          height: 2px;
          background-color: #fff;
          transition: all 0.3s;
          backface-visibility: hidden;
        }

        /* on activation */
        #calendar-nav.on span {
          background-color: transparent;
        }
        #calendar-nav.on span:before {
          transform: rotate(45deg) translate(2.5px, 2.5px);
        }
        #calendar-nav.on span:after {
          transform: rotate(-45deg) translate(6px, -6px);
        }

        .nav-bar {
            width: 400px;
            background-color: #2f3640;
            position: absolute;
            top: 0;
            bottom: 0;
        }

        .nav-bar.right {
            right: -400px;
        }

        .nav-bar.left {
            left: -400px;
        }

/* PAGE */
        .block {
            height: auto;
            overflow: hidden;
        }

        #mainpick {
            background-size: cover;
        }
        
        #weather {
          text-align: center;
          text-transform: uppercase;
        }

        #weather h3 {
          margin: 0 0 8px;
          color: #fff;
          font-size: 50px;
          font-weight: 300;
          text-align: center;
          text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
        }

        #spotify {
            background: #2f3640;
        }

        #spotify .album {
            width: 270px; 
            height: 260px;
            background: #fff;
            background-size: cover;
            float: left;
            background-position: center;
        }

        #spotify .content {
            position: absolute;
            left: 270px;
            height: 260px;
            color: #FFF;
            font-size: 21px;
            line-height: 1;
            font-weight: 600;
            padding-left: 100px;
            padding-top: 80px;
            padding-right: 40px;
            text-align: left;
        }

        #spotify .content .songname {
            font-size: 28px;
            font-weight: 300;
        }
        
        .instagrid-1,        
        .instagrid-2,        
        .instagrid-3,
        .instagrid-4 {
            height: 520px;
        }

        .instagram .image {
            width: 540px;
            height: 520px;
            background-size: cover;
            background-position: center;
            float: left;
            overflow: hidden;
        }

        .instagram .image,
        .instagram .content {
            width: 50%;
            height: 260px;
            display: block;
            float: left;
            position: relative;
        }

        .instagram .content {
            background-color: #365d98;
            padding: 74px 20px 20px;
            text-align: center;
            line-height: 1.4;
        }

        .instagram[number="1"] {
            height: 520px;
        }
        
        .instagram[number="1"] .image {
            width: 100%;
            height: 520px;
        }

        .instagram[number="1"] .content {
            display: none;
        }

        .instagram[number="3"] .image {
            float: right;
        }

        .instagram .content .postdate {
            display: block;
            font-size: 11px;
            font-weight: bold;
            padding-top: 10px;
        }

        .instagram[number="2"] .content:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 15px 15px 15px 0;
            border-color: transparent #365d98;
            display: block;
            width: 0;
            z-index: 1;
            left: -10px;
            top: 115px;
            transition: all 0.5s;
        }
        
        .instagram[number="2"]:hover .content:after {
            left: -15px;
        }

        .instagram[number="3"] .content:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 15px 0 15px 15px;
            border-color: transparent #365d98;
            display: block;
            width: 0;
            z-index: 1;
            right: -10px;
            top: 115px;
            transition: all 0.5s;
        }
        
        .instagram[number="3"]:hover .content:after {
            right: -15px;
        }

        .instagram .video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .instagram.block .image {
            height: 260px;
        }